Search Results

1
vote
5answers
171 views

Best way to find out if an (upcast) instance doesn’t implement a particular interface

Maybe the need to do this is a 'design smell' but thinking about another question, I was wondering what the cleanest way to implement the inverse of this: foreach(I …
1
vote

Please help me with my .NET abstract classes.

Clarification: There are multiple root nodes and roots may have parent nodes. Each is the root of only a sub-tree that has distinct styling. Think of different, color-coded departmen …
7
votes

Moving to ASP.NET - VB or C#?

First of all, don't port something for the sake of it. If it's working fine and there's little to be gained from porting it, leave it alone, and continue doing bugfixes and small enhancements in VB …
0
votes

.NET “must-have” development tools

Resharper NUnit + TestDriven.Net RhinoMocks …
3
votes

Favorite Visual Studio keyboard shortcuts

Shift+ESC This hides/closes any of the 'fake window' windows in Visual Studio. This includes things like the Solution Explorer, Object Browser, Output Window, Immediat …