How To Fix Visual Studio File Templates
When you create a new project in Visual Studio, it will usually
MANY articles on a wide array of topics. You’ll find a lot of my newer content is going to my YouTube channel first, but I do still blog occasionally.
When you create a new project in Visual Studio, it will usually
Sometimes your ASP.NET MVC application is going to throw unhandled exceptions. Do you think your users want to see a Yellow Screen Of Death and a stack trace, or maybe something a bit friendlier? In this article, Steve …
You may have heard the recent announcement that Visual Studio 2010 Ultimate and MSDN subscribers now have access to the Visual Studio 2010 Load Test Feature Pack, which enables load testing of applications with unlimited …
Code analysis is one way you can keep your code clean and your technical debt low. One of the simplest ways to achieve this is to minimize blocks of duplicate code, usually the result of cut-and-paste coding. Atomiq is …
Last summer at the Software Engineering 101 event put on by NimblePros in Cleveland, I saw Kevin Kuebler do a demo using git or Mercurial to iterate from phase of the project he was building to the next.
.NET makes it easy to create strongly typed collections and expose them as properties of our classes. However, this generally results in a design that fails at encapsulation and exposes too much of the class's internal …
I recently did a show with Carl Franklin on [ASP.NET Tips and
If you ask a newly-hired developer this question while they are
I’m a huge fan of TechSmith Camtasia and use it for pretty much all of my screencasts. However, I’m currently recording some presentations for the Code Project Agile Virtual Tech Summit that’s taking …
In part one of this series, I introduced the CachedRepository