RSS Feed
TOP

Website performance checking



Read more »
TOP

Game development in Microsoft Visual Studio with source code



I love paying games. 
My friend has sent me game which is developed using visual studio. I am sharing with you and am sure you like it.
This game has used advance GDI+ graphics, vector scrolling, pickups, modern upbeat music and heaps of other special effects. 

The all very powerful FMOD sound engine is implemented for MP3 music and wav sound effects. It is written in Visual Basic 2008.




Read more »
TOP

Typing Assistant AutoCompletes Utility








This FREE utility is for fast and accurate typing in any application. You effort will be reduce and you will be free from the pain of laborious typing.

Read more »
TOP

ASP.NET Page Event Life Cycle

In this article, we will explore the various events that occur when an asp.net 2.0 page is requested from the server. Before exploring that, let us briefly take a look at the various components that participate in the request and response model for asp.net pages.

When a request is made to the server using HTTP (GET), IIS receives the request and passes it to the asp.net engine (dll) that compiles the page that is requested. The request passes through two sections:

Read more »
TOP

Sending mails without mail server in asp.net

This summary is not available. Please click here to view the post.

Read more »