|
ASP.NET Community Starter Kit - Creating a New Module
|
Other links at ASP.NET > Tutorials |
| 1. |
Using CultureInfo to modify output
|
|
|
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings
|
| 2. |
Oracle 9i Tutorials
|
|
|
Course Description: This course introduces students to data server technology, and explores the concepts of relational databases and the powerful SQL and PL/SQL programming languages. Students will learn and practice how to create and maintain database objects. You will also learn to store, retrieve, and manipulate data. Finally, you will learn how to create PL/SQL blocks of application code that can be used in Oracle forms, reports, and other Oracle applications.
|
| 3. |
How to implement custom validation for any process (KB100021)
|
|
|
When developing ASP.NET applications, you may sometimes need to implement a custom validation that is recognized and displayed by the ValidationSummary control so that all validation error message appear in one place without additional coding. You also want to implement this custom validation by using page CodeBehinds, as you would like to leave the ASPX page with the miminum code necessary. This article shows you how in nine easy steps, complete with screen captures and code descriptions.
|
| 4. |
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.
|
| 5. |
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.
|
|
|