|
ASP.NET Web Services : Asynchronous Programming
|
Other links at ASP.NET > Tutorials |
| 1. |
VB.NET 2005 Free Training: Windows Forms Designer Window
|
|
|
VB.NET 2005 Free Training: Windows Forms Designer Window - Using The System.Windows.Forms.Form class System.Windows .Forms.Form class is the foundation class for all forms to be created. All the forms that are created in VB .NET are also inheriting from this base class. This class provides for all the facilities needed for the form. Additional functionality can be added by separate codes.
|
| 2. |
Inserting a Common Navigation Using .Net
|
|
|
This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.
|
| 3. |
ASP.NET Migration Summit - Moving from ASP to ASP.NET
|
|
|
From this session, brought to you by Microsoft and DevelopMentor, you will learn the internal details of how ASP .NET works, from the new compiled processing model to the inheritance story of a page and code-behind. Also, learn about the strengths of Web Forms and a completly new Server-Side controls architecture. You will also learn how to scale a Web site by taking advantage of the new state management features in ASP .NET. Finally, you will learn about Web Services - how they work and where they fit in the world of distributed computing. Source code included.
|
| 4. |
HTTP Architecture for ASP.NET
|
|
|
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.
|
| 5. |
ASP.NET Debugging
|
|
|
ASP.NET provides extensive tracing and debugging capabilities, an area that has been neglected for web developers in the past. With its new compilation model, debugging a page becomes as natural as debugging any other application.
|
|
|