Sign In
Erudition
Known facts, ideas, and skill that have been imparted
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Application Architecture
Design Patterns
MOSS
MSDN MAgazine
Networking
Pex
Security
SOA
TFS 2010
Unit Testing
WCF
XML
Archive
Archives
December 2009
(1)
November 2009
(7)
January 2009
(5)
September 2008
(1)
August 2008
(2)
July 2008
(1)
June 2008
(1)
April 2008
(2)
December 2007
(3)
October 2007
(3)
November, 2009
MSDN Blogs
>
Erudition
>
November, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Erudition
SQL server collation setting for TFS 2010
Posted
over 3 years ago
by
erudition
0
Comments
To work with Visual Studio Team System Team Foundation Server, the collation settings for SQL Server (2005 / 2008) must be: 1. case insensitive (clear the Case - sensitive check box), 2. accent sensitive, 3. and not binary. To avoid problems...
Erudition
Unit testing SharePoint solutions using Pex
Posted
over 3 years ago
by
erudition
0
Comments
Peli provides a good overview on how you can use Pex Moles to unit test SharePoint applications by mocking away the SharePoint API calls. http://research.microsoft.com/en-us/projects/pex/pexsharepoint.pdf
Erudition
Moles - Pex detour Framework
Posted
over 3 years ago
by
erudition
0
Comments
Moles is a lightweight mocking framework that provides a mechanism to stub non-virtual methods Static methods, methods in sealed types, constructors Moles is Delegate based, it provides hooks for the developer to provide their own mock implementation...
Erudition
Unit Test v/s PUT
Posted
over 3 years ago
by
erudition
0
Comments
A unit test is a method without parameters that represents a test case and typically executes a method of a class-under-test with fixed inputs and verifies that it returns the expected result. A parameterized unit test (PUT) is simply a method that...
Erudition
Dowload Microsoft Pex from here!
Posted
over 3 years ago
by
erudition
0
Comments
You can download the latest version of Pex from here: http://research.microsoft.com/en-us/projects/pex/downloads.aspx
Erudition
Microsoft Pex
Posted
over 3 years ago
by
erudition
0
Comments
Pex goal is to automatically and systematically produce the minimal set of actual parameters needed to execute a finite number of finite paths. It automatically produces a small test suite with high code and assertion coverage. It has been leveraged by...
Erudition
Benefits of Unit Testing
Posted
over 3 years ago
by
erudition
0
Comments
Some of the key benefits of Unit Testing include: Trusted Code : Unit Testing is the best mechanism that a developer can use to make its code rock solid, by creating unit tests for all possible paths in a method the developer can ensure that it will...
Page 1 of 1 (7 items)