In the days of ASP or simple JavaScript, developers would track down code problems bugs using print statements. Microsoft changed this approach with the introduction of ASP.NET because it includes ...
The implementation of master pages is a highly anticipated feature in ASP.NET 2.0. A master page is a template that you can use to define the overall look and feel of your ASP.NET Web applications. In ...
It's axiomatic that everyone wants to create applications that run faster and use less memory. In an ideal world, the best thing to do is to sit down and take the time to rearchitect your application ...
Build Web Sites Using Master Pages ASP.NET 2.0 master pages enable you to set the common content for a group of Web pages quickly and easily, while also providing for each page's unique content. By ...
Microsoft's release of the .NET Framework and ASP.NET in 2002 sparked a revolution in Web development, making it possible to create event-driven, compiled, and object-oriented Web applications rapidly ...
Creating a consistent look and feel is critical to successful Web site design. Expression Web offers two features that make consistency in your design easier: dynamic web templates (DWTs) and ASP.NET ...
The most glaring difference between Web and stand-alone applications is the disconnected nature of the Web. That is, a Web application isn't constantly connected (to a database server, application ...
The easiest way to improve the performance of your Web application is through effective caching. Discover how ASP.NET's built-in features make caching a breeze. The easiest and most effective way to ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
I'm trying to use a directorySearcher object in an ASP.NET page, and keep getting "The specified domain either does not exist or could not be contacted" errors, even if I specify a valid username and ...