- 1,251 categories
- 40,829 scripts
- Graphs and charts are important tools for the analysis of data. In this tutorial, we will look at how to represent data in terms of a bar chart and pie chart. To make this possible, the latest rendition of Microsoft''s Graphics Device Interface ...
- Visual Studio Express Editions are a new line of Microsoft development Tools. This line of products is an expansion of the Microsoft Visual Studio and SQL Server products. It is a lightweight, yet powerful, easy to use and learn tools for beginners, ...
- Asynchronous operations or execution pattern is another face of multithreading.
Some operations are time consuming, take long time to complete, and block user interface waiting for their completion.
This tutorial explains how to to create...
- As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to p...
- Sending email in ASP.NET 2.0 it''s still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send ema...
- 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 arise...
- Explains how to debug ASP.NET application by using breakpoint''s advantages.
Application code is subject to many types of errors. Examples are syntax errors, and bugs. Most syntax errors can be easily fixed during the compilation phase. On...
- Explains how to use threads to enable multitasking in ASP.NET applications. Performance and responsiveness are most the important key issues in the success of your web application. Sometimes you need to perform a long time task, that uses intensive C...
- 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.
- Explains different techniques of ASP.NET WebApplication speed optimizations regarding to use of: - page and server controls, - web application settings - best coding practices.
Page: