Dot.Net

In this post I want to overview AutoMapper library.

 

AutoMapper is open-source project for object-to-object mapping. 

It uses very nice syntax for mapping configuration based on generic and lambda.

The project is managed on Codeplex (http://www.codeplex.com/AutoMapper)  and the source code can be found at GoogleCode  (http://automapperhome.googlecode.com/).

 

Object mapping is very useful strategy for transforming one type of object into another. 

For ex. Business Object into POCO (CLR POJO) or DTO (Data Transfer Object).

 

Lets define application domain:

michael 22/03/2010 - 16:02
michael 12/12/2010 - 15:02

 Agenda

  1. MVVM pattern
  2. WPF basics
  3. Demo
  4. Q&A

 

michael 03/10/2010 - 20:18

  Interesting info about contribute of MS in Mono.

The sources of MEF, DLR, OData's .NET client, ASP.NET MVC, Microsoft's AJAX, Silverlight's Controls (used in Moonlight) is under the MS-PL or Apache 2 license and integrated in Mono.

 

Thanks to Miguel de Icaza from Novell

http://tirania.org/blog/archive/2010/Jul-07.html

 

michael 12/07/2010 - 12:11

Agenda:

 

 * Dot.Net group work plan.

Will discuss our future plan, technical stuff such communication in group, collaboration tools etc.

 

 * Blue pirnt - final overview.

Will overview a result of our effort

 

 * Functional programming with C#/LINQ

Will learn somthing new for raising our professionalism in the field

 

 

igorz 23/03/2010 - 15:50
Syndicate content