Tag Archives: ASP.NET

Implementation of Transaction in ASP.NET C#


Today I am going to show you the basics of transaction and some basics of the implementation of transaction. Now come to the point what is the transaction? Before go to the definition of the transaction let consider a situation … Continue reading

Posted in Uncategorized | Tagged , , | 6 Comments

SQL Server 2008 Basics & Connection with VS2010


In my previous post I show how to install SQL Server 2008. You need to install SQL Server 2008 SP1. I don’t install it yet. In this post I am going to show 1. Some basics of SQL server management … Continue reading

Posted in Uncategorized | Tagged , , , | 43 Comments

How to Install SQL server 2008 on Windows 7


In my previous post I show How to Install IIS on Windows 7. Now I am going to show How to Install Microsoft SQL Server 2008 Express Edition. First you need the installer, download it from here. Requirements: Visual Studio … Continue reading

Posted in Uncategorized | Tagged , , | 45 Comments

How to Install IIS on Windows 7


Today I am going to show How to Install IIS on Windows 7 IIS 7.0 is included with Windows 7. However, when you first install Windows 7, by default IIS 7.0 is not installed or enabled. This topic describes how … Continue reading

Posted in Uncategorized | Tagged , , | 89 Comments