Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

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


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 come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



Creating a basic Web Service
Creating a basic Web Service
A basic tutorial that teaches how to create a Web Service in ASP.Net/C#
Category: ASP.NET tutorials - Difficulty:
Connecting to a SQL database from ASP .NET II
Connecting to a SQL database from ASP .NET II
This is part II of the tutorial that teaches you how to connect to a SQL database from ASP .NET using SQL Authentication. This part shows you how to connect to the database using ASP .NET code and Visual Studio .NET's features.
Category: ASP.NET tutorials - Difficulty:
Displaying Information about the ASP.NET Process
Displaying Information about the ASP.NET Process
The author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information.
Category: ASP.NET tutorials - Difficulty:
Active Directory in Generated Applications: Authenticating Against an LDAP Server
Active Directory in Generated Applications: Authenticating Against an LDAP Server
Iron Speed Designer generates database and reporting applications for .NET in minutes, straight from your database. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy-to-customize and ready-to-deploy. If you need an app built today, use Iron Speed Designer! Simply point to an existing database and let the Iron Speed Designer wizards build a sophisticated, database-driven application that’s ready to deploy. In just minutes, Iron Speed Designer generates your application’s Web pages, user interface code and data access logic. Say ‘good bye’ to hand-coding ASPX pages and SQL statements. Iron Speed Designer eliminates routine infrastructure programming, freeing you to focus on your business logic. You can customize every aspect of your application, from its visual style to the underlying code. Applications have a straightforward class hierarchy that makes it easy to extend and preserve your code modifications. You enjoy unrestricted access to 100% of the code, and there are no run-time license fees or special server software requirements for applications built with Iron Speed Designer.
Category: ASP.NET tutorials - Difficulty:
Writing binary files using BinaryWriter
Writing binary files using BinaryWriter
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.
Category: ASP.NET tutorials - Difficulty: