Features (37)
Extend ASP.NET with HTTP modules
While HTTP modules have been a part of ASP.NET since its inception, I still encounter developers with no idea of their existence or usage. HTTP modules allow you to process incoming requests and outgoing responses to and from an ASP.NET application. Read more »
Send email alerts when errors are written to the event log
It is common for applications to write to the Windows Event Log when errors occur or a warning is issued, and with the advent of the .NET Framework, Microsoft has provided developers with built-in functionality to read and write data to or from the event log. Read more »
Locate errors in your JavaScript code
When you debug JavaScript, you don't have the luxury of the powerful tools available in other development environments. Fortunately, you can fall back on some alternative techniques to locate problems in your code. Read more »
Analyse your managed .NET code with FxCop
Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. Read more »
Implement ASP.NET AJAX with the UpdatePanel control
The ASP.NET 2.0 AJAX Extensions 1.0 add-on brings AJAX development to ASP.NET developers using existing ASP.NET style coding. In this article we look at using multiple UpdatePanel controls on a single page. Read more »
Windows Presentation Foundation: Another piece of the .NET puzzle
Windows Presentation Foundation is just one of the major enhancements to the .NET Framework introduced alongside Windows Vista. Read more »
Create an ASP.NET Web Form
The ASP.NET codebehind feature allows you to create Web forms with Managed C++, which makes those forms accessible via the intranet or Internet. In this article, Builder.com will show you how to create a Web form. Read more »
Achieve common ASP.NET page functionality
In this article we take a look at ASP.NET 2.0's template page feature and how you might create base pages with inheritance. Read more »
Exception management in .NET
In this article, Builder.com looks at how exception management works in .NET. Find out how to architect systems that handle runtime errors properly. Read more »
Pulling XML forward with the .NET Framework XmlReader object
Microsoft has introduced a third paradigm with the .NET Framework called the "pull model," which attempts to provide non-cached, forward-only, read-only access to XML data. Read more »
Filter Tags
News and features
- Latest
- Popular
- Features
- Most Discussed
-
A first look at Windows 7 betaIn this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »
-
Opera's new SDK: Better browsing on the Wii?Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »
-
It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »
-
Ratbags burn, smash and 'nuke' hard drives
2008/12/16 14:49:30
-
2008/12/11 10:40:47
-
Five services you can turn off in Windows Server 2003
2008/10/01 13:58:07
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.
