
Navigator : Home > Tutorials >
Performance
ASP.NET Performance Tutorials
Using and creating Classes and Namespaces in VB.NET
In this tutorial, we will discuss the uses and benefits of namespaces and classes in VB.NET. Much like most object-oriented programming languages namespaces and classes are used to organize processes in large web applications. We will cover how to create and use namespaces and classes.
Introduction to Using the Web.config (Overview)
Learn the behind the scenes work of the Web.config file. The Web.config file is an xml file that stores several server settings to process a request. It can be used to store machine-wide variables, direct requested extensions to use specific handlers, page security, etc.
Page Life Cycle in ASP.NET
An important article on the different methods and order they are executed during the load of an .aspx web page. ASP.NET.
Optimization - Output Cache in ASP.NET & VB
This tutorial shows how to use basic caching to improve the performance of a website. VB version.
Optimization - Output Cache in ASP.NET & C#
This tutorial shows how to use basic caching to improve the performance of a website. C# version.
Using Shared Code in ASP.NET and VB
This tutorial shows how we can create our own classes and use shared code between different pages on our website. VB version.
Using Shared Code in ASP.NET and C#
This tutorial shows how we can create our own classes and use shared code between different pages on our website. C# version.
Using Application & Session Objects to Store Data in VB
This tutorial shows how we can store small amounts of data in the Application and Session objects - like the number of users on the site. VB Version.
Using Application & Session Objects to Store Data in C#
This tutorial shows how we can store small amounts of data in the Application and Session objects - like the number of users on the site. C# Version.
Asynchronous Page in ASP.NET 2.0 and VB.NET
To asynchronous page in ASP.NET 2.0 can improve the whole performance of website for increasing users. This tutorial will show you how to asynchronous page by ASP.NET 2.0 and VB.NET.
Asynchronous Page in ASP.NET 2.0 and C#
To asynchronous page in ASP.NET 2.0 can improve the whole performance of website for increasing users. This tutorial will show you how to asynchronous page by ASP.NET 2.0 and C#.
Asynchronous DataShow in Asp.Net 2.0 and VB.NET
Asynchronous DataShow in Asp.Net 2.0 will improve capability of the page. This tutorial will show you how to create Asynchronous DataShow in ASP.Net 2.0 and VB.NET.
Asynchronous DataShow in Asp.Net 2.0 and C#
Asynchronous DataShow in Asp.Net 2.0 will improve capability of the page. This tutorial will show you how to create Asynchronous DataShow in ASP.Net 2.0 and C#.
Windows performance monitoring in ASP.NET(VB)
This tutorial will show you how to use ASP.NET and VB to monitor Windows performance, e.g. performance counter, threads and processes.
Windows performance monitoring in ASP.NET(C#)
This tutorial will show you how to use ASP.NET and C# to monitor Windows performance, e.g. performance counter, threads and processes.