Categories
ASP.NET → Tips and Tutorials

Make bar and pie charts in ASP.NET

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 ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Introduction to Microsoft Visual Studio Express Editions

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, ...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Use Asynchronous Execution Pattern in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Built-In Asynchronous I/O Support in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Sending Email with ASP.NET 2.0 (VB.NET/C#)

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...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Free Trial
DETAILS

Manual Threading in ASP.NET 2.0

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Debuging with breakpoints in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Multithreading in ASP.NET

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...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Caching in an ASP.NET 2.0 Web Application

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.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Optimization with server controls, application settings && coding practices

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

Page:
©2003-2019 jCay.com