|
Advanced Templates and Skinning in ASP.NET
|
Other links at ASP.NET > Tutorials |
| 1. |
MS SQL RD4 Encryption
|
|
|
This is a simple RD4 encryption stored procedure. Its nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.
|
| 2. |
Sending emails with ASP .NET
|
|
|
In this article, youll see how sending email with ASP.NET is possible and then well go deeper to see how you can use HTML emails or include attachments.
|
| 3. |
ASP.NET Web Services : Asynchronous Programming
|
|
|
A complete online chapter "Asynchronous Programming" from "Professional ASP.NET Web Services". Provides in depth information on how and when to implement syncronous and asynchronous processing using web services.
|
| 4. |
ASP.NET Community Starter Kit - Creating a New Module
|
|
|
Every community site will have different requirements to fulfill. Although the existing CSK framework offers a great deal of flexibility, having the entire source code available means you can add additional functionality to a site in an elegant manner. In this chapter, we will concentrate on creating a new module for the CSK. We will see how creating a new module allows you to add entirely new features which integrate seamlessly with the rest of the framework. In this chapter, we will implement a Frequently Asked Questions (FAQ) module.
|
| 5. |
Authentication in ASP.NET: .NET Security Guidance
|
|
|
This article discusses the importance of security considerations when designing a server application. Both Microsoft Internet Information Services (IIS) and ASP.NET provide security models that will allow you to authenticate your users appropriately and obtain the correct security context within your application.
|
|
|