tweetmeme_url = 'http://weblogs.asp.net/ashraful/archive/2010/03/19/getting-started-with-employee-info-starter-kit-v4-0-0.aspx';
The new release of Employee Info Starter Kit contains lots of exciting features available in Visual Studio 2010 and .NET 4.0. To get started with the new version, you will need less than 5 minutes.
Minimum System Requirements
Before getting started, please make sure you have installed Visual Studio 2010 RC (or higher) and Sql Server 2005 Express edition (or higher installed on your machine.
Running the Starter Kit for First Time
1. Download the starter kit 4.0.0 version form here and extract it.
2. Go to <extraction folder>\Source\Eisk.Solution and click the solution file
3. From the solution explorer, right click the “Eisk.Web” web site project node and select “Set as Startup Project” and hit Ctrl + F5
4. You will be prompted to install database, just follow the instruction.
That’s it! You are ready to use this starter kit.
Running the Tests
Employee Info Starter Kit contains a infrastructure for Integration and Unit Testing, by utilizing cool test tools in Visual Studio 2010. Once you complete the steps, mentioned above, take a minute to run the test cases on the fly.
1. From the solution explorer, to go “Solution Items\e-i-s-k-2010.vsmdi” and click it. You will see the available Tests in the Visual Studio Test Lists. Select all, except the “Load Tests” node (since Load Tests takes a bit time)
2. Click “Run Checked Tests” control from the upper left corner.
You will see the tests running and finally the status of the tests, which indicates the current health of you application from different scenarios.
tweetmeme_url = 'http://weblogs.asp.net/ashraful/archive/2010/03/19/getting-started-with-employee-info-starter-kit-v4-0-0.aspx';

Employee Info Starter Kit is a ASP.NET based web application, which includes very simple user requirements, where we can create, read, update and delete (crud) the employee info of a company. Based on just a database table, it explores and solves most of the major problems in web development architectural space.
This open source starter kit extensively uses major features available in latest Visual Studio, ASP.NET and Sql Server to make robust, scalable, secured and maintainable web applications quickly and easily.
Since it's first release, this starter kit achieved a huge popularity in web developer community and includes 1,50,000+ downloads from project web site.
Visual Studio 2010 and .NET 4.0 came up with lots of exciting features to make software developers life easier. A new version (v4.0.0) of Employee Info Starter Kit is now available in both MSDN Code Gallery and CodePlex. Checkout the latest version of this starter kit to enjoy cool features available in Visual Studio 2010 and .NET 4.0.
[ Release Notes ]
Architectural Overview
- Simple 2 layer architecture (user interface and data access layer) with 1 optional cache layer
- ASP.NET Web Form based user interface
- Custom Entity Data Container implemented (with primitive C# types for data fields)
- Active Record Design Pattern based Data Access Layer, implemented in C# and Entity Framework 4.0
- Sql Server Stored Procedure to perform actual CRUD operation
- Standard infrastructure (architecture, helper utility) for automated integration (bottom up manner) and unit testing
Technology Utilized
Programming Languages/Scripts
- Browser side: JavaScript
- Web server side: C# 4.0
- Database server side: T-SQL
.NET Framework Components
Visual Studio Features
- Visual Studio 2010 CodedUI Test
- Visual Studio 2010 Layer Diagram
- Visual Studio 2010 Sequence Diagram
- Visual Studio 2010 Directed Graph
- Visual Studio 2005+ Database Unit Test
- Visual Studio 2005+ Unit Test
- Visual Studio 2005+ Web Test
- Visual Studio 2005+ Load Test
Sql Server Features
- Sql Server 2005 Stored Procedure
- Sql Server 2005 Xml type
- Sql Server 2005 Paging support
