ObjectSharp Blogs

You are currently viewing

Justin Lee's Technology Blog


Languages, Languages, Languages!


Browse by Tags

VSLab - F# Visualization

Visual Studio Lab (VSLab) exploits the power of F# and its interactive top level to provide an interactive environment similar to MatLab and Mathematica, in which you can easily create Add-ins and interact dynamically with them inside Visual Studio. Moreover, Read More...

Another Reason to use Flash Instead of Silverlight

Flash content is finally searchable by two of the biggest online search engines on the internet, Google and Yahoo. One of the biggest disadvantage of using Flash content for your dynamic content is simply because it is not searchable, and now with Adobe's Read More...

Blaming the User

Is it better to have a user implicitly learning how an application work easily by discovery, rather than explicitly learning how an application works through training and books? If something goes wrong with an application, is it really a "problem between Read More...

Links on F# Quotation

These are a few links I want to read later on F# Quotations. Quotations are similar to expression trees in C#, but more powerful. F# - Simple quotations transformation Practical F# Parsing: The Abstract Syntax Tree F# Quotations Samples on CodePlex F# Read More...

MVP Insider - Q & A with Justin Lee

Well, it seems this month I'm up for being interviewed. Here's the link to my interview . Read More...

WPF for Developers and Lead Designers Course

Rob Burke is teaching a WPF training course through Toronto-based consultancy ObjectSharp . The course is called “ Windows Presentation Foundation for Developers and Lead Designers ,” and, as the title suggests, it offers a hands-on experience designed Read More...

Pex 0.5 Released

What is Pex? Pex generates test inputs that cover all, or at least many of the corner cases in your .NET code. These test inputs are plugged into parameterized unit test that you write. The result is a small unit test suite, where each unit test calls Read More...

Release of Microsoft Source Analysis for C#

Source Analysis, also known as StyleCop, analyzes C# source code to enforce a set of best practice style and consistency rules. Source Analysis for C# can be downloaded here: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sourceanalysis Read More...

QuickSort in Functional C#

Here's a very simple QuickSort algorithm from Wikipedia written in a very Functional way of C#. Notice that it looks very close to the pseudo-code algorithm shown in Wikipedia. The pivot used is just sequence.First(). You can replace the pivot by some Read More...

Presentation: Practical Functional Programming in C#

Here are my slides I've done at DevTeach Toronto 2008 . Download it here . Read More...
More Posts Next page »