background preloader

C#

Facebook Twitter

Linq

Scott Hanselman's Computer Zen - The Weekly Source Code 44. Creating a Class Factory with C# and .NET - The Code Project - A. Windows Embedded Standard (NT4e, XPe and beyond) : Why My Test B. While perusing some test code recently, I was thinking about data driven test automation.

Windows Embedded Standard (NT4e, XPe and beyond) : Why My Test B

Data driven testing is a pretty simple concept, you write some test automation which takes input which can be configured to exercise a series of tests. So a test case in this example would be one of the data inputs and the test is the automation executing test cases. Sounds simple and it usually is, but in this test, it was not very easy to distinguish between the test and the test case. Moserware. Check If Type is a Nullable Type - Convert Nullable Type to Unde.

Code Analysis Team Blog : New for Visual Studio 2008 - Custom Di. Once you turn on the new spelling rules that we've added to Visual Studio 2008, you will want to start to customize the words that it fires on; this is where the new custom dictionary support comes in.

Code Analysis Team Blog : New for Visual Studio 2008 - Custom Di

A custom dictionary in its basic form, similar to the concept in Microsoft Word, allows you to silence the spell checker over the words that are not in the standard dictionary, such as company and product names. Adding a custom dictionary to a project To add a custom dictionary to a C# and Visual Basic project is simple: