6
votes
9answers
850 views
How many C# vs. VB developers are out there?
As a company it's important to choose which .NET language to go with. Many have chosen C# but are there any actual numbers out there to support going with C# over VB.NET? How many C# developers are …
0
votes
3answers
129 views
Get IIS site name from for an ASP.NET website
In my ASP.NET web app I'd like to look up the name it was given when it was created in IIS, which is unique to the server. I'd not interested in the domain name for the web site but the actual name …
0
votes
How to MOQ an Indexed property
Wouldn't it be easier to just use a stub object? Set the required values and check the indexes you need.
…
