marchy

Stories kicked by marchy

AutoMapper: the Object-Object Mapper(www.lostechies.com)

submitted by marchymarchy(25) 2 years, 3 months ago

Awesome framework for mapping between software layers (DAL, Object Model, Presentation Model) read more...

1 comment |category: |Views: 35

tags: another

Twelve Days of Code - Solution Setup(bryancook.net)

submitted by marchymarchy(25) 2 years, 4 months ago

solution setup caveats for a .NET project read more...

add a comment |category: |Views: 16

tags: another

Introducing PostSharp 2.0: #4 - Visual Studio Add-In (postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 7 months ago

Gael Fraiteur shows the new PostSharp Add-In for Visual Studio allowing to answer two questions: (1) to which code elements is my aspect applied and (2) which aspects are applied to my code element. read more...

add a comment |category: |Views: 347

tags: another

Introducing PostSharp 2.0 - Amazing Runtime Performance Enhancements(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

The founder of PostSharp describes amazing performance enhancements in PostSharp 2.0. He shows that the overhead of a simple performance counter aspect is 25 times lower than with PostSharp 1.5. read more...

add a comment |category: |Views: 51

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

ASP.NET MVC and Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 7 months ago

Bringing Json.NET to ASP.NET MVC read more...

add a comment |category: |Views: 433

tags: another