By Steve Smith | September 2016 | Get the Code
Large Web apps require better organization than small ones. With large apps, the default organizational structure used by ASP.NET MVC (and Core MVC) starts to work against you. You can use two simple techniques to update your organizational approach and keep up with a growing application.
The Model-View-Controller (MVC) pattern is mature, even in the Microsoft ASP.NET space. The...
Tuesday, November 15, 2016
Thursday, November 3, 2016
November 03, 2016
There's a LOT of interesting and intense arguments that have been made around how you should version your Web API. As soon as you say RESTful it turns into a religious argument where folks may just well quote from the original text. ;)
Regardless of how you personally version your Web APIs, and side-stepping any arguments one way or the other, there's great new repository by Chris Martinez that Jon Galloway turned me on...