C#

TwitterFacebook
Get flash to fully experience Pearltrees
linq

http://www.hanselman.com/blog/TheWeeklySourceCode44VirtuAnAppleEmulatorInCForSilverlightWPFAndXNA.aspx Mom and Dad, it's a dangerous Internet. You like it and you use it but you don't understand it. I totally get that. I don't understand plumbing.

Scott Hanselman's Computer Zen - The Weekly Source Code 44

Creating a Class Factory with C# and .NET - The Code Project - A

Introduction Developing dynamic, flexible, and maintainable applications these days is a necessary, yet difficult task. Systems grow at exponential rates as companies require more and more advanced logic to run their businesses. The ability of a programmer to understand and maintain such systems diminishes as a system's complexity increases. The creative programmer can come up with ways to combat the difficulties in maintaining a complex system, but often those ways are ignored when new functionality must be developed in a very short time (which, as any programmer who has worked in the corporate world will know, is always the case....time doesn't exist, only the deadline). http://www.codeproject.com/Articles/9319/Creating-a-Class-Factory-with-C-and-NET
http://blogs.msdn.com/b/embedded/archive/2009/09/28/why-my-test-bytes.aspx

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. 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.
You can call PowerShell cmdlets directly from your C# code. First, add a reference to System.Management.Automation to your project. Unfortunately, you need to do this by editing the .vcproj file manually with NotePad or another text editor. http://www.devx.com/tips/Tip/42716?trk=DXRSS_DOTNET

Call PowerShell Cmdlets from C#

Moserware

http://www.moserware.com/ Summary : I describe how the TrueSkill algorithm works using concepts you're already familiar with. TrueSkill is used on Xbox Live to rank and match players and it serves as a great way to understand how statistical machine learning is actually applied today. I’ve also created an open source project where I implemented TrueSkill three different times in increasing complexity and capability. In addition, I've created a detailed supplemental math paper that works out equations that I gloss over here.

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. 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. You are now ready to start entering your own custom words. Simply add a new element for each word in your project that does not exist in the dictionary. http://blogs.msdn.com/b/codeanalysis/archive/2007/08/20/new-for-visual-studio-2008-custom-dictionaries.aspx