Wednesday, June 15, 2011

Some Good Links on Testing in TFS

patterns & practices: Team Development with Visual Studio Team Foundation Server
http://tfsguide.codeplex.com/releases/view/6280

Visual Studio UI Automation Testing (includes CodedUI)
http://social.msdn.microsoft.com/Forums/en-US/vsautotest/threads

How to: Create a Coded UI Test
http://msdn.microsoft.com/en-us/library/dd286681.aspx

How to: Generate a Coded UI Test by Recording the Application Under Test
http://msdn.microsoft.com/en-us/library/dd286608.aspx

How to: Create a Data-Driven Coded UI Test
http://msdn.microsoft.com/en-us/library/ee624082.aspx

Creating and Running Unit Tests for Existing Code
http://msdn.microsoft.com/en-us/library/dd293546.aspx

How to: Create a Data-Driven Unit Test
http://msdn.microsoft.com/en-us/library/ms182527.aspx

Walkthrough: Using a Configuration File to Define a Data Source
http://msdn.microsoft.com/en-us/library/ms243192.aspx

Let's Build Windows Phone 7 Apps

Link
5836474332_e436d0f742.jpg

Tuesday, June 14, 2011

Client Network Utility

Checking 'Force protocol encryption' option in Client Network Utility allows new instance of SQL Server 2008 to start.

5835257772_c327acb43d.jpg

5835257794_806110ab14.jpg

Installing Windows Phone Developer Tools 7.1 Beta

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=77586864-ab15-40e1-bc38-713a95a56a05&displaylang=en

Free Pluralsight .NET Training - Introduction to WebMatrix

Pluralsight .NET Training - Introduction to WebMatrix
Learn from the experts how to use WebMatrix to build and customize web sites.
Course available at no cost for 48 hours through 6/15/2011.
http://www.pluralsight-training.net/microsoft/OLT/Course/Toc.aspx?n=webmatrix-introduction

Thursday, June 9, 2011

ILDASM.EXE Tool

Run the ildasm.exe tool to determine the framework version of c:\dlls\TOBEREPLACED.dll.

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin>ildasm.exe c:\dlls\TOBEREPLACED.dll /meta[=MDHEADER] /text /noil

// Microsoft (R) .NET Framework IL Disassembler. Version 3.5.30729.1

// Copyright (c) Microsoft Corporation. All rights reserved.

// warning : THIS IS A PARTIAL DISASSEMBLY, NOT SUITABLE FOR RE-ASSEMBLING

// ================================= M E T A I N F O

Wednesday, June 1, 2011

Killer Combo: MacBook Pro + Virtual Box running Win 7 Ultimate

Now I can do iPhone and .NET development on the same machine. Sweet!

Missing Test DLLs

Added from:

C:\Program Files\Microsoft Visual Studio 9.0 Team Test Load Agent\LoadTest\Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll
C:\Program Files\Microsoft Visual Studio 9.0 Team Test Load Agent\LoadTest\Microsoft.VisualStudio.QualityTools.WebTestFramework.dll