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 »
I've written a few blog posts thus far regarding Visual Studio 2017, so I thought I would take some time to discuss of the features that »
I've been using Visual Studio 2017 since the earliest bits were available and I can confidently say, I'm a fan and highly recommend you give it »
As software developers, copy-pasting some code or a few files and having it in multiple places has always been smelly. There are several different avenues that »
Over the past few months, Entity Framework has decided to seemingly go renegade and ruin my days, especially with clients that have been running older versions »
Developing a web application today is probably one of the best times to ever do so, at least, if you can figure out how to get »
ORMs like Entity Framework have always been shrouded in a bit of controversy from SQL purists who aren't in control of the types of queries that »
No one likes an application or site that loads slowly. Thankfully, as developers, there are things that we can do to help mitigate load times and »
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 »