AspNetMvcActiveDirectoryOwin icon indicating copy to clipboard operation
AspNetMvcActiveDirectoryOwin copied to clipboard

WebApi

Open benwilburn opened this issue 7 years ago • 2 comments

Hate to open an issue for this question but I didn't see any other way (I don't have the rep to comment on Stack Overflow).

I've been looking for this exact solution for days (i'm new to .NET).

I'm building a .NET WebApi for a project at work. Will this translate?

benwilburn avatar Feb 28 '18 01:02 benwilburn

What do you mean by translate? It depends on your WebApi usage.

From experience I have always used Web API with some kind of Front End Framework e.g. Angular, VueJS etc that would handle the "User Interface" part so essentially you would need to set up a controller to send and receive JSON response and requests which the FE Framework can work with at a HTML & JS level.

So refactor any mechanism in this project that uses Views and instead model the response up into JSON and send it back out to front end.

vurso avatar Sep 16 '18 15:09 vurso

Your trial version of Telerik UI for ASP.NET MVC by Progress has expired. Purchase the commercial version now from www.telerik.com/purchase or extend your trial with 15 more days by contacting [email protected]

BuiTanDuoc avatar Mar 11 '19 02:03 BuiTanDuoc