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 perform those I/O operations asynchronously.
This tutorial explains how to make faster and more responsive user interface through asynchronous
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, students, and hobbyist users.
There are many websites that have polls on their front page where users (anonymous and members) give their opinions.
In this article, we will look at how to design a polling system, having a back-end to insert new polls along with their answers as well as how to process and store the votes of the users.
I am sure that most of us before going for shopping on a certain occasion, we have to dig up our mind to draft a shopping list.
This tutorial will explain how to build a shopping list using ASP.NET 2.0 with MS SQL database. Based on this article, some cool technical stuff in Visual Web Developer will be used to facilitate our work.
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 (GDI+) was brought on the market.
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 emails.... a lot of examples VB.NET/C#
Looking for free skins to enhance your DotNetNuke website, then visit eXtra Dimensions, register, login and download some cool skins and containers to make your site look great and learn how to code your skins. You can even download videos to help you learn a little faster.
Nina Meiers, core team member, with over 100,000 downloads of skins and containers is an active participant in the Do
In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture date format. Code can do two jobs for us : date is valid and date is in correct format.
Explains different techniques of ASP.NET WebApplication speed optimizations regarding to use of: - page and server controls, - web application settings - best coding practices.