4
Answers

I want to Learn MVC pattern with Asp.Net. First of all Basic

Photo of Paul Rajs

Paul Rajs

8y
1.1k
1
Hi Developers ,

I want to learn MVC pattern with Asp.Net for my Career Growth.
First of all i want to learn and workout basics. i.e. Insert , Update , Delete Operations.
i am google it but i can't able to run it like Asp.Net project.

also i have some questions in Asp.Net Mvc.

Is it Very Complex to learn Compare with Asp.Net . . . ?
Can i learn Mvc only with my Asp.Net Knowledge or i have to know anything else . . ?
How many days it taken to i am practically know basic (insert , update , delete) operations . . ?
If i Learn Mvc very well na it will useful for me in future .. ?

i have no idea about mvc . So if anyone know Mvc very well how i am start to learn it . or
what are the things i need to learn before start Mvc.
If i buy Asp.Net with Mvc , which name of the author Book is Best.
in design part my Html Knowledge is Enough or I need to learn Html 5.

i get confused, so please suggest and guide to how i am Learn MVC Pattern .

Thanks with
Paul.S

Answers (4)

1
Photo of Vincent Maverick Durano
121 14.9k 4.2m 8y
ASP.NET MVC is still ASP.NET, perhaps what you mean was ASP.NET Web Forms?
 
First of all i want to learn and workout basics. i.e. Insert , Update , Delete Operations.
i am google it but i can't able to run it like Asp.Net project.
 
You didn't googled enough. There are gazillions of tutorials about ASP.NET MVC in the web. You just need to refine your search to get the exact resource you want.I've written a book about ASP.NET MVC that is targetted for beginners that you might be interested: http://www.c-sharpcorner.com/ebooks/asp-net-mvc-5-a-beginner-s-guide
 
Is it Very Complex to learn Compare with Asp.Net . . . ?
 
Learning somethind really depends on you. It depends on your willingness, interests and your current skills background.
 
Can i learn Mvc only with my Asp.Net Knowledge or i have to know anything else . . ?
 
Of course. For as long as you know C# and basic client-side technologies such as JavaScript/CSS and HTML then youre good. What you would need to know is how the MVC architechture works and how the M, the V and the C relates to each other. Refer my book so you will have a basic understanding about each components.
 
How many days it taken to i am practically know basic (insert , update , delete) operations . . ?
You could do it even in hours, but then again, it really depends on you. I would suggest you to understand how the MVC arch works first, before jumping into CRUD.
 
If i Learn Mvc very well na it will useful for me in future .. ?
Definitely!
 
i have no idea about mvc .
 
ASP.NET MVC gives you the feel of being a real "web" developer. Why?
 
(1) Provides a clean separation of concerns (the Model, the View and the Controller)
(2) Gives you full control over your codes, HTTP, Request, Response, JavaScripts, CSS, HTML and so on
(3) Provide clean and friendly Urls through it's built-in routing capability
(4) You'll get the feel of real web development because there's no abstraction involved.
(5) It's easy for you to learn Web API as it follows/uses Controller based pattern like MVC
 
Alternatives: You could also try learning SPA technology like Angular or Knockout as front-end, but this would probably give you a big learning curves as you will mostly dealing with client-side scripting. But if you really want to be a real web developer, then you have no choice but learn these technologies. Smile | :)
 
But, Where do I start?
 
You can pick a book that you are interested or refer to online tutorials and apply three things "READ, DO and LEARN. Learning something is a just matter of doing something.In my own experience, the easiest way to learn is to develop a sample application in your own by applying the things you've learned from the book or tutorials. I'm sure you will learn a lot as you go along implementing your own web application.
 
References:
 
Head over to the official ASP.NET site to start leanring MVC:http://www.asp.net/mvc
Or find some resources in the web that you can use as a reference. I've also written a book about ASP.NET MVC that is targetted for beginners that you might be interested: http://www.c-sharpcorner.com/ebooks/asp-net-mvc-5-a-beginner-s-guide
Accepted
0
Photo of Paul Rajs
NA 641 155.6k 8y
Thanks for all your quick reply Dear Friends ,. thanks a lot
thanks with
Paul.S
0
Photo of Rajeesh Menoth
66 27.1k 2.7m 8y
Hi,
 
Are you a good learner, Then you can easily lean MVC with in a weak. The major thing is MVC is on of the design pattern so you can maintain your code in project

Reference :
 
https://www.youtube.com/watch?v=-pzwRwYlXMw
 
http://www.codeproject.com/Articles/866143/Learn-MVC-Project-in-days-Day
0
Photo of Vinay Singh
287 6.3k 962.9k 8y
Hi check the link
http://www.asp.net/mvc/overview
http://www.codeproject.com/Articles/866143/Learn-MVC-Project-in-days-Day
http://www.codeproject.com/Articles/207797/Learn-MVC-Model-View-Controller-step-by-step-in
Is it Very Complex to learn Compare with Asp.Net . . . ? - No it's not
Can i learn Mvc only with my Asp.Net Knowledge or i have to know anything else . . ?- Yes
How many days it taken to i am practically know basic (insert , update , delete) operations . . ? - It's totally depends upon you how dedicatly you are reading and working on examples
If i Learn Mvc very well na it will useful for me in future .. ? - Yes. It's really hot in market