As an exercise to test the news bits on ASP.NET MVC Framework Preview 3, I have been building a simple application that manages information about books, I called it the BooksStore, it has CRUD operations for authors, publishers, books, catalog of books, some security, authentication and authorization, using LINQ to SQL Classes as the layer to access data and only the use of FormsAuthentication and the MembershipProvider for SQLServer.
Above a screenshot of the catalog it shows a summary of the book that includes the title, authors, publisher, number of pages and price, the title is a link to the “Show” action of the Book Controller for show detailed information of the book.
Also I have a Rss action of the Home controller that renders a rss channel
Now with the new preview 4 of ASP.NET MVC, I have to change the functionality for user access, with this new preview an Account controller is by default on the template, this is a quickstart for us.
Update: Here is the code
6 Comments
Hi,
can you please publish your sample application?
Regards,
Nagarajan.
Hi,
Nagarajan
I published the code and the script for the database, just change the connection strings as you need
Happy Coding
Edison
Thanx
I’m also beginning with MVC
Dude can you please help me publishing my mvc application
Hi mayank
The project is in this address: http://rapidshare.com/files/133147523/BooksStore.zip
Thanks for writing this.