codekaizen

Stories kicked by codekaizen

Download all the .Net reference source from MS(referencesource.microsoft.com)

submitted by codekaizencodekaizen(125) 3 years, 7 months ago

Apparently, MS is now offering all the reference source as a bundle, in 3 separate MSIs. Maybe I'm just out of it with my head down on current projects, but it seems like this is not widely advertised. I just downloaded each one, and installed them, and now all the reference source is local. Nice. read more...

add a comment |category: |Views: 25

tags: another

A Money Type for the CLR(codeproject.com)

submitted by codekaizencodekaizen(125) 3 years, 9 months ago

A convenient, high-performance money structure for the CLR which handles arithmetic operations, currency types, formatting, and careful distribution and rounding without loss. Also, a look at the various approaches out there for creating a Money type on the CLR. read more...

3 comments |category: |Views: 23

tags: another

Building SSCLI20 (Rotor) in VS2008 (code.msdn.microsoft.com)

submitted by codekaizencodekaizen(125) 3 years, 11 months ago

The SSCLI 2.0 was released in March 2006, and the build scripts relied on VS 2005 to work. With VS 2008, a number of things have changed, and SSCLI 2.0 doesn't build with it. I was undertaking the needed mods to the build scripts when I got lazy and decided to see if someone else did it already. Jeremy Kuhne was just this someone. He published the details of getting VS 2008 to build SSCLI on his blog. I followed these meticulous instructions and made a few other changes and was able to get SSCLI to build and pass all the tests that could run on my machine. Perhaps this diff will save you a few minutes of typing. read more...

add a comment |category: |Views: 30

tags: another

Singularity Research Dev Kit released!(codeplex.com)

submitted by codekaizencodekaizen(125) 4 years, 2 months ago

The Managed OS research project at MS, codename Singularity, has been released as an RDK for non-commercial use on CodePlex. read more...

1 comment |category: |Views: 2

tags: another