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: 462    Displaying: 121 - 140 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

   Manual Threading in ASP.NET 2.0   Hits: 486 

 
Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. Creating threads manually is much more complex than using the thread pool, and requires you to have knowledge about threading life cycle and concepts.


Free   Version: 1   Platform(s): windows   Updated: Mon Feb 12 2007

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

   Optimization with server controls, application settings & coding practices   Hits: 481 

 
Explains different techniques of ASP.NET WebApplication speed optimizations regarding to use of: - page and server controls, - web application settings - best coding practices.


Free   Version: 1   Platform(s): windows   Updated: Tue Jan 16 2007

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

   Caching in an ASP.NET 2.0 Web Application   Hits: 512 

 
Caching is the most effective technique you can use to improve the performance of your ASP.NET web application. Designing your application with caching in mind, improves both the performance and the scalability of that application.


Free   Version: 1   Platform(s): windows   Updated: Tue Jan 16 2007

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

   Date Validation in ASP.NET   Hits: 1368 

 
In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture date format. Code can do two jobs for us : date is valid and date is in correct format.


Free   Version: n/a   Platform(s): windows   Updated: Mon Jan  8 2007

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

   Speed Optimization in ASP.NET 2.0 Web Applications   Hits: 603 

 
Developing a web application that responds to users requests quickly is a target and a challenge for all web developers. ASP.NET was designed with speed optimization and performance improvements in mind. This tutorial covers correct using of state management and data access to develop a high performance ASP.NET application.


Free   Version: 1   Platform(s): windows   Updated: Mon Jan  8 2007

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

   XML Automatic Documentation Tags   Hits: 433 

 
Explans in details how to use XML automatic documentation tags in ASP.NET 2.0 source code. We will illustrate in more details how you can benefit from this technique to the most extent by using some other recommended XML tags to give more comprehensiveness and functionality to your final documentation file.


Free   Version: 1   Platform(s): windows   Updated: Mon Jan  8 2007

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

   User registration and authentication for an ASP.NET 2.0 websites   Hits: 1158 

 
Explains the authentication process and how to set up authentication and authorization, create and manage roles and apply access rules to the ASP.NET.


Free   Version: 1   Platform(s): windows   Updated: Wed Dec 13 2006

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

   Build Notepad ASP.NET Web Application   Hits: 691 

 
A complete ASP.NET 2.0 Notepad Web application example (with source code). Explains Forms, sign in process, some complex SQL queries and new HiddenField ASP.NET 2.0 server control.


Free   Version: 1   Platform(s): windows   Updated: Wed Dec 13 2006

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

   Managing State in Web Services   Hits: 583 

 
Explains how to manage a session and application state objects in ASP.NET Web Services. Using session objects is always a good option for maintaining per user data. But the case of web services is different. In real life, Web services may be called thousands of times a day. In such cases, keeping per user data in the webserver would be a bad approach.


Free   Version: 1   Platform(s): windows   Updated: Tue Nov 21 2006

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

   Implementing Web Service Clients   Hits: 578 

 
Explains how Web services work and how to call it from ASP.NET. When we create and run this web service , it will be run by a web browser. However, in real life, the true aim of web service can only be achieved if we can call it from some web application or a console application.


Free   Version: 1   Platform(s): windows   Updated: Wed Oct 25 2006

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

   DataSet and DataAdapter in ASP   Hits: 537 

 
Explains how to work with multiple tables, handle errors and how DataSet tracks modified table rows. Whenever a row is changed, its status is set from UnChanged to Modified. Whenever, a new row is added, its status would be depicted by DataRow.Added.


Free   Version: 1   Platform(s): windows   Updated: Wed Oct 25 2006

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

   Introducing Really Simple Syndication in ASP.NET   Hits: 654 

 
Really Simple Syndication (RSS) is an XML standard for declaring content entries for small content feeds. The RSS format has gained popularity over the years due to its simplicity. The XML file formatted according to the RSS specification is either found as a physical file or is obtained via a Web site that handles the request and sends the content over the Internet to the client.


Free   Version: n/a   Platform(s): linux, windows, freebsd   Updated: Sat Oct  7 2006

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

   Writing binary files using BinaryWriter   Hits: 999 

 
In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let's see it on a sample code. .


Free   Version: n/a   Platform(s): windows   Updated: Tue Oct  3 2006

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

   Displaying XML to DataGrid   Hits: 1121 

 
In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. .


Free   Version: n/a   Platform(s): windows   Updated: Tue Sep 26 2006

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

   DotNetNuke Skinning Toolkit   Hits: 660 

 
The DotNetNuke Skinning Toolkit demonstrates all of the skin classes within DotNetNuke so that you can easily view, search and learn how to style the various elements within a DotNetNuke skin. Each DotNetNuke class is presented with an image and the various styling options available through CSS.


Free   Version: n/a   Platform(s): windows   Updated: Thu Sep 28 2006

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

   DataSet and DataAdapter in ASP.NET 2.0   Hits: 1025 

 
Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them. This tutorial explains how to manipulate data in database using DataSet and DataAdapter objects.


Free   Version: 1   Platform(s): windows   Updated: Wed Sep 27 2006

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

   How to use SCOPE_IDENTITY() in ASP.NET   Hits: 1202 

 
In this code sample we will take a look at how to use SCOPE_IDENTITY() in ASP.NET. We use this function to get new ID of inserted record from SQL database. .


Free   Version: n/a   Platform(s): windows   Updated: Wed Sep 13 2006

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

   Master Pages in ASP.Net 2.0 - An Advanced Look   Hits: 1053 

 
Advanced use of Master Pages in ASP.NET 2.0 to achieve consistent look and feel of your web site. Master Pages enables us to apply the same page layout to multiple pages in a Web Application.


Free   Version: 1   Platform(s): windows   Updated: Tue Sep 12 2006

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

   Tab Key in ASP.NET   Hits: 557 

 
Explains how to use Tab keyboard key in different situations for both ASP.NET 1.1 and ASP.NET 2.0 Web applications.


Free   Version: 1   Platform(s): windows   Updated: Tue Sep 12 2006

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

   GridView Hidden Column Problem (And Two Common Solutions)   Hits: 675 

 
Explains how to simulate hidden column in GridView control. GridView is one of the new controls in ASP.Net 2.0 that replaced the DataGrid. In earlier versions of .Net when you didn't want the data to be visible to the client, you simply set the Column visibility to False. But, if you try that with ASP.NET 2.0 GridView control, it will return only empty string.


Free   Version: 1   Platform(s): windows   Updated: Fri Sep  8 2006

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

  Total: 462    Displaying: 121 - 140 Pages:   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ...

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