C# .Net | Tag Archive

How To Create A Dynamic Xml Reader In C# 4.0

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.

(0)

C# .Net Temperature Struct Code for Fahrenheit and Celsius Manipulation

02 January 2009 by Shiva

(0)

C# Helper Class For Indexed Property Access Without Using Subclasses

01 January 2009 by Shiva

A C# helper class featuring lambdas that allows for indexed property without using subclasses.

(0)

C# Dependency Injection and Inversion of Control Containers Explained

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.

(0)

Casting Syntax Vs AS Operator – Which Approach Is Better And Why ?

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 [...]

(0)

VB.NET to C# – Where is the Page_PreRender and other Events ?

26 December 2006 by Shiva

Moving from VB.NET to C# - Where is the Page_PreRender and other Events ?

(13)

How to enable C# Syntax Highlighting in Textpad

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 [...]

(1)

Advertise Here

Photos from our Flickr stream

See all photos

Advertise Here