↧
A Manager’s Retrospective on the C# versus VB.NET decision
There is no shortage of discussion or flame wars weighing the relative merits of the various Microsoft .NET programming languages, nor is there an outcry for another opinion on the subject. This...
View ArticleQuick Tip: Comparing a .NET string to multiple values
The Problem Do you ever wish you could use the SQL IN operator in your C# code to make your conditional blocks more concise and your code easier to read? Perhaps it’s just my persnickety nature, but I...
View Article