|
ASP.NET Server Control Licensing
|
Other links at ASP.NET > Tutorials |
| 1. |
Developing "Secure" Enterprise Scale Applications (using .Net Framework)
|
|
|
This discussion will focus around "How to write secure code?" using .NET Technologies. It will also discuss secure coding practices for enterprises and organizations. The discussion will include following topics: .NET Security Fundamentals; Code Access Security; Impersonation, Authentication and Authorization; Security in COM+ and ASP.NET. Source code included.
|
| 3. |
Replicating Content to Multiple Servers
|
|
|
This article provides one solution for replicating content to multiple share locations. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the uploaded files to other servers in the farm.
|
| 4. |
VB.NET 2005 Training : The .NET Framework Architecture Part 2
|
|
|
VB.NET 2005 Free Training : The .NET Framework Architecture Part 2. In this tutorial of The .NET Framework Architecture Part 2 we will learn about Just-In-Time (JIT) compilation, Assemblies, native assemblies, Global Assembly Cache (GAC) and Comparison of VB.NET, C#, and J#.
|
| 5. |
Performing custom validation
|
|
|
Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays This name is already taken.
|
|
|