sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
593 stars 153 forks source link

New Sample Applications #65

Open alecwhittington opened 11 years ago

alecwhittington commented 11 years ago

Add new Samples that are all based on an Account Management system.

Basic Requirements

Will be the simplest sample. Expect to see repository calls in the controller and round trips from the client to the server for updates. No Ajax at all.

Will be the standard sample. Expect to see Form and View Models, use of Tasks.

Show the use of commands and queries to perform the tasks. No Ajax, not yet.

Use AngularJs to show how one could implement a client-side based Account Manager that will use the Web Api as a backend.

cd21h commented 8 years ago

@sharparchitecture/members Guys, anyone want to contribute to this?