Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

.NET Framework Overview - ASP.NET tutorial


NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework depends on the CLR. Among other things, the CLR provides a common set of data types, acting as a foundation for C#, VB, and all other languages that target the .NET Framework. Because this foundation is the same no matter which language they choose, developers see a more consistent environment.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



MS SQL RD4 Encryption
MS SQL RD4 Encryption
This is a simple RD4 encryption stored procedure. It's nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.
Category: ASP.NET tutorials - Difficulty:
No ActiveX Server Registration Needed with ASP.NET
No ActiveX Server Registration Needed with ASP.NET
Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting.
Category: ASP.NET tutorials - Difficulty:
Creating and using stored procedures
Creating and using stored procedures
The tutorial shows you how to create stored procedures, after which you'll see how to use stored procedures in an ASP .NET web application.
Category: ASP.NET tutorials - Difficulty:
A Simple Contact Form
A Simple Contact Form
This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor ckicks send button, script send all informatiom from contact form. .
Category: ASP.NET tutorials - Difficulty:
ASP.NET Developers and Search Engine Optimization (SEO)
ASP.NET Developers and Search Engine Optimization (SEO)
If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is to make your ASP.NET application as friendly as possible for spiders, and the specific spider we're talking about is Google.
Category: ASP.NET tutorials - Difficulty: