Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)
If you haven’t been following it over the last couple of months, we’ve been running a series of articles about brownfield development – authored by James Kovacs , Kyle Baley , and Donald Belcham .  The big idea here is that rather than have yet another Read More...
In a layered Web app, the presentation layer is just as important as navigation logic, business logic, and data access. In the December 2008 issue of MSDN Magazine , Dino Esposito examines some design patterns for building an ASP.NET presentation layer, Read More...
Silverlight provides a browser interoperability layer that allows managed code to access the document object model (DOM) of the underlying page. At the same time, JavaScript code running in the page can access the XAML content of the plug-in and even Read More...
Using AJAX, many tasks that were traditionally performed on the server can happen in the browser instead. But many developers would still like the full power and flexibility of server apps at their disposal. In the October 2008 issue of MSDN Magazine Read More...
The most fundamental form of Web testing is HTTP request/response testing. This involves programmatically sending an HTTP request to the Web application, fetching the HTTP response, and examining the response for an expected value. In the May 2008 issue Read More...
In the May 2008 issue of MSDN Magazine , Dino Esposito continued his discussion of AJAX programming by introducing the Single-Page Interface (SPI) model for Web app development and describing some AJAX design patterns that follow from the SPI model. In Read More...
In the March 2008 installment of our Extreme ASP.NET column, Fritz Onion introduced to the ASP.NET 3.5 ListView control, which provides more control over generated markup, support for paging, and full integration with the data source-based binding model. Read More...
Performance problems can creep into your ASP.NET app as it scales up, and when they do, you need to determine what the actual problem is and find the best strategies to address it. In the April 2008 issue of MSDN Magazine , Richard Campbell and Kent Alstad Read More...
The ASP.NET team has been listening to developers' needs and started development of a new Web application framework that sits side-by-side with the Web Forms you know and love. This new framework is based around the Model View Controller (MVC) pattern, Read More...
In the March 2008 issue of MSDN Magazine , in our Extreme ASP.NET column, Fritz Onion explains how the new ListView control can literally replace all other data-binding controls in ASP.NET . Fritz demonstrates how ListView makes several data-binding tasks Read More...
The IIS 7.0 architecture is designed to be extensible from top to bottom, allowing you to replace any part of the built-in feature set with a custom implementation that suits your needs. As a result, IIS 7.0 implements all of its own features on top of Read More...
Dialog boxes have been around in Windows for a long time, and they do have their advantages. But if you want your Web application to have dialog boxes, you're basically stuck with popups, and, as you know, most users disable them with popup blockers. Read More...
Last month, Dino Esposito discussed how ASP.NET input controls such as textboxes and buttons could be enhanced by using AJAX control extenders via the .NET Framework 3.5 and the newest version of ASP.NET. In the February issue of MSDN Magazine , Dino Read More...
You may already know the fundamentals of security programming with Windows and ASP.NET security, but how well do you know the security layer that Windows SharePoint Services 3.0 (WSS) adds on top? In the February issue of MSDN Magazine , Ted Pattison Read More...
Hidden away inside the PreviewDragDrop.js file supplied by the ASP.NET AJAX Futures Community Technology Preview (CTP) lies support for rich, browser-based drag-and-drop user interfaces. The model it uses is patterned after the old OLE drag-drop model, Read More...
More Posts Next page »
 
Page view tracker