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 …
6
votes
What’s the best way to learn C# quickly?
You should specify whether their primary need will be for WinForms (applications) or ASP.Net (websites) - or both, and it also depends on what other technologies you're going to be using - there's …
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 …
