Browse by Tags
All Tags »
C# (
RSS)
In this article, Brian examines extension methods and how they can be used with .NET Framework applications. He begins with a short introduction and then provides a detailed explanation of the application of extension methods with the help of source code...
The standard .NET Framework offers quite a few generic functions to munipulate arrays, however there are some functionalities where extra code will be needed such as Appending to the array, removing an element from the array, or removing all elements...
This article presents a simple HTML parser library developed for an automated application. The parser mainly detects tag syntax and it can collect a tag pair as a group. The parser was intended to be used with HTML content retrieved by .Net WebResponse...
You are developing a desktop application for managing a fitness center. The members information is of course to be stored in a database, so you define a "Members" table with fields such as name, birth date, telephone, and the like. But your happiness...
Interfaces are a very useful tool built into C#. In this article Brendan explains the basics of how interfaces work and for what they may be used. He explains how to create simple custom interfaces and how to implement them. Read more...
In this short tutorial Chetan Kudalkar is going to discuss nested classes. Nested classes are classes within classes. Read more...
If you want to know more about the future of C# check Ayende contribution here .
Cool project! Done without even WPF! Using this, control bitmaps are created "on the fly" according to the attributes of the control. Colour, Height, Width, Font Size and Text. The slow rendering speed of the graphics is negated by using cached...
No no I am not talking politics :-) but Gaurav Taneja has posted a side by side translation document you should keep as reference if you are manually converting from VB.NET to C# (and vice versa). Great idea! UPDATE : I recommend also an online tool to...
Read this interesting article if you want to create a RSS feed for a non-blog site and this using an HTTP Handler. Read more...
More Posts