ObjectSharp Blogs

You are currently viewing

Justin Lee's Technology Blog


Languages, Languages, Languages!


December 2007 - Posts

Presentation: Acropolis and Composite Applications

The presentation I did for the Metro Toronto .NET User Group , " A Look into the Future of Creating Composite Applications ", is up on my site. Download it here . Read More...

XNA Game Studio 2.0 Released

Well, the next version of XNA Game Studio is released. Download it here . What’s New with XNA Game Studio? XNA Game Studio 2.0 works in all versions of Visual Studio 2005. This includes Standard and Professional, as well as many other specific editions. Read More...

Recursive Lambda with Fixed Point Generator

Reading Mads Torgersen old blog post on Recursive Lambda Expressions , I decided it was time for me to seriously play with his code and try out the fixed point generator to create recursive lambda expressions (together with the fact that I was sick and Read More...

Microsoft Codename Volta

If Google can do it, so can Microsoft . Volta is the GWT of .NET. Enough said. Here's a description of what it is. The Volta technology preview is a developer toolset that enables you to build multi-tier web applications by applying familiar techniques Read More...

A Detailed look at Overriding the Equality Operator in .Net

InfoQ has a very good article for those who need to override the equality operator. Quote from InfoQ : In this deep dive article on equal operator overloading Jonathan Allen clears the air on overriding the equality operator. In the article Jonathan provides Read More...

New Microsoft Downloads created with SilverLight

There is a new Microsoft Downloads page created entirely with Silverlight. Click on the link to see more. It's just a preview site now. Read More...

Line of Code(LOC) Counter For VSTS 2005

Microsoft IT and Microsoft Research released a Line Of Code (LOC) counter that counts the number of lines of code in your software development project to determine the size and status of your project, predicting system defects, providing measurements Read More...