When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

A Gentle Introduction To ASP.NET For Beginners

A First Step to Creating Dynamic Websites Using Web Forms , MVC , Razor Pages , Blazor , AI and more

     
  • 4.4
  •  |
  • Reviews ( 1.7K )
₹649

This Course Includes

  • iconudemy
  • icon4.4 (1.7K reviews )
  • icon57h 10m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About A Gentle Introduction To ASP.NET For Beginners

There are a number of

_flavors of ASP.NET_

,

Web Forms

(Web Sites and Web Applications),

Model-View-Controller (MVC)

,

Razor Pages

and the newest one

Blazor

. This course is aimed at anyone who wants to create dynamic websites using all these models , with ASP.NET Web Forms as the starting point. ASP.NET is the Microsoft platform for developing Web Applications. Using ASP.NET you can create e-commerce sites, data driven portals and just about anything else you can find on the internet. Best of all, you don't need to paste together a jumble of HTML and JavaScript code. Instead you can create full scale web apps by leveraging your knowledge of C# coding and a design tool like Visual Studio. In recent years Microsoft has added MVC (Model View Controller) and Razor pages which offer different ways to build dynamic web pages. To some , MVC and Razor pages are cleaner and more suited to the web. To others , it's a whole lot of extra effort with no clear payoff. Either way, it's good to have a strong knowledge of all of these web application programming models before moving onto the most future forward choice

Blazor

. We cover all these models at a beginners level and offer a multitude of practical applications.

Our focus will be working with Visual Studio on WINDOWS machines . All coding examples are fully compatible with the LATEST Visual Studio Editions (As of 2025 Visual Studio Community 2022 and Visual Studio 2026) for WINDOWS

.

Major Course Updates:_Feb 2020_

_-Sept 2021_

Three

new sections ( 50+ new lectures ) which focus on transitioning from Web Forms to MVC and then Core Razor Pages

_Sept 2021- Dec 2024_ Three new sections on Blazor ... including the latest on .NET 8 and .NET 9 (110+ new lectures and more to come!) ... Think of this as a _Course Within a Course_ all for one price

_Sep 2025-_

New Lectures on a variety of AI topics including :

Integrating the OpenAI API within Blazor Applications

Using Open Source Tools to Run Large Language Models in Blazor

Performing AI Image Analysis and connecting the results to a Database

Performing AI Video Analysis on various videos files sources including via Webcam

Using AI (Whisper model) to perform Audio to Text Transcription and Translation and Text to Speech (Audio) generation

Performing Web Scraping and AI Analysis and connecting the results to a Database

Implementing the .NET Smart Components - AI powered UI Controls

Implementing AI in Hybrid Applications (Windows Desktop/Android/IOS)

Generating SQL Queries via AI for use in Blazor Database Applications (Natural Language to SQL)

RAG (Retrieval Augmented Generation) and Blazor ... A First Look

52+ Hours of Videos

950 + downloadable demos

Sample applications specifically for the current lectures

PLUS hundreds of supplementary demos and exercise solutions

... and more added monthly

Here's how I will help you to succeed:

o Each lecture starts with a list of objectives/speaking notes o Every example covered in the lecture is available for download in the resources section including the objectives/speaking notes o Almost every lecture has a set of Practice problems with full solutions provided o My style of writing and teaching follows the KISS principle :

_Keep It Super Simple_

. I try to stay away from fancy computer terminology and try to teach like am speaking to a brand new user with little to no previous knowledge on the subject matter and I am always available for help replying most times within a day.

And finally please do not judge a book by it's cover don't judge the course by the title or this small description section, if you want to know exactly all the topics covered please go to:

_COURSE CONTENT_

_Sections Lectures (press the down arrow) This will open up literally thousands of lines of very detailed lecture descriptions leaving no doubt what is and what is not covered._

What You Will Learn?

  • Create simple multi-page ASPNET Web Form applications incorporating a number of server controls using Visual Studio on WINDOWS machines .
  • Work with style sheets and master pages in Web Forms .
  • Create SQL server base database driven web pages that perform CRUD operation in ASPNET Web Form Applications .
  • Work with the concept of Databinding by adding databound controls to a Web Form .
  • Transition from Webforms to the MVC Core Framework .
  • Create MVC Applications that incorporate Partial Views, Layout files , Data Annotations .
  • Work with Razor Syntax ... Variables, If Statements, Loops .
  • Create simple Razor Pages (not Razor Syntax) and highlight similarities and differences between Webforms and MVC Frameworks .
  • Learn what Blazor is and why it is the future of ASPNET web development .
  • Create Simple Blazor Applications using both Blazor Server and Blazor WebAssembly Hosting models ... including WebAssembly Core Hosted .
  • Learn about Blazor Data Binding, State Management, Parameters, Routing and Navigation .
  • Create more sophisticated Blazor applications that access Data Services (API), call Javascript Functions .
  • Create Blazor Apps for online stores (Music, Pizza and more), that implement a shopping cart and a checkout feature .
  • Create Blazor Database Apps (single/multi-table) with full CRUD abilities, including Form Validations, Authentication , Authorization, Sorting and Filtering .
  • Learn how to implement Third Party Blazor Components (Radzen/Synfusion...) and how to create your own component libraries .
  • Create a variety of games in Blazor .. including Tic Tac Toe, Connect Four, Matching Game, Word Scramble and Slot Machine Game (with graphics and sound effects) .
  • Learn how to build Blazor Progressive Web Applications .
  • Learn how to implement Drag and Drop features in Blazor .
  • Create a Real Time Application Using Blazor and SignalR .
  • Create Simple Blazor Graphics and Animation Using the HTML 5 Canvas API .
  • Learn how to implement the ApexCharts Library in Blazor WebAssembly to generate interactive and responsive charts using data from a data service .
  • Build a CRUD App in Blazor Server using Entity Framework Core and SQLite. .
  • Learn how to load in and view the contents of an Excel file in Blazor .
  • Learn to create simple Blazor Hybrid (.NET MAUI) applications , extending the capabilities of .NET developers beyond the Web into desktop and mobile development .
  • Learn about the concept of Localization. The the process of customizing applications to display and operate in the culture of the user. .
  • Create simple applications that integrates Localization into Blazor WebAssembly, Server and .NET MAUI Blazor .
  • Learn about using Blazor in .NET 8 how it represents a Paradigm Shift .
  • Learn how to implement new Blazor .NET 8 features including QuickGrid,Sections, Dynamic Components and Fluent UI .
  • Learn about the latest features and enhancements to Blazor in .NET 9 .
  • Learn how to Integrate the OpenAI API within Blazor Applications and Implement the .NET Smart Components - AI powered UI Controls .
  • Learn how to use Open Source Tools (Ollama) to Run Large Language Models in Blazor .
  • Learn how to perform AI Image Analysis and connect the results to a Database .
  • Learn how to perform AI Video Analysis from various sources including using a Webcam .
  • Learn how to Record Audio and convert it to Text (transcription/translation) and take Text and convert it to Speech using OpenAI's Whisper model .
  • Learn how to Scrape a Website and analyze the contents using AI in a Blazor Application .
  • Learn how to implement AI in Blazor Hybrid Applications (Windows Desktop/Android/IOS) .
  • Learn how to Generate SQL Queries via AI for use in Blazor Database Applications (Natural Language to SQL) .
  • Learn how to implement RAG (Retrieval Augmented Generation) within a simple Blazor AI application Show moreShow less.