c# - How do you consume a core MVC WebApi into another Core MVC Application as of now? -
i want separate presentation layer , business logic layer web service. have read wcf practically dead. looking information on how consume webapi(mvc6 web api) mvc6 or recommended way connect presentation layer web service business layer of now.
i have seen older documents saying doing 1 way since been year since documents have been released assuming there better way now.
you can use asp.net webapi expose data business layer presentation layer can achieved creating project of type asp.net webapi in following screenshot
for more information on how achieve can refer following link describe how started mvc6 webapi creating asp.net web api mvc 6
Comments
Post a Comment