Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
More Posts
Next page »