| 1. |
ASP.NET MVC Pattern for Struts developers
|
|
|
Programmers familiar with JSPs Model II/struts architecture and others generally familiar with Model View Controller (MVC) architectures, immediately wonder how the MVC pattern can be applied in an ASP.NET world. This article demonstrates how the MVC pattern can be applied to an ASP.NET web application without breaking the basic Microsoft supplied architecture.
|
| 2. |
VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1
|
|
|
VB.NET 2005 Tutorials : Common Windows Forms Controls Section 1 - In this tutorial we will learn about Common Windows Forms Controls in Visual Basic .NET 2005. IN this part 1 of this article, We will be learning the controls like Control Hierarchy, Label, LinkLabel, TextBox, RichTextBox, PictureBox, GroupBox, Panel, Button, CheckBox , RadioButton, ListBox, CheckedListBox and ComboBox.
|
| 3. |
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.
|
| 4. |
Generating Text Images on the Fly with ASP.NET
|
|
|
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate text images on the fly using ASP.NET. Source code available for download.
|
| 5. |
Generating Forms Authentication Compatible Passwords (SHA1)
|
|
|
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldnt know the passwords, it will be much more difficult for them to work out what a users password is.
|
|