As a learning project, i want to make a rather simple intranet project (login/out, create new users, projects etc) with some new libraries/frameworks,
But i am unsure as to how they all work together and what is needed.
For example, what would the best approach to build the above. I am thinking; * .Net MVC4 * AngularJS * BreezeJS * EntityFramework with code first * WebAPI/ServiceStack
Am i missing some components or are there to many?
n00b question - i know :)