
Create your first ASP.NET Core MVC project in Visual Studio 2022 using the MVC template, configure .NET 6, and learn http/https setup and the project structure.
Discover how the ASP.Net Core MVC structure routes http requests through controllers to models, which load data from the database and generate views that form the response.
Explore how the controller acts as the connector between model and view in an mvc project, navigate the home controller and its views, and understand actions like privacy and index.
Learn how to add the first MVC controller to a new ASP.NET Core project, including scaffolding options, naming conventions like the Home controller, and organizing views with matching folders.
discover how the action in MVC core connects a controller to its views with methods returning an action result, often sharing names with the views like index or privacy.
Discover how layout templates in mvc core use razor pages and html to provide a fixed header and footer, with optional sidebars and variable content across views.
Use the ViewBag to transfer temporary data between the controller, view, and layout, and set dynamic page titles with properties like first name and age.
Download SQL Server 2014 Express edition for Windows 7 or 10, selecting the 32-bit or 64-bit with tools. Install the engine and Management Studio, configure an instance with Windows authentication.
Explore how SQL Server databases store information in MDF data files and LDF log files, create and manage databases, and understand tables, views, and security.
Learn to use the GUID datatype, a global unique identifier, as a primary key in SQL Server, including the 32-digit format with four dashes and auto-generation.
Learn how to write SQL Server select queries to retrieve data from a table, including selecting columns, using top and order by, and loading all columns with an asterisk.
Explore why the entity framework simplifies database access in MVC web design, sitting above .NET, with scaffolding tools that auto-generate code for quick data operations.
Explore the main parts of Bootstrap, including the container as the page skeleton, the grid and breakpoints, and how rows and columns structure responsive layouts across full-width and fixed containers.
Learn how the default bootstrap container adapts to breakpoints to create responsive layouts, compare it with container fluid and container breakpoint, and implement it in a basic html setup.
Learn to apply bootstrap borders to HTML elements with additive and subtractive options, target sides, and color and width controls, then preview results and prepare for border radius styling.
Explore bootstrap border radius to create rounded corners across images, spans, and buttons using classes like rounded, rounded top, end, and pill; control size 0–3 and add circle shapes.
Learn to align text in bootstrap with text-start, text-center, and text-end, and adapt alignment across device sizes using responsive breakpoints.
Learn to use bootstrap display utilities to align elements in line or block, and control visibility across device sizes with d-inline, d-block, and d-none.
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 !!!