|
ASP.NET MVC Pattern for Struts developers
|
Other links at ASP.NET > Tutorials |
| 1. |
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.
|
| 2. |
Dynamic Controls with Events
|
|
|
This pack learns how to create an array of server controls dynamically and capture their events. Source Included.
|
| 3. |
Design Patterns Tutorial
|
|
|
An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.
|
| 4. |
Introduction to ASP.NET
|
|
|
Review the features and shortcomings of classic Active Server Pages. Understand the advantages of an ASP.NET application. Learn about server controls and events in ASP.NET. Create a simple Web Service in ASP.NET.
|
| 5. |
.NET Serial Port Communication
|
|
|
Microsofts .NET Framework 1.1 does not provide proper utilities to communicate with the serial ports on a Windows machine. The RS232 library and this quick tutorial will have you talking to a COM port on your machine in no time.
|
|
|