Top Categories
Part 1 - Step-by-step ASP.NET MVC Tutorial for Beginners | How to create a - website using MVC
- Category: Information Technology
- Sub Category: Web Development
OVERVIEW:
Hi welcome to Asp.net mvc tutorial. This is part 1 of the video series. Here you can start learning Asp.net MVC from the scratch step-by-step .This tutorial is 100 % for beginners. Here you will come to know about how can you create a -website using asp.net mvc .
In this tutorial have
OVERVIEW:
Hi welcome to Asp.net mvc tutorial. This is part 1 of the video series. Here you can start learning Asp.net MVC from the scratch step-by-step .This tutorial is 100 % for beginners. Here you will come to know about how can you create a -website using asp.net mvc .
In this tutorial have explained the basics of Asp.net MVC and what are the tool that is needed to develop a basic website .
CONTACT US: technotipstutorial@gmail.com
ALSO WATCH : JQUERY TUTORIAL (PLAYLIST)
: https://www.youtube.com/watch?v=6adg6DRfIHI&list=PLM5JAv_WpgH_FKWlsGkbiKUczG4BU8mv5&index=1
SOCIAL :
Like TechnoTips official Page : http://facebook.com/technotipstutorial
Subscribe : http://youtube.com/user/aapkanigam
Follow us on Twitter : @technotipsMVC
VISIT OUR BLOG:
http://technotipstutorial.blogspot.com
INTRODUCTION :
MVC stands for MODEL VIEW AND CONTROLLER
1. MODEL : This is your domain data .It just hold the application data and can be frequently used for getting records from database .
Watch this for more:Part 4- https://www.youtube.com/watch?v=yeUDYcvPF3A
2. VIEW : View is nothing but a user Interface .For example: your html page
Watch for more :Part 3- https://www.youtube.com/watch?v=Pt2UoRFuT-Y
3. CONTROLLER : It is used to control whole application flow .It just take data from Model and manipulate the and finally render to the View .
Watch this for more :Part 2- https://www.youtube.com/watch?v=g2GbL4hPOMg
Steps to create your first MVC application
1. Download and install required software like Visual studio 13 ,sql server 2008 , 12 ,14 etc.
2. Open visual studio click on file .Then choose new project option .
3. Select web from left bar you will find more option
4. Enter project name then choose MVC project and keep clicking on next button .
5. Wait for a minute until visual studio creates a sample for you .
6. Open Home controller, there you can see the Index method .
7.Finally you can run the project by clicking green play icon on the top bar Or you can use ctrl + F9 shortcut to save time.
8.You are done.
TAGS :
how to create a - website
asp. net mvc
asp.net mvc interview questions
asp .net mvc tutorial
asp. net mvc 4
asp.net mvc 5 tutorial
asp net mvc developer
asp net mvc continuous integration
asp net mvc hosting
model view controller
jquery-ajax
$ ajax jquery
jquery ajax tutorial
viewbag
$controller
$model
razor view engine
$how to get rich
Part 1 - Step-by-step ASP.NET MVC Tutorial for Beginners | How to create a - website