Skip to main content
GJTT Logo

Visual Studio .NET

Go Search
Home
Visual Studio .NET
SilverLight
ASP.NET
SQL Server
Azure
Secure Coding
SharePoint
  
Welcome to Subbit / Glenn Johnson Technical Training (GJTT) > Visual Studio .NET > Announcements > MS-6368 Labs  

Announcements: MS-6368 Labs

Title

MS-6368 Labs 

Body

If you are planning on doing the labs that are in the Microsoft MS-6368 course, you will need to setup the database.
Here is something to get you started.  I will update this as I work through the labs to see if they work correctly.
Download the AdventureWorksLT2008 database.  You can get this database script from here:

Locate the DAL project.  In this project, set the connection string as follows:
Con.ConnectionString =
"server=.;database=AdventureWorksLT2008;Integrated Security=yes";

Note that in the DAL, they courseware author put in try/catch blocks and never put code in the catch.  This means that errors are simply ignored.  Not good.

Expires

 
Attachments
Created at 5/6/2010 7:13 AM  by Glenn Johnson 
Last modified at 7/16/2010 4:32 PM  by Glenn Johnson