R
R
rootfest2016-12-10 19:48:17
ASP.NET
rootfest, 2016-12-10 19:48:17

What open source ASP.NET Web Api 2 project should I learn from?

Hello.
I created a new Azure App Api project and I want to develop it the smart way. It is normal to implement error and exception handling, basic authorization, logs and tests.
I read a lot of articles, but they are mostly code snippets without context, or the articles are simply out of date.
If someone has a good example where all this is implemented well, please share the link.
PS Sorry for the impudence :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MrDywar Pichugin, 2016-12-10
@Dywar

As an example to start with - https://chsakell.com/2015/08/23/building-single-pa...
For everything to be cool, I have not seen such. Show one thing, score another.
I'm doing mine using the example above, + React UI in a separate project. Remade authorization for Identity 2, added OWIN. Replaced HTML with CSHTML + MVC 5. Removed custom wrapper over API, made all calls async, and other improvements.
I'll put everything on Github when I finish it.
Sample projects can also be viewed here - https://code.msdn.microsoft.com/
Here's a good course programmingwithmosh.com/become-a-full-stack-dot-ne...
From the very beginning to the project standards, clear English.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question