Tutorial search
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
Getting Started With ASP.NET - ASP.NET tutorial

Category: ASP.NET tutorials - Difficulty: 

Getting Started With ASP.NET tutorial description
| Added on | 06.12.2007 |
| Total clicks | 13 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Getting Started With ASP.NET
More cool ASP.NET tutorials:

At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.
Category: ASP.NET tutorials - Difficulty: 


Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.
Category: ASP.NET tutorials - Difficulty: 


This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.
Category: ASP.NET tutorials - Difficulty: 


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 shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Category: ASP.NET tutorials - Difficulty: 


This example shows you how to use the calendar component and get the date that the user have clicked on
Category: ASP.NET tutorials - Difficulty: 



