Best Tutorials website
Latest tutorials

Advertisment

Quick .Net File Download Security

Quick .Net File Download Security

In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy...


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

Using CultureInfo to modify output

Using CultureInfo to modify output

Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for...


Views: 1277 | Rating star | by Simon
ASP.NET - .NET

Using ASP.NET Code-Behind Without Visual Studio.NET

Using ASP.NET Code-Behind Without Visual Studio.NET

The author writes 'One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate...


Views: 1216 | Rating star | by Daniel
ASP.NET - .NET

ASP to ASP+ Migration

ASP to ASP+ Migration

Microsoft is set to release an exciting upgrade to ASP later in 2000. This is a major upgrade unlike the minor changes from ASP 2.0 to 3.0. Unlike...


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

Replicating Content to Multiple Servers

Replicating Content to Multiple Servers

This article provides one solution for replicating content to multiple share locations. This could be useful where you have a Web application...


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

Using the .Net System.Net Class

Using the .Net System.Net Class

In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the...


Views: 1378 | Rating star | by Colin
ASP.NET - .NET

Integrating ASP.NET XML Web Services with Classic ASP Applications

Integrating ASP.NET XML Web Services with Classic ASP Applications

This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an...


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

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: 862 | 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: 803 | 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: 795 | 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: 715 | 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: 789 | 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: 809 | 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: 841 | 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: 742 | 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 services are...


Views: 777 | 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: 786 | 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: 835 | 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: 847 | Rating star | by Amy
ASP.NET - .NET