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

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

May 2008 - Posts

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 | 4 Comments

Filed under: ,

Return Within a C# Using Statement
While writing some code earlier today I needed to return from within a using statement. Doing these sorts of things always makes me appreciate the using statement and how wonderful it really is, so I decided to write about it here. As many of you know Read More...

by Brendan | 18 Comments

Filed under: ,

Differences Between Structures and Classes in C#
Earlier today I was looking for a good reference outlining the differences between structs and classes in C#. I wanted a refresher on the subject, because I've been doing a reasonable amount of teaching lately. At Lake Quincy Media we have hired a couple Read More...

by Brendan | 8 Comments

Filed under:

Fake Binary Clocks
I recently downloaded a Vista clock gadget . It is kind of nice, but as with most things claiming to a binary clock, it really is not one. I am bothered by ThinkGeek's binary clocks as well as pretty much all of others I've seen. Don't mistake me here Read More...

by Brendan | 2 Comments

Filed under: ,