ASP.NET News from Blogger:
DotNetJunkies Just Published
Total News: 11
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...
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....
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....
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...
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...
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...
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...
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 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...
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...
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