Mimeo Needs a Release Manager! We’re looking for someone experienced for this role… interested? If so, contact me with a link to your resume or I’ll email you back to get your resume if it’s not available online for whatever reason. Oh almost forgot, this person would be working out of our NYC office. Good luck! Update (3/15/06): This position has been […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
MVP Awards I received MVP awards in the C# and WPF technologies this last time around. It’s always an honor to be a part of the MVP programs and this time is no different. I feel especially honored to be one of only three WPF MVPs and have been working my butt off in the newsgroups and […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
It’s Been a While Well, hello there. Miss me? Well, I’ll just pretend that you did. 😉 The past few months have been quite eventful for myself as well as my company. Company wise here’s a couple things that have happened: From a development perspective: We finally delivered our new platform based almost entirely in C#/.NET 1.1 except for some small portions that still […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
The XAML Experience Ryan Dawson has a couple of articles up over on Longhorn Blogs titled “XAML and C#” where he’s discussing the developer experience of working in a mixed language environment for developing next generation Windows applications. In his second article he states the following, which prompted me to write this post in response: “XAML is a language […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Writing your first Extension Method Dan Fernandez has a nice post on how to go about writing your first extension method in C# 3.0. I liken the concept of extension methods to a variation of prototyped based programming where you can assign a new method to any type just by adding it to the prototype. It’s not 100% the same, but if […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
IanG: var != object Here’s a great article from IanG on the what the “var” keyword is all about in C# 3.0. If you’re still not quite sure you understand what all the fuss is about, this article will definitely help clear things up for you. Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
101 LINQ Samples Still not sure what LINQ’s all about or why it’s “so freakin’ cool”? Well check out the 101 LINQ samples up on MSDN. WARNING: You may want to put a bib on before clicking through to the article as involuntary drooling may ensue shortly after you begin reading. ;P Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
ORM Product Writers Getting Down on LINQ, but Why? I’m gonna come across as defending MS here, but really I just think this assesment of LINQ from Frans Bouma is just completely off base. LINQ has nothing to do with ORM at its core, instead it enables richer ORM scenarios with natural language query extensions for developers. If you want to talk about DLINQ, well […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Why so few BitmapEffects? Now that BitmapEffects (formally ImageEffects) have returned in this build of WPF, some have already begun wondering why there are only two (drop shadow and blur). Well, fear not! At the final PDC session I attended, where the low level architecture of WPF was discussed in an open forum manner, the WPF team has said that they […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
First Impressions of Atlas Wow, the future sure looks bright for rich web application development. I like the approach they’ve taken to get client side data, using JSON, from Web Service method calls. They’ve also built a rich client side framework of utility classes. The server side story is also very good in that they have a suite of […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail