Contributing to .NET for Dummies
Over the past few months in the little spare time that I have, I've managed to submit a handful of pull requests to various .NET-related repositories »
Over the past few months in the little spare time that I have, I've managed to submit a handful of pull requests to various .NET-related repositories »
A few days ago, I was answering questions on Stack Overflow when I came across one that I thought might be relevant to share with others »
Recently, a question was asked on Stack Overflow regarding how to go about extending an existing ASP.NET MVC Controller that was present within another assembly »
Routing can be a very tricky issue within ASP.NET MVC and Web API applications. This can be especially true if you have a variety of »
In todays web applications, there is an overwhelming reliance on Javascript and it's used all of the time for handling all sorts of behaviors (i.e. »
Configuration files within ASP.NET applications can often seem a bit convoluted. Sections strewn all over the place, settings with nothing but strings everywhere and last »
The needs and requirements of many applications can change and evolve over time and managing these changes can often be difficult. This is one of the »
I thought I would take some time to address a question that has frequently appeared in a few forum questions over the past month or so »
One of the common challenges for developers migrating from the Web Forms environment to MVC is learning how to adjust to a different application life-cycle. Web »
Sometimes things just blow up. If you have recently attempted to create a new ASP.NET MVC5 project (or any new Web Project within Visual Studio »