The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP.NET :: Tips and Tutorials
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 490    Displaying: 421 - 440 Pages:    ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

   Design Patterns Tutorial   Hits: 1286 

 
An article that briefly describes commonly used Design Patterns; Singleton, Factory Method, Adapter, Proxy, Decorator, Composite, Observer, MVC, Template and Strategy.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 25 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Search engine friendly URLs using ASP.NET (C#.NET)   Hits: 1089 

 
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.


Version: n/a   Platform(s): n/a   Updated: Thu Mar 25 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP.NET MVC Pattern for Struts developers   Hits: 1667 

 
Programmers familiar with JSP's 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.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  5 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   404 Not Found Redirection   Hits: 1064 

 
Recently we had a Website that was redone from a large static site to a dynamically driven site in ASP.Net. The original site was heavily indexed by the major spiders on the Web, we did not want to lose the reference links in the engines and wanted to make sure the link clicked on would go to an appropriate paged in the site. In this article we cover how to create a document mapper so the old URL is redirected to the new related page within the new site.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 19 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Working with the System Registry   Hits: 708 

 
In this article we will cover working with the system registry, both reading and writing values. In this example, we will cover creating a license registration for your application.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 19 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Adding Web Services to Your ASP.Net Application   Hits: 771 

 
In this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service.


Version: n/a   Platform(s): n/a   Updated: Fri Jan 16 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Methods for Active Directory Management   Hits: 1848 

 
Here we provide several methods for managing your Active Directory database via ASP.Net code. We'll cover querying user information using System.DirectoryServices, changing user accounts, and group management.


Version: n/a   Platform(s): n/a   Updated: Thu Jan  8 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Dropdown list control from Datasource   Hits: 2508 

 
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.


Version: 1   Platform(s): Win 2000   Updated: Tue Oct 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using CultureInfo to modify output   Hits: 770 

 
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 our culture settings


Version: 0   Platform(s): Win 2000   Updated: Tue Oct 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Counting Records In ASP.NET   Hits: 1261 

 
The following source code displays count of all records in a database. We will use a data command to execute an SQL statement that will return with count of records. Source code written in Visual Basic.NET can easily modify to work in an application.


Version: n/a   Platform(s): Win 2000   Updated: Sun Oct 19 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to use GetDirectories   Hits: 1054 

 
While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder. Source code written in Visual Basic.NET can easily modify to work in an application.


Version: n/a   Platform(s): Win 2000   Updated: Sun Oct 19 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Database Access Within an Assembly   Hits: 984 

 
We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.


Version: n/a   Platform(s): Win 2000   Updated: Thu Sep 25 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Inserting a Common Navigation Using .Net   Hits: 1058 

 
This tutorial covers one option for including a common header and footer into your HTML pages without having to modify the html page itself. Technologies used are the System.XML, System.Net, and System.IO .Net classes.


Version: n/a   Platform(s): n/a   Updated: Sun Sep  7 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Quick .Net File Download Security   Hits: 589 

 
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 where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.


Version: n/a   Platform(s): n/a   Updated: Sun Sep  7 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Introduction to C# Syntax Part 1   Hits: 728 

 
William Fawthrop (aka Informant) gives us his first .NET article in what promises to be a great new series of articles from him. The author specializes in .NET migration as well as creative solutions in the .NET framework. In this article: A C# 'Hello World' with a loop.


Version: 1   Platform(s): n/a   Updated: Thu Aug 28 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Generating Text Images on the Fly with ASP.NET   Hits: 1605 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP to ASP+ Migration   Hits: 1565 

 
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 past upgrades, however, this one will not be painless. When they designed ASP+, Microsoft had to make the hard decision occasionally to break backward compatibility in the interest of improved functionality and features. Before embarking on the inevitable—and not painless—migration to ASP+, it's best to know what compatibility issues you'll have to deal with. This article covers Compatibility Issues, API changes, Semantic Changes, VB Language Changes, and more.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using ASP.NET Code-Behind Without Visual Studio.NET   Hits: 1213 

 
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 display code from application logic. In Visual Studio.NET, this is 'automagically' done for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Integrating ASP.NET XML Web Services with Classic ASP Applications   Hits: 767 

 
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 API that can be utilized by both your ASP.NET Web pages and classic ASP pages.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   A Practical Comparison of ADO and ADO.NET   Hits: 778 

 
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.


Version: n/a   Platform(s): n/a   Updated: Wed Aug 27 2003

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 490    Displaying: 421 - 440 Pages:    ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog