Best Tutorials website
Latest tutorials

Advertisment

A Practical Comparison of ADO and ADO.NET

A Practical Comparison of ADO and ADO.NET

Since 'classic' ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article...


Views: 788 | Rating star | by Marry
ASP.NET - .NET

Gate to Delegates in VB.NET

Gate to Delegates in VB.NET

This article explains what are 'Delegates'? And what is their role in .NET framework. The author uses VB.NET code to provide working...


Views: 718 | Rating star | by Jarry
ASP.NET - .NET

Building XML Web Services Using C# and ASP.NET

Building XML Web Services Using C# and ASP.NET

The term 'web service' has been used quite frequently lately: you hear people saying how good web services are and how they will dominate...


Views: 0 | Rating star | by Source
ASP.NET - .NET

Submitting Web Form data from one ASP.NET page to another

Submitting Web Form data from one ASP.NET page to another

This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use...


Views: 720 | Rating star | by Source
ASP.NET - .NET

Generating Forms Authentication Compatible Passwords (SHA1)

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...


Views: 646 | Rating star | by Stephen
ASP.NET - .NET

Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid control

Viewing/Adding/Editing/Removing Records from MySQL using ASP.NET DataGrid control

A comprehensive tutorial on viewing, adding, editing and removing records from MySQL database using ASP.NET DataGrid control. Provides thorough...


Views: 716 | Rating star | by Ben
ASP.NET - .NET

Accessing MySQL Database with ASP.NET

Accessing MySQL Database with ASP.NET

This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL...


Views: 733 | Rating star | by Jarry
ASP.NET - .NET

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...


Views: 766 | Rating star | by Brad
ASP.NET - .NET

Uploading, determining size, width and height and resizing image files

Uploading, determining size, width and height and resizing image files

Comprehensive tutorial on uploading image files, determing size ( in bytes ), type ( bmp, jpg, gif ), width and height ( in pixels ) of these...


Views: 662 | Rating star | by Steve
ASP.NET - .NET

Introduction to Web Services.

Introduction to Web Services.

The label 'web services,' as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web...


Views: 705 | Rating star | by Brad
ASP.NET - .NET

Migration from J2EE to .NET.

Migration from J2EE to .NET.

An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to...


Views: 713 | Rating star | by Jarry
ASP.NET - .NET

File Uploading with ASP.NET

File Uploading with ASP.NET

A comprehensive tutorial on uploading files to server hard disk using built-in ASP.NET server controls. Describes how to upload more than one file?...


Views: 765 | Rating star | by John
ASP.NET - .NET

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....


Views: 774 | Rating star | by Amy
ASP.NET - .NET

Sending Mass E-Mails ( Newsletter ) using ASP.NET.

Sending Mass E-Mails ( Newsletter ) using ASP.NET.

This is part II of a series of articles in which we'll learn how to send mass e-mails ( both text and HTML ) to a list of subscribers using...


Views: 661 | Rating star | by Ben
ASP.NET - .NET

Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework

Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework

Sample chapter from 'Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET' on ASP.NET controls, code-behind, Page object,...


Views: 0 | Rating star | by Tutorial
ASP.NET - .NET

How to determine what server is given web site running on using ASP.NET?

How to determine what server is given web site running on using ASP.NET?

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...


Views: 722 | Rating star | by Sarah
ASP.NET - .NET

ASP.NET Website Programming: Problem - Design - Solution

ASP.NET Website Programming: Problem - Design - Solution

Sample chapter from 'ASP.NET Website Programming: Problem - Design - Solution' on deploying the web site. Describes in detail how you...


Views: 661 | Rating star | by Nick
ASP.NET - .NET

Get Detailed Information About Your Site Visitors In Real Time using ASP.NET

Get Detailed Information About Your Site Visitors In Real Time using ASP.NET

Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they...


Views: 712 | Rating star | by Mark
ASP.NET - .NET

Object Syntax Introduction

Object Syntax Introduction

A Sample Chapter 5 from 'Professional VB.NET 2nd Edition'. Visual Basic has had powerful object-oriented capabilities since the...


Views: 764 | Rating star | by David
ASP.NET - .NET

Professional ASP.NET 1.0 2002 Edition : Exposing Web Services

Professional ASP.NET 1.0 2002 Edition : Exposing Web Services

Complete Online Chapter 'Exposing Web Services' from Wrox Press book 'Professional ASP.NET 1.0 2002 Edition'. Topics covered...


Views: 660 | Rating star | by Sean
ASP.NET - .NET