.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

there is a list of C# Programming Tools from MSDN(!) site

http://msdn.microsoft.com/en-us/vcsharp/aa336818.aspx

 

It refers to open source as well as MS products.

Mono, NUnit, NAnt in the list.

 

Particulary it lists alternative IDEs - SharpDevelop  and QuickSharp

igorz 24/02/2010 - 13:43

Presentation layer frameworks

Framework: ASP.NET MVC

It is the web framework of our choice.

andrew 30/12/2009 - 12:32

1. ADO.Net is outdated and cumbersome - will recommend it only for tiny projects with weak developers not able to master new and more sophisticated technologies.

andrew 15/12/2009 - 15:05

FAKE is a clone of Make/Rake using F# as the DSL, making it useful for building .Net applications.

 

Here is an example build.fsx script (from http://www.navision-blog.de/2009/04/01/getting-started-with-fake-a-f-sha...):

ittayd 19/10/2009 - 07:47

Hey,

I need a maven plugin for C#

I found this one: http://doodleproject.sourceforge.net/mavenite/dotnet-maven-plugin/index....

but they have no release since 2007 !!??

So - I'm looking for a mature and stable plugin and need your advice / knowledge

10x,

keren 17/08/2009 - 14:37

In this session we will learn WPF hands on....

 

We'll learn th basics of: XAML, Bindings, Templates, etc.

 

We'll try to build Windows like folder browser.

 

Pre-Requisites:

Visual Studio 2010.

C# knowledge.

Happy people  or very happy people 

 

Here you can find the presentation.

 

Ofir

 

 

 

 

 

ofir 11/10/2011 - 17:02

http://www.zdnet.com/blog/open-source/is-mono-dead-is-novell-dying/8821

 

according to this article, all of the mono team has been layed off by Attachmate (who acquired Novell)

 

 

ittayd 05/05/2011 - 12:08

I have found this really great VS2010 Extension.

After downloading it, run it and restart your VS2010 environment.

 

This extension spell checks your comments and double quoted strings while you code.

Please note that it doesn’t work with a right click context menu (as in Microsoft Word and other tools) but it gives the caret down with spell checking suggestions.

 

dror 24/11/2010 - 21:06

Scott Guthrie has announced the beta of Microsoft WebMatrix, a new free web development tool designed to streamline and simplify web development.

 

"The 15MB download includes a lightweight development tool, IIS Express, SQL Compact Edition, and a set of ASP.NET extensions that enable you to build standalone ASP.NET Pages using the new Razor syntax, as well as a set of easy to use database and HTML helpers for performing common web-tasks.  WebMatrix can be installed side-by-side with Visual Studio 2010 and Visual Web Developer 2010 Express."

igorz 07/07/2010 - 13:50
Syndicate content