Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Add to Technorati Favorites

Locations of visitors to this page

All C# Feeds in one place!

View Brendan Enrick's profile on LinkedIn

Brendan Enrick's Facebook profile

Navigation

Archives

Advice Sites

Articles

Blogs

Music

Browse by Tags

All Tags » Visual Studio
Tests Not Executed In Test Results
Earlier today, as I was working with the Protégé I've been referring to previously , we were debugging some code, and we ran into a little bug. Our tests results would not execute. We tried restarting Visual Studio and a lot of other stuff and it didn't Read More...

by Brendan | 2 Comments

Filed under:

Visual Studio Keyboard Shortcuts Disabled in Code Snippets
Since Visual Studio 2008 came out I've been extremely impressed with the software. One shortcut which I believe probably exists in CodeRush and Resharper is the ability to find the using directive needed at any given time. in VS2008 you can press ctrl Read More...

by Brendan | 0 Comments

Filed under: ,

Visual C# 2008 Keyboard Shortcut Reference
As I've said previously , I am working with developers who are just beginning to learn the tools of the trade . They have a long way to go working with plenty of applications. All people always have more they can learn, so I'll pass along a useful reference Read More...

by Brendan | 2 Comments

Filed under: ,

Change SQL Server Instance for Visual Studio Database Project
While installing SQL Server 2005 recently I ran into some difficulty . I use database projects from Visual Studio 2005 Team Edition for Database Professionals. I use Visual Studio 2008 with them now, and I recently made a mistake while using one of these Read More...

by Brendan | 4 Comments

Filed under:

Unable to cast object of type 'Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection' to type 'Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection'
Earlier today I was trying to track down this error. Unit Test Adapter threw exception: The type initializer for 'Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration' threw an exception. Unable to cast object of type 'Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection' Read More...

by Brendan | 4 Comments

Filed under:

Visual Studio 2008 and the .NET Framework 3.5 Released
In my attempt to add to the monotony, I'll say that not long ago Visual Studio 2008 was released to all of the MSDN subscribes. With the news spreading so quickly the downloads are all taking forever. Good luck! Scott Guthrie , as usual, posted some good Read More...

by Brendan | 0 Comments

Visual Studio Extensibility
While I was at DevConnections last week, I watched an interesting demo showing off Visual Studio's extensibility. In the demo the visual studio shell is being used to edit Lua script; the scripting language used by World of Warcraft for designing custom Read More...

by Brendan | 0 Comments

Public Strongly Typed Resource Generator
I recently installed an interesting custom tool. It is an Extended version of the resource generator in Visual Studio . The nicest part of this for me is that this one is public instead of internal like the default one. In order to have a centralized Read More...

by Brendan | 2 Comments

Filed under:

.NET 3.5 is Open Source
Some very surprising news has come from Scott Guthrie in a recent blog post he has made . Visual Studio 2008 and .NET 3.5 will be shipping with the source for the base class libraries. As with a lot of the recent technology coming from Microsoft, the Read More...

by Brendan | 2 Comments

Filed under: ,

My Team Server Headache
So yesterday I was able to spend a long time battling with team server. It seams that source controls likes to keep track of where your workspaces are itself. So on a computer I don’t normally work on, I logged in. I set up work spaces on that machine, Read More...

by Brendan | 0 Comments

Filed under:

Visible Whitespace in Visual Studio
Something quite horrible happened to me today. While I was working on some of my code, I accidentally hit some keys while holding the control key down. Unfortunately for me I did not see the keys I hit. Well now instead of seeing whitespace there were Read More...

by Brendan | 98 Comments

Filed under: ,