Welcome to my Channel...!
In this video we are going to see the basics of ASP.NET MVC . These are the fundamentals of ASP.NET MVC and essential trainings. we will see more and more in upcoming videos.
☕ BuyMeACoffee: buymeacoffee.com/missgoogle
For any queries drop a mail at [email protected]
Share your thoughts about this video in the comment section and if you have any doubts post it in comment section.
PHP Full Playlist:-👇👇👇
• PHP Tutorials for Beginners to Master | Le...
JavaScript Full Playlist:-👇👇👇
• JavaScript Tutorials | Learn A-Z Concepts ...
ReactJS Full Playlist:👇👇👇
• ReactJS Tutorials | Learn A-Z Concepts in ...
Full-Stack MERN App Development tutorial:-👇👇👇
• Video
Creating and Hosting Full-Stack Site using React:-👇👇👇
• Creating and Hosting a Full-Stack Site usi...
BluePrism Playlist:- • BluePrism | RPA
Thank You...!
→→→→→Visit Our Channel For More Videos←←←←←
🏹LIKE
🏹SHARE
🏹SUBSCRIBE
Where There is a Will There is a Way 💘
//Chapters and time splits
00:00:00-00:01:05 Powerful web applications with MVC 5
00:01:06-00:02:36 What you should know
00:02:37-00:04:30 Tools used
00:04:31-00:06:29 Demo project overview
00:06:30-00:09:20 Model-View-Controller(MVC) pattern
00:09:21-00:13:07 Advantages of MVC
00:13:08-00:16:05 Visual Studio new project dialog
00:16:06-00:21:01 Walking through the project template
00:21:02-00:24:26 How MVC services requests
00:24:27-00:28:21 Startup configuration and global routing
00:28:22-00:29:25 Handling events in Global.asax
00:29:26-00:32:18 App config with App_Start
00:32:19-00:34:27 Putting the pieces together
00:34:28-00:37:04 Using controllers and action methods
00:37:05-00:42:15 Returning a view response
00:42:16-00:46:18 Using other response helpers
00:46:19-00:49:41 Attribute routing
00:49:42-00:54:09 Advanced attribute routing
00:54:10-01:00:50 Securing your app with filters
01:00:51-01:07:58 Customizing your actions with filters
01:07:59-01:10:47 Altering actions results with filters
01:10:48-01:15:14 Handling exceptions with filters
01:15:15-01:18:48 View folder organized by convention
01:18:49-01:21:54 Razor: Transitioning from code to markup
01:21:55-01:25:13 Implicit/explicit expressions and blocks
01:25:14-01:26:05 Adding comments to Razor
01:26:06-01:29:44 Handling form posts with IsPost
01:29:45-01:36:22 Passing data from the controller
01:36:23-01:40:59 Bringing models and views together
01:41:00-01:45:53 Building HTML with HTML Helpers
01:45:54-01:50:31 Advanced use of HTML Helpers
01:50:32-01:53:29 Define your own inline HTML Helpers
01:53:30-01:57:03 Creating custom HTML Helpers
01:57:04-02:00:37 Sharing layouts
02:00:38-02:04:58 Using bundles and sections in layouts
02:04:59-02:08:32 Rendering partial views
02:08:33-02:10:07 Escaping the @ symbol
02:10:08-02:12:27 Data models vs. view models
02:12:28-02:19:37 Building models with Entity Framework
02:19:38-02:22:36 Validation with data annotations
02:22:37-02:23:53 Validation with ModelState
02:23:54-02:25:56 Displaying validation in the view
02:25:56-02:30:32 Building custom validation attributes
02:30:33-02:33:47 Testing a controller's selected view
02:33:48-02:36:42 Testing a controller's view data