Hacker News new | ask | show | jobs
by msie 4367 days ago
Oh boy, coming back to C# after a couple of years was a total shock for me. Here are some things that come to mind:

Dependency Injection: NInject

ORM: Entity Framework, Linq

Logging: log4net

Package Management: NuGet

Interface between web applications and web servers: OWIN

Ideas, Books: POCO, Applied Domain Driven Design and Patterns

Libraries: AutoMapper