Workflow + Portable Class Library (PCL) == No Intellisense In Visual Studio 2012-2013 (with fix!) A few months ago I decided I wanted to bring some Reactive Extensions (Rx) awesomeness into some of my custom workflow activities. So, as any good .NET dev would do, I fired up the Package Manager Console and typed Install-Package Rx-Main and it installed Rx 2.1 for me. Then I started leveraging Rx APIs in […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ScriptCs.ClrMD – Enabling rich, programmatic .NET Diagnostics I’ve been tweeting about this for a little over a week now, but I figured it would make for a good subject for my first blog post since saying I was going to try for a comeback in 2013 which, otherwise, hasn’t been going so well thus far. đ Ok, so if you haven’t already heard […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
VS2010/.NET4 Coming March 22nd In case you havenât heard, VS 2010 and .NET 4.0 are officially scheduled for release on March 22nd. If youâre into playing with Betas (I know I am) and have an MSDN subscription you can go download it now. Those of you without subscriptions will need to wait about a week or so. What I […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Full Expression Tree Support Coming in .NET/C# 4.0 Yesssssssss! Iâve been waiting and hoping that this was coming in 4.0 and now itâs official: Full Expression Tree Support. This seems like a HUGE step forward to me. With the advent of this feature, one can finally implement support for converting an expression written in C# to something that runs on the GPU. For […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
JITâd JavaScript is all the rage and Microsoft dropped the ball again Thereâs a lot of buzz lately about browsers finally getting JITâd JavaScript. First it was SquirrelFish in WebKit, then FireFox let the cat out of the bag about their implementation called TraceMonkey and then Google came out with V8 when they unleashed Chrome on the world. Kudos to all of those teams for pushing performance […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Velocity Cache API needs TryGetValue Ok, Iâve just started working with Microsoftâs Distributed Caching API (aka âVelocityâ) and while Iâm very happy with the features thus far (canât wait for notifications!), I really think the API needs a TryGetValue method. Right now you have the Get, GetAndLock and GetIfNewer methods and all of those return type Object. My suggestion is […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ScriptReferences to ScriptResource.axd for GACâd assemblies are problematic in server farms Ok, I just discovered a nasty little problem with ScriptReferences to script files that are embedded in assemblies that are installed in the GAC⌠starting with System.Web.Extensions itself. First, in case youâre not already familiar with this subject, the way scripts are referenced when they are embedded into assemblies is by building a URL to […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ADO.NET Entity Framework’s CompiledQuery when using anonymous projections shows why C# needs “mumble” types Ok, that’s a really long title for a post, so what the heck do I mean by all that? Well, I’ve started working with the CompiledQuery class and I’ve run into a language limitation problem that almost makes any kind of performance gain I might get from CompiledQuery not worthwhile when using projections due to […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
David Teitlebaum on Channel 9 reviewing WPF 3.5 SP1 features It’s WPF week over on Channel 9 and a new episode went up yesterday which has David Teitlebaum, a PM on the WPF team, giving an overview and demos of the new lower level features that SP1 brings to the table. You don’t want to miss it, so hop on over and check that out. […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
A post on Silverlight 2’s layout and rendering I just wanted to link to this great post on Silverlight 2’s layout and rendering features. Both features borrow heavily from WPF, but there are also important differences. For one, unlike WPF, there is only one tree… no Logical vs. Visual. Also very cool mention of Silverlight 2’s rendering internals being many-core friendly so it […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail