
At my employer we have a local NuGet server
to host all of our internal packages. Occasionally, I’ll be working on a
project and realize that I need to...
0 replies - 1710 views - 05/08/12 by Michael Ceranski in Articles

Introduction ThreadLocal<T> was introduced in .NET 4 and didn’t get much attention because it didn’t do much over the ThreadStaticAttribute
which...
0 replies - 1676 views - 05/08/12 by Robert Maclean in Articles

As I was working on a Dream.Build.Play project, I thought about replacing a static (read: somewhat boring, maybe) background in the main menu to a moving one....
0 replies - 3657 views - 05/06/12 by Den Delimarsky in Articles

One of my hobby projects, Beem, is a pretty successful DI.FM streaming application in the Windows Phone Marketplace. What I did in this application is...
0 replies - 2842 views - 05/06/12 by Den Delimarsky in Articles

One of the least used WCF extension points is IWsdlExportExtension.
This extension allows to customize the WSDL document which WCF emits.
Since you rarely...
0 replies - 1536 views - 05/05/12 by Yaron Naveh in Articles

eknowledger - CLR 4.5: .Net Framework Kernel Improvements "In
this post I’ll go through some of the enhancements and improvements
done by the...
0 replies - 2060 views - 05/05/12 by Greg Duncan in Articles

Cocoon "Cocoon
is a framework to support the development of .Net Windows 8 Metro-style
applications, in particular those that link to web...
0 replies - 2953 views - 05/03/12 by Greg Duncan in Articles

Unfortunately MVC3 doesn’t respect the [Required] attribute’s AllowEmptyStrings
property. When using a class both as an MVC model and as an EF Code...
0 replies - 2007 views - 05/03/12 by Anders Abel in Articles

The reason I like WolframAlpha is because it is a "knowledge engine" that can give quick insights in a multitude of topics. Specifically, the most...
0 replies - 2093 views - 04/30/12 by Den Delimarsky in Articles

In my previous post, I discussed some of the problems that you run
into when you try to have a single source of truth with regards to an
entity definition....
0 replies - 1932 views - 03/16/12 by Ayende Rahien in Articles

Today I stumbled across a very neat little feature in Resharper that can help immensely when carrying out large code refactoring on a solution as we're doing...
1 replies - 2567 views - 03/15/12 by Merrick Chaffer in Articles

This was brought up in the mailing list, and I thought it was an interesting solution, therefore, this post. A
couple of things to note here. I would...
1 replies - 2548 views - 03/15/12 by Ayende Rahien in Articles

Frankly, it is about time I started distributing some of my projects through NuGet. In case you are a .NET developer and were living under a rock for the past...
1 replies - 3224 views - 03/15/12 by Den Delimarsky in Articles

Part 1: Creating the Portable LibraryPart 2: Portability in Silverlight and WPF: a Tale of Type ForwardersPart 3: Portability in Metro: A CLR and WinRT Love...
0 replies - 4479 views - 03/14/12 by Jeremy Likness in Articles

These days I do all of my development work with EF code first. One of
the cool things about EF is its ability to drop and recreate the
database when the...
0 replies - 2950 views - 03/13/12 by Michael Ceranski in Articles