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 » .NET (RSS)
Fast and search-engine-friendly ASP.NET-GridView
The ASP.NET GridView is a powerful and userfriendly control for displaying a table of data. It has nice features like sorting, paging, databinding or templatefields. When loading a large amount of data, the paging feature can be used. But this leads to...
Posted: Feb 11 2008, 05:02 PM by help.net | with 1 comment(s)
Filed under:
Implementing the .Net IComparer interface
The aim of this article is to show how I think Explorer does this better than DOS and provide a class to reproduce this in their .Net programs. Read more...
Posted: Jan 22 2008, 12:02 PM by help.net | with no comments
Filed under:
Understanding Code Access Security in .NET
In Microsoft .NET you have two types of security , Code Access Security and Role Based Security. In this article we will explore what the latter implies, how it can be used, etc. So, what is Code Access Security then? Code Access Security (CAS) is a security...
Posted: Dec 18 2007, 11:14 PM by help.net | with 1 comment(s)
Filed under:
DataTableReader in ADO.NET 2.0
This article explores the concept of using DataTableReader in the place of SqlDataReader and DataTable, also explains the methods of creating, reading and using the DataTableReader in the web applications. In this fast and furious world, everyone needs...
Posted: Dec 18 2007, 10:57 PM by help.net | with no comments
Filed under:
Creating Globally Unique Identifiers (GUIDs)
When storing data, either in a database or other storage medium, it is usual to assign an identifying value or key against each item held. There are many ways in which to generate such a key. In an accounting system, the ID for each customer may be entered...
Posted: Dec 18 2007, 10:54 PM by help.net | with no comments
Filed under:
Code To HTML colorizer
I published my first professional article! Tough job, I realise now how hard it might be to write a technical book. So if you want to have a look, check here my article about code to html colorization . Thanks to Sonu and DotNetSlackers to make it happens...
Posted: Dec 07 2007, 03:49 PM by help.net | with 2 comment(s)
Filed under:
Jobs Site Starter Kit for ASP.NET 3.5
Jobs Site Starter Kit (JSSK) is an ASP.NET starter kit demonstrating many features of ASP.NET 3.5 including themes, master pages, data controls, membership, roles, profiles and AJAX. JSSK is a web application that provides a platform for candidates seeking...
Posted: Dec 05 2007, 01:43 AM by help.net | with 1 comment(s)
Filed under:
Basic of GDI+
In this article, Handy Chang will explain about GDI+ in .NET Framework. If you haven't heard about GDI+, then GDI+ is a set of classes in .NET framework that deal with graphics. You can use GDI+ to draw custom drawing on the screen. GDI provides a layer...
Posted: Nov 28 2007, 10:40 PM by help.net | with 1 comment(s)
Filed under:
Extending .NET Events Functionality
Anyone who has used .NET events and delegates understands its power and ease of use. Creating an event and subscribing onto it has become quite simple in C# or VB.NET classes. Moreover, it is a helpful mechanism to implement (for instance) a responsive...
Posted: Nov 15 2007, 01:46 PM by help.net | with no comments
Filed under:
4-Tier Architecture in ASP.NET with C#
I am using 3-Tier architecture in my different projects, but adding a 4th tier is a novelty for me. After reading this article, I can see the benefits to add a Business Access Layer in some complex scenarios. From the author: Almost all of us must have...
Posted: Oct 24 2007, 04:54 PM by help.net | with 5 comment(s)
Filed under:
More Posts Next page »