ASP.NET/Database
The Microsoft.NET framework comes with several namespaces to manage data in databases. .NET also comes with SQL Server and Oracle native providers. A native provider will only work with one database product, and uses the native database more efficiently. There are several generic database classes, however if you are using a database that has a native provider, use it.
ASP.NET Quick Start
The ASP.NET QuickStart is a series of ASP.NET samples and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web programming framework. The QuickStart samples are designed to be short, easy-to-understand illustrations of ASP.NET features. By the time you have completed the QuickStart tutorial, you will be familiar with:
Data Security(.NET)
Stop SQL Injection Attacks Before They Stop You
ASP.NET Atlas Powers the AJAX-Style Sites
The Atlas features of ASP.NET are not just another AJAX script library for writing client-centric Web applications. Atlas builds on the .NET Framework 2.0 and adds support for better utilizing the capabilities of client-side JavaScript and the XMLHttpRequest object. It includes server-based features that make it easy to enrich existing ASP.NET applications, as well as a client script library that is used by the Atlas controls and services.
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
ASP.NET - Free eBook ASP.NET - Download ebook ASP.NET free
|