Posted by Eric Polerecky in AutoMapper, GitHub, silverlightJan 18th, 2010 | 1 Comment
I could, and will soon, write a long ass post about how I cobbled together a messed-up architecture for building Silverlight applications on top of an enterprise class SOA architecture without RIA but with RIA…
Here is a branch of AutoMapper, compiled against Silverlight and now with support for entities generated from WCF service references.
http://github.com/detroitpro/AutoMapper.Silverlight
I really hope I published it to GitHub correctly; yell at me if not.
Posted by Eric Polerecky in ASP.NET, AutoDeploy.NET, GitHub, MEF, Unity, autodeploy, fluent interfaceJul 20th, 2009 | No Comments
First; When I pushed to GitHub I decided to rename the project to AutoDeploy.NET.
In the hopes of keeping my sanity and in the context of working in an organization that strictly follows a 50+ page “release management handbook” I started working on AutoDeploy.NET; a deployment automation tool.
As with all my personal projects I took an academic approach to the design and implementation. Instead of building an entire application I created a class library (dll) and used a few 3rd party libraries that I was either unfamiliar.
Class Library
My thought here is that by just creating the class library...