1

I am completely new in MVC. I want to create one sample application from which I can do insert,update and delete in one page and view all records in other page. For that I tried to create .cs class for userMST table. As we do in normal application, a class file should have private fields, getter and setter methods to set the fields, insert/update/delete/select methods. But when I tried to define private properties I saw that .net is not allowing me to define private properties not I can set string as the type of the property.

I can not actually understand how the application is created. I did some googling but examples are given which do all the operation from wizard and uses the in-built databse. Please explain me how to start with MVC and how can I build sample application??

Thanks in advance...

1 Answer 1

1

If you're just starting out I would highly recommend you checkout the following tutorials:

And after doing that buy a book or two:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.