10 Tips for Writing High-Performance Web Applications
In this article, I'm going to present 10 tips for writing high-performance Web apps. I'm not limiting my comments to ASP.NET applications because they are just one subset of Web applications. This article won't be the definitive guide for performance-tuning Web applications�an entire book could easily be devoted to that. Instead, think of this as a good place to start.
Asp.Net Code Examples
ASP.NET Code Tutorial
Asp.Net Code Examples
ASP.NET Code Tutorial
Working with Data in ASP.NET 2.0 :: An Overview of Inserting, Updating, and Deleting Data
Like the Select() method, these three methods can be mapped to methods in an underlying object. When configured to insert, update, or delete data, the GridView, DetailsView, and FormView controls provide a user interface for modifying the underlying data. This user interface calls the Insert(), Update(), and Delete() methods of the ObjectDataSource, which then invoke the underlying object's associated method
Caching
Caching is a great idea. You just use a small amount of something fast to make something slow seem much faster then it really is! It's done by motherboards, hard drives, operating systems, and in some form or another by almost everything where speed is important.
Installing ASP.NET
Easy ASP tutorial explaining how to install ASP.net
Sending Email with ASP.Net 2.0
The first thing you'll notice is that the namespace has changed from System.Web.Mail to System.Net.Mail. Also, now, to get the email working, there are two classes that need to be addressed:
* MailMessage()
* SmtpClient()
Creating an AJAX Scribble application
ASP.NET Atlas is a rich set of client side and server side libraries to develop AJAX-style applications using ASP.NET. This tutorial (and probably more in this series) attempts to provide a general view of the features available in Atlas. Since, Atlas is a very vast library this very first tutorial concentrates on two most important features of Atlas:
1. Ability to call server side web services from client side scripts
2. Ease of developing cross-browser compatible JavaScript code
GridView Examples for ASP.NET 2.0
This article illustrates how to accomplish a number of common tasks with the Microsoft ASP.NET 2.0 GridView control. Each task is accompanied by a description of the new concepts covered, and the complete working examples are available for download with this article.
ASP.NET Resource Center
ASP.NET is one of the most popular Internet and Web development tools in use today. Our ASP.NET Resource Center focuses on the vast amount of free ASP.NET content available online, plus some for-sale items
ASP.NET Atlas Powers the AJAX-Style Sites - Free eBook ASP.NET Atlas Powers the AJAX-Style Sites - Download ebook ASP.NET Atlas Powers the AJAX-Style Sites free
|