Closed JanickRoss closed 8 years ago
Not yet, and I have decided to use ASP.NET vNext (v5 I believe it is now called).
I implemented it in web api (latest) in our oss project here: https://github.com/exceptionless/Exceptionless/blob/master/Source/Api/Controllers/AuthController.cs
NOTE: I had to use a JObject on some of my controller actions because I have a custom json serializer and I need to resolve a bug (a TODO) where multiple word properties weren't being deserialized...
If you have any feedback or find any bugs it would be greatly appreciated..
My I use satellizer with v5 now? Is there any sample for angular client with .net web api server side? Thanks
@hasanaydogar I have a fully working and deployed solution using angular, satellizer and C#.
Please see:
Thanks.
Hi, i started trying to write a simple demo for this in web api 2 using owin and JWT, any feedback would be good https://github.com/carl09/satellizer/tree/master/examples/server/c%23-webapi2
Thanks Carl
Closing this issue. Will use another issue to track the progress of C# api example.
c# webapi is officialy supported ? Or not finished ?