Home

Submit

Source

Feeds
Tutorials » ASP.NET » General Development

ASP.NET General Development Tutorials

As the World Wide Web continues its meteoric growth, websites have matured from simple collections of static HTML pages to data-driven dynamic web applications. If you are familiar with creating HTML web pages but aren't familiar with creating dynamic, data driven web applications, you should consider learning ASP.

ASP.NET General Development
Date Validation in ASP.NET
ASP.NET / General Development
In this tutorial, we will try to validate some data coming from a form input. While using this sampel code will check the date is true and in correct format. We will compare the date within a culture date format.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET General Development
ASP.NET Web Counter
ASP.NET / General Development
Counter can track and display hit of the page(s). This simple counter uses only one stored procedure to update and display hits. So it uses less server memory. The database back-end is SQL Server. But you may easily modify procedure to use with MS Access.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET General Development
Simplest way to add calendar for your application
ASP.NET / General Development
This short example shows us how to add a calendar inside our applications. We will display current month and when user click on a day on our calendar.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET General Development
C Sharp Tutorial
ASP.NET / General Development
C# (pronounced "Cee-Sharp") is a Microsoft product and part of their .NET framwork. C# can be used to develop a stand alone application or a web server scripting applicaton. C#s code is enhanced for fast execution and by keeping the program loaded in memory greatly increases execusion speed. The only drawback of using the .NET Framework is that the initial page request requires a compile which takes time. Microsoft has remedied this problem by allowing developers to procompile their page before sending it to the web server.

Site: www.meshplex.org Report - View Tutorial

ASP.NET General Development
Enterprise Library : Using Caching Application Block
ASP.NET / General Development
This tutorial will show you Enterprise Library : Using Caching Application Block.

Site: dotnetwithme.blogspot.com Report - View Tutorial

ASP.NET General Development
Design Patterns
ASP.NET / General Development
Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges.

Site: www.dofactory.com Report - View Tutorial

ASP.NET General Development
ASP.NET Developers and Search Engine Optimization (SEO)
ASP.NET / General Development
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.

Site: www.webdevshed.com Report - View Tutorial

ASP.NET General Development
Display Number of Users Online
ASP.NET / General Development
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website.You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.

Site: www.bytemycode.com Report - View Tutorial

ASP.NET General Development
ASP.NET 2.0 Script CallBack (Ajax like)
ASP.NET / General Development
Learn about the new ASP.NET 2.0 feature which allows you to do CallBack (similar to PostBack) on a form without reloading the page. This technique similar to Ajax uses the ICallbackEventHandler interface.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Create an RSS feed using ASP.NET 2.0
ASP.NET / General Development
This tutorial will show you how to create a dynamic XML RSS 2.0 feed using ASP.NET 2.0 (C#). The headlines will be retrieved from a SQL database.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Sniffing visitor information
ASP.NET / General Development
Collecting lots of browser information from the visitor with VB .NET in ASP .NET.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET General Development
Caching Output
ASP.NET / General Development
After completing this tutorial, you will be able to: * Cache content * Improve the performance of Web applications by using output caching * Manage the cached content through the OutputCache directive * Manage the cached content through the HttpCachePolicy class

Site: www.brainbell.com Report - View Tutorial

ASP.NET General Development
The Application and HTTP Modules
ASP.NET / General Development
This tutorial covers working with application state and application-wide events within your ASP.NET application. In normal desktop applications, the notion of a global meeting place for various parts of an application is well-understood.

Site: www.brainbell.com Report - View Tutorial

ASP.NET General Development
Custom Handlers
ASP.NET / General Development
After completing this tutorial, you will be able to: * Recognize the role of custom handlers in ASP.NET * Write custom binary handlers * Write just-in-time compiled custom handlers * Let IIS and ASP.NET know about your custom handler This tutorial covers writing custom HTTP handlers.

Site: www.brainbell.com Report - View Tutorial

ASP.NET General Development
A Common Look and Feel
ASP.NET / General Development
This tutorial covers one of ASP.NET 2.0's most useful features as far as developing an identity for your site: Master Pages. A distinguishing characteristic of most well-designed modern Web sites is the consistent look and feel of each page within the site.

Site: www.brainbell.com Report - View Tutorial

 
Site Search

 
ASP.NET »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement