- Follow MSDev.pro blog on WordPress.com
Volg ons
-
Recent Posts
Categories
Recent Comments
furtdsolinopv on Architecture of a Polyglot Azu… furtdsolinopv on Structuring your Excel –… Gaston on Areas in ASP.NET Core Gaston on Areas in ASP.NET Core MLockwood on Areas in ASP.NET Core Archives
- April 2018
- February 2018
- August 2017
- April 2017
- March 2017
- January 2017
- October 2016
- September 2016
- August 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- October 2015
- November 2014
- September 2014
- April 2014
- September 2012
- August 2012
- October 2011
- July 2011
- May 2011
- April 2011
- February 2010
- December 2009
- November 2009
- October 2009
- August 2009
- July 2009
- June 2009
- May 2009
- November 2008
- May 2008
- February 2008
- January 2008
Monthly Archives: April 2017
Areas in ASP.NET Core
Introduction In a default MVC application everything is organized by Controllers and Views. The controller name determines the first part of your URL, and the controller method the second part. By default the view that will be rendered has the … Continue reading
Posted in .Net, Codeproject, Development, MVC, Web
Tagged .NET Core, area, routing, vs2017
4 Comments
Automating the creation of NuGet packages with different .NET versions
Introduction I created a couple of straightforward libraries to be used in almost every project. So evidently these libraries are a good candidate for NuGet. This will decouple the libraries from the projects that they are used in. It also … Continue reading