login

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.

catalog

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.

show

show2

Also I have a Rss action of the Home controller that renders a rss channel

rss

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

  1. Hi,
    can you please publish your sample application?

    Regards,
    Nagarajan.

  2. Hi,

    Nagarajan

    I published the code and the script for the database, just change the connection strings as you need

    Happy Coding
    Edison

  3. Thanx
    I’m also beginning with MVC

  4. Dude can you please help me publishing my mvc application

  5. Hi mayank

    The project is in this address: http://rapidshare.com/files/133147523/BooksStore.zip

  6. Thanks for writing this.


Post a Comment

*
*