ASP.NET News from Blogger: DotNetJunkies Just Published   Get the feed of: DotNetJunkies Just Published

Total News: 11

8 Golden Rules to Develop and Design Quickly

One of the most subjective element to a client is the aesthetics which should be quick and easy to alter, unfortunately on enterprise scale web applications with developers and designers working toget...

Ground Up: Master Pages in ASP.NET 2.0

In the first installment of this intorductory series Doug Seven will show you how to use the new Master Pages feature of ASP.NET 2.0 to manage the look and feel of your website from a single location....

Test Driven Development with Visual Studio 2005 Team System

In this article Doug Seven will introduce you to Test Driven Development and show you how to incorporate this design methodology into you daily coding habits using Visual Studio 2005 Team System....

Http.sys in WinXP SP2: What It Means with Windows Communication Foundation

One of the features that Windows 2003 brought to the forefront is the Http.sys kernel mode device driver. What this means is all HTTP traffic is routed through this driver then onto the application t...

Highlighting Multiple Search Keywords in ASP.NET

A few years ago I had written a short article that demonstrated how one could highlight a keyword within a DataGrid control based on what was passed into it. Although this functionality served its pur...

Microsoft Enterprise Library 2005

The Enterprise Library is a collection of Application Blocks released by the Patterns and Practices group within Microsoft. It is an update to the previous Application Blocks for .NET that includes co...

Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid - Part 2: Maintaining CheckBox State Across Pages

In a previous article Dimitrios Markatos demonstrated how you could multi-select checkboxes in a DataGrid and then cumulatively deleted all the records. In this article Markatos will show you how to s...

Web Hosting for ASP.NET 2.0 Beta 2

Microsoft lists three North American web hosting providers who are offering the beta service right out of the gate: DiscountASP.NET, CrystalTech Web Hosting, and ORCS Web. CheapHostingDirectory.com as...

Domain Objects Persistence Pattern for .NET

Domain objects in an application represent the core data and business validation rules relating to it. And, domain objects are usually central to the entire application and used by most subsystems. Th...

Dynamic DataGrid Paging and Sorting Using A DataReader

In a previous article I demonstrated one of nine ways one could page and bi-directionally sort a DataGrid. I opted for the hidden field method. This method, among the eight others works fine, and it a...

Best Practices: Exception Management

Exception management is a key area for developers doing any kind of application development. As a developer, you should adopt an appropriate strategy for exception management that will enable you to b...

View Other bloggers