Intro ASP .NET Core 6 & MVC Web Design for absolute beginner
Intro ASP .NET Core 6 & MVC Web Design for absolute beginner, available at $39.99, has an average rating of 4.55, with 93 lectures, based on 47 reviews, and has 8327 subscribers.
You will learn about Quick start to basics of ( ASP .Net Core MVC + Entity Framework + Bootstrap ) Using Entity Framework Core with database first method by SQL Simple examples and easy to learn in depth learning Using Model, View and Controller in MVC Core Routing in MVC Core Projects Working with Layouts Using ViewBag and ViewData This course is ideal for individuals who are Anyone how is abolute beginner and wanna learn the basics of Asp .NET coere mvc It is particularly useful for Anyone how is abolute beginner and wanna learn the basics of Asp .NET coere mvc.
Enroll now: Intro ASP .NET Core 6 & MVC Web Design for absolute beginner
Summary
Title: Intro ASP .NET Core 6 & MVC Web Design for absolute beginner
Price: $39.99
Average Rating: 4.55
Number of Lectures: 93
Number of Published Lectures: 92
Number of Curriculum Items: 93
Number of Published Curriculum Objects: 92
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Quick start to basics of ( ASP .Net Core MVC + Entity Framework + Bootstrap )
- Using Entity Framework Core with database first method by SQL
- Simple examples and easy to learn in depth learning
- Using Model, View and Controller in MVC Core
- Routing in MVC Core Projects
- Working with Layouts
- Using ViewBag and ViewData
Who Should Attend
- Anyone how is abolute beginner and wanna learn the basics of Asp .NET coere mvc
Target Audiences
- Anyone how is abolute beginner and wanna learn the basics of Asp .NET coere mvc
Hi There!
With my many years programming skills I’m with you to share my knowledge with you.
So
If you are beginners or student looking for a tutorial that teach ASP .Net Core MVC basics in simplest way!
If you want really to be a programmer so it’s best place that you can start to learn Asp. net Core MVC basics
This course includes :
-
Start using C# and ASP. Net Core MVC with Visual Studio 2022 From Scratch
-
Structure of MVC website in ASP .NET core
-
Using Controller in MVC core project
-
Views in MVC core project
-
Action in MVC core project
-
Routing in MVC core project
-
Layout in MVC core project
-
ViewStart in MVC core
-
TagHelpers : Navigate between views
-
ViewImports : Navigate between views
-
ViewBag : Transfer data & change page title
-
ViewData : Transfer data & change page title
-
Entity Framework with SQL Database
-
Creating SQL database
-
Creating new project & installing NuGet Packages
-
Generating Models and DbContext
-
Generating Controller and Views
-
Register DbContext and run Web site
-
Secure connection string
-
Deep diving design of ‘Index’ view
-
Using ‘Html.DisplayNameFor’
-
Deep diving ‘Index’ Action in Controller
-
Deep diving design of ‘details’ view
-
Deep diving Action of ‘Delete’ view
-
Deep diving of ‘Create’ view
-
‘Edit’ view Deep diving
and …
Every thing will be discussed with sample project and you will have lot of tips and tricks within my course.
Let’s go !!!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction to this course
Lecture 2: Download project files of this course
Chapter 2: Download project files of this course
Lecture 1: ASP.NET Core Vs ASP.NET
Lecture 2: ASP.NET Core project types
Lecture 3: Create new MVC project in ASP.Net Core
Lecture 4: Strucure of MVC website in ASP.net cor
Lecture 5: Build and run MVC website by web serve
Lecture 6: Different files & folders inside MVC C
Chapter 3: Controller
Lecture 1: Structure of Controller files & folder
Lecture 2: Creating new empty MVC project
Lecture 3: Install scaffolded code generator for
Lecture 4: Adding Controller to new project
Chapter 4: View , Action
Lecture 1: What is the View in MVC Core?
Lecture 2: Adding Views to MVC project
Lecture 3: What is the Action in MVC Core?
Lecture 4: Adding Actions to MVC project
Chapter 5: Routing
Lecture 1: What is the Routing in MVC Core?
Lecture 2: Adding Routing to MVC project
Chapter 6: Layout in MVC core
Lecture 1: What is the Layout in MVC Core?
Lecture 2: Adding simple layout to MVC
Lecture 3: Change layout name & location
Chapter 7: Advance Topics in Mvc Core
Lecture 1: What is the ViewStart in MVC Core?
Lecture 2: TagHelpers : navigate between views
Lecture 3: ViewImports : navigate between views
Lecture 4: ViewBag : Transfer data & change page
Lecture 5: ViewData : Transfer data & change page
Chapter 8: Quick Review of SQL Server
Lecture 1: Who should watch this section?
Lecture 2: Download & install SQL 2014 on Windows 10 and Windows 7
Lecture 3: Start using SQL server and SSMS
Lecture 4: Working with SQL database
Lecture 5: Using SQL Server configuration manager
Lecture 6: Using SQL Server Table
Lecture 7: SQL Numeric Data types
Lecture 8: SQL English Text Data types
Lecture 9: SQL Unicode Text Data types
Lecture 10: GUID datatype in SQL
Lecture 11: How to Attach, Detach and offline the SQL database
Lecture 12: Identity and Auto Increment Column in SQL Server
Lecture 13: Project => Create "Phone Book" database in SQL
Lecture 14: Select Query In SQL
Lecture 15: Search data in SQL
Chapter 9: Entity Framework with SQL Database
Lecture 1: What is Entity Framework?
Lecture 2: Structure of Entity Framework
Lecture 3: Database first method in Entity Framew
Lecture 4: Create sample database
Lecture 5: Add sample data to database
Lecture 6: Create new project & installing NuGet
Lecture 7: Generating Models and DbContext
Lecture 8: Generating Controller and Views
Lecture 9: Register DbContext and run Web site
Lecture 10: Secure connection string
Chapter 10: Quick Review of bootstrap
Lecture 1: Who should watch this section?
Lecture 2: Download project files of this section
Lecture 3: Install Bootstrap 5 & Visual Studio code on Win 10
Lecture 4: First project in Vs Code and BootStrap
Lecture 5: Main parts of bootstrap and containers
Lecture 6: What is breakpoints in bootstrap?
Lecture 7: Default container
Lecture 8: Fluid container
Lecture 9: Responsive container
Lecture 10: Grid system in bootstrap for responsive webpage
Lecture 11: Customize column width in grid
Lecture 12: Headings and basic typography
Lecture 13: Change back color of Vs code editor
Lecture 14: Text color – Back color
Lecture 15: Simple padding and margin
Lecture 16: Responsive padding and margin
Lecture 17: Borders in bootstrap
Lecture 18: Round image – Rounded corners
Lecture 19: Horizontal text alignment
Lecture 20: Display : inline and block
Lecture 21: Text utilities
Lecture 22: Sizing: Width and height of elements
Lecture 23: Project: Design First part in Vs code
Lecture 24: Project: Add Responsive YouTube video
Lecture 25: Project: Responsive image
Lecture 26: Project: Using responsive image
Lecture 27: Buttons in bootstrap
Lecture 28: Project: Using bootstrap button
Lecture 29: Project: Navbar or TopMenu in bootstrap
Lecture 30: Project: Design responsive Navbar
Chapter 11: Views & Actions in Entity Framework 11 Lectures
Lecture 1: Deep diving design of ‘Index’ view
Lecture 2: Using ‘Html.DisplayNameFor’
Lecture 3: Using ‘Html.DisplayFor’ to show data
Lecture 4: Customize Layout of website
Lecture 5: Deep diving ‘Index’ Action in Controller
Lecture 6: Deep diving design of ‘details’ view
Lecture 7: ‘Details’ Action in Controller
Lecture 8: Design of ‘Delete’ view
Instructors
-
Mega Learning
C# programmer and lover
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 4 votes
- 4 stars: 17 votes
- 5 stars: 24 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024