Mapping Objects with AutoMapper

Posted by: K. Scott Allen, on 19 Feb 2009 | View original | Bookmarked: 0 time(s)

At the end of last year I finished a project that required a fair amount of object-to-object mapping. Unfortunately, Jimmy Bogard didnt release AutoMapper until this year, so I had to write a pile of object-to-object mapping goo on my own. AutoMapper is a convention based mapper. Lets say you have an object implementing an interface like thispublic interface IPatientDetailView { string Name { get; set; } IEnumerable<Procedure> Procedures { get; set; } // ... } but all...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: .NET | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1007 | Hits: 73

Similar Posts

  • September's Toolbox Column Now Online more
  • A total n00bs guide to migrating from a custom data layer to Nhibernate: so many choices more
  • The "Error creating window handle" exception and the Desktop Heap more
  • Simplistic Object Copying in .NET more
  • Create NHibernate classes using T4 more
  • Using Stored Procedures for CRUD more
  • WPF / Silverlight: RadChart and BindableLinq more
  • Codeless Data binding in RadScheduler for WinForms Q2 2009 more
  • EF Designer Bug Workaround for 0..1 Associations to Derived Types (Error Code 3034) more
  • Identity Maps more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD