DevReach 2010
This past week I had the good fortune of traveling to Sofia,
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.
It's pretty straightforward to create a job in SQL Server that will
In addition to the dreaded SQL Server Error: User Group or Role Already Exists in the Current Database error, you may also get this error when creating new logins after a database move:
Ran into this issue last night and just figured it out. I have this code for a demo:
Over the past few years, I've established something of a standard for how I like to organize my projects, and this includes having a one-click build-and-test script for each project.
In Real World Monitoring and Tuning ASP.NET Caching Part 1, I
If you're writing multi-user applications like just about any ASP.NET application, it's probably worth your time to get familiar with performance counters. Performance Monitor, or perfmon for short, is the tool you use …
Using Visual Studio 2010 (and some earlier versions), it’s very easy to create a WebTest by recording one or more web requests to the system under test (SUT). To get started, open Visual Studio 2010 and create a …