Simple Branching and Merging with SVN
It's a good idea not to do too much work without checking something
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 a good idea not to do too much work without checking something
Could Not Load Type Microsoft.Build.Framework.BuildEventContext
Still working on getting a TeamCity build working (see my last post). Latest exception is: C:Program FilesMSBuildMicrosoftVisualStudiov9.0TeamDataMicrosoft.Data.Schema.SqlTasks.targets(120, 5): error MSB4018: The …
If you installed Visual Studio 2008 on a 64-bit operating system,
Working with IIS as your web server, or working with Azure projects, are two examples of situations in which Visual Studio (2008+) needs to be running as Administrator (on Windows Vista or Windows 7).
Yesterday I was looking at some old code and refactoring it to
SQLite Error IDbCommand and IDbConnection implementation in the
Untrusted Projects and Blocked Files in Visual Studio
Occasionally I find myself wanting to SELECT from a SPROC in SQL Server. Usually this is because I want to ORDER the results or filter them further with a WHERE clause. Unfortunately, you can't just do this:
Another quick tip related to the use of regions in your C# code –