-
Recent Posts
Recent Comments
- Raif on Tips for building Nuget packages
- joshuaflanagan on Coordinating multiple ajax requests with jquery.when
- Kalina Todorova on Coordinating multiple ajax requests with jquery.when
- joshuaflanagan on How we handle application configuration
- Richard Brown on How we handle application configuration
Archives
- March 2012
- February 2012
- January 2012
- October 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- September 2008
Categories
Meta
Category Archives: automapper
AutoMapper for Java
Every once in a while, I get a request asking if there’s anything like AutoMapper for the Java platform. For a long time, that answer was “no”. Not anymore! Jonathan Halterman got in touch with me almost 2 years ago … Continue reading
AutoMapper 2.0.0 released
Check out the announcement for details. Now that everything’s on GitHub, NuGet and TeamCity, this should make newer versions much easier and quicker to release. I hadn’t planned on waiting so long, but upgrading to .NET 4 and adding new … Continue reading
AutoMapper completely moved to GitHub
Cross posted from the AutoMapper blog (which I hope to stop cross-posting, eventually): AutoMapper is now completely moved to GitHub: AutoMapper GitHub I’ve updated the site on CodePlex to reflect this move, and moved all existing content over: All issues … Continue reading
Building AutoMapper.org
Simplicity is a good thing. Especially when you want to turn out a site that’s really only a couple of pages, max, you don’t want to spend much time (or any) futzing around with things that you don’t care about. … Continue reading
Official site of AutoMapper launched at AutoMapper.org
I’ve (finally) officially launched the official AutoMapper site at AutoMapper.org. It will be a central location for links to AutoMapper resources (mailing list, source, wiki, blog etc.) as well as a spot for news and announcements. I also have an … Continue reading
To sign or not to sign an OSS project
At one point, AutoMapper was not a signed assembly. Until someone asked for it, I went ahead and signed the assembly, and really haven’t had a complaint since. But it seems that signing of OSS projects is a bit of … Continue reading
Autoprojecting LINQ queries
Something I’ve been looking at adding to AutoMapper was the idea of doing automatic query projection in the Select query projection in LINQ statements. One downside of AutoMapper is that projection from domain objects still forces the entire domain object … Continue reading
AutoMapper Tests Made Simple
I work primarily on a C# ASP.NET MVC application that deals with many other systems which seem to dish out strings all over the place. Hence the need for something like AutoMapper. When converting this data into objects or enumerations, … Continue reading
Also posted in Uncategorized
2 Comments
AutoMapper upgraded to .NET 4 and VS 2010
In the last post, I posed the question on what to do with .NET framework upgrades and OSS support. I wanted to upgrade AutoMapper to .NET 4, but I didn’t want to leave a lot of folks behind because their … Continue reading
AutoMapper 1.1 released
Today I pushed out the 1.1 release of AutoMapper. From the release notes: Features Adding support for Silverlight 3.0 Auto-implementing INotifyPropertyChanged Conditional member mapping Destination member prefixes, postfixes and naming transformers Enhancements Nullable destination types more obvious Late binding configuration … Continue reading
