↧
To var or not to var – c# implicit variable declaration
There is always a lot of talk about coding conventions and best practices, and with C# 3.0 came implicitly typed local variables which enables the var keyword to be used when declaring variables. The...
View ArticleSorting columns using a list of objects (c#)
Rendering a collection of items in columns could be problematic, at least if you want to sort the items vertically in each column, or you need to use separate surrounding html tags for some reason....
View Article