Share via


Erudition

Known facts, ideas, and skill that have been imparted

My article on Pex is now online at MSDN, it provides you with an overview of Pex and how to use it...

Date: 12/01/2009

To work with Visual Studio Team System Team Foundation Server, the collation settings for SQL Server...

Date: 11/24/2009

Peli provides a good overview on how you can use Pex Moles to unit test SharePoint applications by...

Date: 11/10/2009

Moles is a lightweight mocking framework that provides a mechanism to stub non-virtual methods...

Date: 11/10/2009

A unit test is a method without parameters that represents a test case and typically executes a...

Date: 11/10/2009

You can download the latest version of Pex from here:...

Date: 11/10/2009

Pex goal is to automatically and systematically produce the minimal set of actual parameters needed...

Date: 11/10/2009

Some of the key benefits of Unit Testing include:  Trusted Code: Unit Testing is the best mechanism...

Date: 11/10/2009

No this is not an “art of living” post where I talk about how you can improve your life with doing...

Date: 01/04/2009

The Application Architecture Guide 2.0 by PnP introduces the concept of “an architecture frame”. It...

Date: 01/04/2009

An all time favorite read: https://martinfowler.com/ieeeSoftware/whoNeedsArchitect.pdf? The best part...

Date: 01/04/2009

Determine what you are designing for: The first and the most critical part of designing an...

Date: 01/02/2009

Thanks to the Patterns and Practices team for rolling out the Application Architecture Guidance 2.0....

Date: 01/02/2009

When assigning a password in Vista / Win2k8 it should meet the following requirements: 1. Not...

Date: 09/06/2008

Microsoft has its own approach to implementing SOA. Termed as the middle out approach, the basics...

Date: 08/28/2008

Ok let's think about it , Microsoft is a software company which provides a huge set of products to...

Date: 08/24/2008

| View | Upload your own

Date: 07/13/2008

https://msdn.microsoft.com/en-us/library/ms256086(VS.85).aspx

Date: 06/19/2008

msiexec /i <path to msi file> /l*vx C:\SomeDirectory\SomeFilename.log

Date: 04/29/2008

https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

Date: 04/15/2008

  1. read all the contents of a File string output = File.ReadAllText(<FilePath>); 2. Write...

Date: 12/20/2007

string _siteUrl = "https://localhost"; using (SPSite _site = new SPSite(_siteUrl)) { using (SPWeb...

Date: 12/06/2007

Recently I got into a scenario where I wanted to call a WCF service from within an Infopath Form...

Date: 12/05/2007

Although VS 2005 provides awesome support for developing Web parts one of the pain points can be...

Date: 10/29/2007

Some common confusions (terms :)) with respect to SO Business Process It consists of a sequence of...

Date: 10/26/2007

Leveraging the .NET Framework features (sealed class and read-only properties) to implement the...

Date: 10/26/2007