A detailed tutorial on Creating a dynamic Xml Reader In C# 4.0. Includes downloadable source code in a zip file in the end of the article.
07 January 2009 by Shiva
A detailed tutorial on Creating a dynamic Xml Reader In C# 4.0. Includes downloadable source code in a zip file in the end of the article.
01 January 2009 by Shiva
A C# helper class featuring lambdas that allows for indexed property without using subclasses.
23 December 2008 by Shiva
A new approach to understanding Dependency Injection and Inversion of Control Design Patterns in the C# environment. The author, fossmo uses a Murder Mystery story analogy.
15 October 2008 by Shiva
The two most popular approaches to casting – converting data types and objects – in C# are Using the cast syntax i.e. (TypeToBeCastTo) (type/object) and Using the AS operator i.e. (type/object) AS TypeToBeCastTo It is speculated that most developers use the first approach, but have you ever wondered which approach is the better one, is more [...]
26 December 2006 by Shiva
Moving from VB.NET to C# - Where is the Page_PreRender and other Events ?
26 December 2006 by Shiva
Sure, the C# page on Texpad’s site shows you how to enable syntax highlighting by downloading the syntax definition files for C#, but even this isn’t necessary. Here is how you enable it for C# without downloading additional syntax files. Open Textpad and click Configure > New Document Class. The Document Class Wizard will be displayed. In [...]