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
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
ASP.NET Quick Start - Free eBook ASP.NET Quick Start - Download ebook ASP.NET Quick Start free
|