TechEd China Decks Online

Wednesday, December 8th, 2010

I’m currently in Tokyo for the first ever p&p Symposium in Japan and having a fantastic time seeing and talking to lots of new people in Beijing and Tokyo. Last week I was at TechEd China speaking about Enterprise Library 5.0 and parallel programming with .NET. I’ve given both ...

Enterprise Library 5.0 Released

Wednesday, April 21st, 2010

Yesterday Enterprise Library 5.0 went live on MSDN. If you’re building significant line of business applications on the .NET platform EntLib is there to help. “Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development challenges (such as logging, validation, caching, exception ...

Mixed Languages: The Right Tool for The Right Job

Tuesday, June 16th, 2009

The N-body modeling code and visualization I’ve been working on finally got off the ground in some sort of reasonable form last night. Here you can see it running with 5000 stars at over 30 frames a second. It’s been working from the start (agile/TDD isn’t something you just write about) ...

Help Us Prioritize the Enterprise Library 5.0 Backlog

Friday, March 27th, 2009

The Enterprise Library 5.0 team is starting to spin up and the first thing they’re doing is coming up with a prioritized product backlog. And that’s where you can help! We’re looking for people to provide feedback on our product backlog and help us make sure we ...

Using Prism With EntLib and Unity

Thursday, March 5th, 2009

I thought I'd collect together a series posts related to some of my adventures using EntLib 4.1 and Unity 1.2 with Prism 1.0 to build a composite WPF application. Using the EntLib Validation Block with WPF Part 2: Configuration Based Validation  Using ...