Click here to Skip to main content
15,920,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I want to improve my knowledge for MVC with C#,and also I am planning to complete my certification for MVC 70-486 exam.
Hence I decided to create POC application which will help me to update my skill set.
I have some question as bellow.

1.What is the best practice to develop an MVC application like, can I use entity framework to communicate with database or else.

2. Which are the other technologies which I should use along with MVC as per market standers.

Kindly help.

What I have tried:

code project articles and exam reference web site to attends the questions.
Posted
Updated 12-Jan-17 0:55am
v2

1 solution

Hi Yrishi.

I would recommend you start with understanding the Repository and Unit of work design patterns as well as Dependency Injection.

You can use Entity Frameworks. Focus on the code first way of setting it up.

Here are the links that you can use to get you started and going pretty quick. I used them and they helped me a lot.

Entity Framework Code-First[^]

CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC[^]

I hope this helps. You are welcome to ask more questions.

Regards
 
Share this answer
 
v2
Comments
yrishi 12-Jan-17 7:01am    
Thanks Moses for your reply. Sure this will help me lot. :)
F-ES Sitecore 12-Jan-17 7:35am    
If I was sitting an exam on MVC I'd probably be quite annoyed if I was asked questions about Entity Framework what with it being a completely separate technology :)
yrishi 13-Jan-17 1:02am    
F-ES Sitecore, please share your views on my query.
yrishi 13-Jan-17 1:03am    
F-ES Sitecore, share your views and help me on my query.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900