help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Browse by Tags

All Tags » C# (RSS)
Useful Extension methods
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...
Posted: Apr 12 2008, 04:06 PM by help.net | with no comments
Filed under:
Useful Generic array functions
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...
Posted: Apr 12 2008, 03:44 PM by help.net | with no comments
Filed under:
Another C# Legacy HTML parser using Tag processing.
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...
Posted: Feb 25 2008, 11:20 PM by help.net | with 2 comment(s)
Filed under:
Database local cache
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...
Posted: Dec 19 2007, 12:14 AM by help.net | with 2 comment(s)
Filed under:
Understanding Interfaces in C#
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...
Posted: Dec 18 2007, 10:44 PM by help.net | with 1 comment(s)
Filed under:
A tutorial on nested classes in C#
In this short tutorial Chetan Kudalkar is going to discuss nested classes. Nested classes are classes within classes. Read more...
Posted: Sep 26 2007, 12:32 PM by help.net | with 1 comment(s)
Filed under:
C# 3.0 Intro
If you want to know more about the future of C# check Ayende contribution here .
Posted: Jan 25 2007, 04:07 PM by help.net | with 1 comment(s)
Filed under:
An Aqua Button Control Written in C# for .Net
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...
Posted: Oct 13 2006, 12:39 AM by help.net | with no comments
Filed under: ,
VB.NET & C# comparison
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...
Posted: Sep 14 2006, 05:41 AM by help.net | with 2 comment(s)
Filed under: , ,
Creating an RSS feed for your ASP.NET site
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...
Posted: Sep 14 2006, 12:37 AM by help.net | with 1 comment(s)
Filed under: ,
More Posts