Current .NET technology stack for a new project? [closed]
- by jkohlhepp
If you are going to start a new .NET project, what technologies do you use on top of the base framework? I'm thinking things like ORMs (NHibernate, EF), logging frameworks (Log4Net), IoC containers, rules engines, UI frameworks (Telerik), etc. Are there certain technologies that you always bring in regardless of project type / complexity? Are there certain others that you bring in sometimes when complexity warrants it?
This seems like a moving target, and I'm curious what people are using as their "basic setup" nowadays.