Organization of simple project.

Posted by Neir0 on Stack Overflow See other posts from Stack Overflow or by Neir0
Published on 2010-05-28T21:15:48Z Indexed on 2010/05/28 21:22 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi

I want to create a simple mvc application. It's typical task and very simular with phpmyadmin. I have a table and a few operations delete, edit, create new row.

                Name  Gender Age   
[delete] [edit] Alex  Male   20 
[delete] [edit] Elza  Female 23 
                         [New person] 

When edit or New person clicked by user application show the following page

Name   [........]
Gender [........]
Age    [........]
            [Save]

I'm very new in asp.net and mvc, can anyone suggest a right project organization or give links to simular applications?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET