Update: 8/17/2023 - Work-in-progress alert. Our upcoming course will empower you to craft a cutting-edge ChatGPT Bot solution using .NET and Angular. Working on all the videos but the source code, documentation, and video how-to are uploaded. We'll leverage the power of Entity Framework to seamlessly store data in a SQL Server Database. Stay tuned.
Update: 8/17/2023 - Work-in-progress alert. Our upcoming course will empower you to craft a cutting-edge ChatGPT Bot solution using .NET and Angular. Working on all the videos but the source code, documentation, and video how-to are uploaded. We'll leverage the power of Entity Framework to seamlessly store data in a SQL Server Database. Stay tuned.
Unleash the Potential of ASP.NET Core
ASP.NET Core is a game-changer for crafting web applications using ASP.NET and C#. Join our comprehensive course and unlock the art of building ASP.NET Core Web Applications from scratch. In this hands-on experience, you'll delve into MVC, Entity Framework Core, Web API, Angular, and various C# features.
Once your ASP.NET Core Web App is ready, we'll guide you through the seamless deployment process on Microsoft Azure.
Why choose ASP.NET Core?
ASP.NET Core is a versatile, open-source, cross-platform framework, perfectly suited for creating modern, cloud-based web applications with .NET.
Revolutionizing Web App Development
While traditional ASP.NET is reliable, it's based on an older platform that has accumulated redundant code over time. This legacy code, dating back over 15 years to ASP.NET 1.0, may still load unnecessarily in your web projects, potentially impacting performance.
Enter ASP.NET Core—a leaner, more efficient framework that eliminates unnecessary loading, boosting your web app's performance.
Designed for the Modern Era
ASP.NET Core is tailor-made for modern web applications. It's cloud-ready, with built-in environment-based configuration and seamless support for dependency injection.
Moreover, it enables cross-platform development on Windows, Mac, and Linux. By embracing open source, ASP.NET Core actively encourages community contributions and developer engagement.
Embark on your journey to mastery of ASP.NET Core today. Unleash the power of streamlined, modern web application development. This is more than just a course—it's your ticket to success.
I am currently updating the course but I wanted you to have access to the user documentation, video, and source code.
Preview Video of how to configure the application.
Download the Source Code for the .Net API and Angular app.
In this lecture, we will examine the fundamental concepts of ASP.NET Core.
Download lecture slides by clicking on the top right corner download image on this page
In this lecture, I will explain what the learning objectives for this software installation section.
In this lecture, I will demo the installation of Visual Studio 2019, Visual Studio Code, Visual Studio for Mac and the ASP.NET Core SDK.
In this lecture, I will demonstrate the installation of ASP.NET Core on Linux OS.
In this lecture, We will install Yeoman, Node.js & the ASP.NET Core generator for Linux.
In this lecture, I will demonstrate the installation of ASP.NET Core on Mac OSX.
In this lecture, We will install Yeoman, Node.js & the ASP.NET Core generator for Mac OSX.
In this lecture, we will summarize what we learned about Installing ASP.NET Core, Node.js, Visual Studio 2015 & Visual Studio Code. We will discuss what we are going to learn in subsequent lectures.
Download lecture slides by clicking on the link on this page.
In this lecture, we will create our first ASP.NET Web Application in Visual Studio Code on Linux utilizing Yeoman's ASP.NET Core generator in Node.js. We will also create our First Console App utilizing the new .Net Cli.
In this lecture, I will explain the learning objectives for this section. We will create and examine our first Asp.Net Core Web Application on Windows, Mac OSX & Linux.
In this lecture, we will create our first ASP.NET Core Console Application via command line utilizing the .Net CLI commands.
In this lecture, We will create our first Scaffold ASP.NET Core Web Application in Visual Studio 2015.
In this lecture, we will create our first ASP.NET Web Application in Visual Studio Code on Mac OSX utilizing Yeoman's ASP.NET Core generator in Node.js. We will also create our First Console App utilizing the new .Net Cli.
In this lecture, we will compare and contrast concepts related to an ASP.NET Full Framework App vs an ASP.NET Core App.
In this lecture, I will demo the similarities and differences related to an ASP.NET Full Framework App project structure vs an ASP.NET Core App project structure.
In this lecture, we will examine the Project.json,Global.json & the Appsettings.json files in our ASP.NET Core Web Application.
In this lecture, we will examine the Startup.cs file in our ASP.NET Core Web Application. We will examine the startup, configure services, & the configure method on the Startup.cs file.
In this lecture, we will install and examine the client side package managers Bower and Gulp. Client side package (Bower & Gulp) management in ASP.NET core is separated from Server side package management (Nuget).
In this lecture, we will examine the bundleconfig.json file in Asp.Net Core. The bundleconfig.json file manages the bundling and minification of javascript and css file.
In this lecture, we will examine and configure static file rendering in our wwwroot folder. We will also examine the file structure associated with our scaffolded MVC 6 controllers and views.
Here is a downloadable document related to installing the new .NET Core CLI & the software installation guide for Node.js, Yeoman & the Asp.Net Core App Generator. This guide covers Windows, Mac OSX & Linux.
In this lecture, we will summarize what we learned about creating our first ASP.NET Core in Visual Studio 2015 & Visual Studio Code on Mac OSX, Linux & Windows. We also examined the differences between a full framework app vs an ASP.NET Core app and the file structure of an ASP.NET Core App.
Download lecture slides & Source Code by clicking on the links on this page.
In this lecture, I will explain the learning objectives for this section. We will create an Empty ASP.NET Core Web Application and build all of the client side and server dependencies from the ground up. We will then delve into C#. Finally will demo some of the great features of C# 6.0.
In this lecture, We will create our ASP.NET Core course web app project and configure the project.json file from scratch. We will start from an empty web app & build it from the ground up.
In this lecture, we will configure our ASP.NET Core Startup.cs file for our course project web application. We will create a startup constructor and configure and inject our services into our web app.
In this lecture, We will create our ASP.NET Core appsettings.json configuration file for our course project web application.
In this lecture, We will setup the Model View Controller folder structure in our ASP.NET Core Web Application.
In this lecture, we will configure our launchsettings.json file for our ASP.NET Core web application. We will create our debug profiles associated with IIS Express and the web command profile.
In this lecture, we will create our client side package manager files (Bower & Gulp). Client side package (Bower & Gulp) management in ASP.NET core is separated from Server side package management (Nuget). We will also configure the package.json file related to managing our NPM modules.
In this lecture, we will configure application insights in our app and create an account in Microsoft Azure. We will add our Instrumentation Key to our appsettings.json file.
In this lecture, We will examine Object-Oriented programming concepts in C# & C# 6.0. This lecture will lead into the next couple of lectures around C# features & C# 6.0 new features.
In this lecture, We will examine C# data types & variable declarations in out first class file. We will implement different variable data types in our FirstClass class file.
In this lecture, We will examine C# property & field declarations in out first class file. We will declare properties in our First Class class file and initialize our properties with backing field values.
In this lecture, We will examine C# access modifiers. We will discuss the main concepts related to public, private, protected, internal & protected internal access modifiers in our PowerPoint presentation.
In this lecture, We will examine C# methods in out first class file. We will declare our return and void methods in our FirstClass class file.
In this lecture, We will examine C# access modifiers. We will demo the main concepts related to public, private, & protected access modifiers.
In this lecture, We will examine C# Arrays. We will demonstrate a for each loop associated with our string array data type.
In this lecture, We will examine C# interfaces. We will discuss & demo the conceptual architecture around creating Interfaces. We will then implement inheritance from an interface and create an instance of our class in our Main Controller Index Method.
In this lecture, We will examine C# Conditional Branching & Conditional Looping statements. We will demonstate If and switch statements. We will also examine For Loops,While loops,Do...While Loops & Foreach Loops.
In this lecture, We will examine the history of C# & the Asp.Net Framework. This PowerPoint lecture will lead into the next couple of lectures around the new C# 6.0 features.
In this lecture, We will implement C# 6.0 Static Classes and Methods. We will demo the using Static statements Improvements in C# 6.0.
In this lecture, We will implement the new C# 6.0 String Interpolation feature. C# 6.0 String Interpolation is a way to concatenate two or more strings together.
In this lecture, We will implement the new C# 6.0 Auto-property initialization feature. Instead of initializing properties through a class constructor, C# 6.0 allows property initialization when declared inline.
In this lecture, We will examine the new C# 6.0 null conditional operator syntax.
In this lecture, We will examine the new C# 6.0 feature associated with implementing asynchronous tasks in our try\catch\finally block. Before C# 6.0, we could not implement await tasks in our try\catch blocks. Now we can!!
In this lecture, We will examine the new C# 6.0 features of Expression bodied methods and properties. We can now implement lambda expressions within our properties and methods in C#.
In this lecture, I will summarize the learning objectives for this section. We created an Empty ASP.NET Core Web Application and built all of the client side and server dependencies from the ground up. We delved into C# & demoed some of the great new features of C# 6.0.
In this lecture, I will explain the learning objectives for this section. In this section, We will examine all of the great features of MVC & the new features of MVC 6. We will configure MVC in our project and implement all of the functionality of MVC in our ASP.NET Core Web Application.
In this lecture, We will examine MVC concepts in ASP.NET Core. This lecture will lead into the next set of lectures associated with different MVC & MVC 6 Components.
In this lecture, We will configure,setup & review the Model View Controller folder structure in our ASP.NET Core Web Application. We examine how MVC is implemented through Dependency Injection via the Startup.cs file.
In this lecture, We will examine conventional routing in MVC by implementing a private method in our Startup.cs file. We will also examine the built in method associated with the IApplicationBuilder interface for default routing.
In this lecture, We will examine attribute based routing in MVC by implementing route attributes on our HomeController.cs file. We will also examine attribute routing on the different methods of our HomeController.
In this lecture, We will examine the different Action Result return types in our MVC HomeController.cs file. We will demonstrate the ContentResult, ObjectResult & JsonResult Action Result return in our MVC HomeController.cs file Controller Method.
In this lecture, We will render and create a view associated with a method on our Home Controller. We will pass model data to our view from our FirstView Method & bind the data related to the properties of the MyData.cs file.
In this lecture, We will render model data to a view associated with a method on our Home Controller. We will pass List model data associated with an IEnumerable Type to our view from our FirstView Method & bind the data related to the properties of the MyData.cs file.
In this lecture, We will examine MVC Model concepts in ASP.NET Core. This lecture will lead into the next set of lectures associated with Models,ViewModels & more.
In this lecture, We will examine MVC ViewModels in ASP.NET Core. We will demonstrate how to loop through Model data associated with a ViewModel Property IEnumerable Type.
In this lecture, We will examine MVC Data Annotations in ASP.NET Core MVC. We will demonstrate how data annotations enforce model validation. We will build a LoginViewModel Class associated with our validation model.
In this lecture, We will examine in Dependency Injection in ASP.NET Core. We will demonstrate how to inject services in our Startup.cs file configureservices method. We will examine the different Service Lifetimes & Registration Options.
In this lecture, We will examine MVC View concepts in ASP.NET Core. This lecture will lead into the next set of lectures associated with Layout Views, View Components & more.
In this lecture, We will create our Layout.cshtml file in our ASP.NET Core Web App. We will demonstrate how to create a common layout that is consistent across all of pages and inherit from this layout.
In this lecture, We will create our _ViewStart.cshtml file in our ASP.NET Core Web App. The _ViewStart.cshtml file will render code before each view. You will associate your main layout view path for your project in the _ViewStart.cshtml file.
In this lecture, We will create our _ViewImports.cshtml file in our ASP.NET Core Web App. The _ViewImports.cshtml file allows you to incorporate & utilize namespaces for each of your views in one place of your application.
In this lecture, We will examine Taghelpers in our ASP.NET Core Web App. We will compare HTML Helpers to the new ASP.NET Core MVC Taghelpers.
In this lecture we will discuss how to update from ASP.NET Core RC2 to ASP.NET Core 1.0. This is latest version of .NET Core. In future lectures we will compare our RC2 App to our new .Net Core 1.0 App.
In this lecture we will discuss the differences between ASP.NET Core RC2 to ASP.NET Core 1.0. In this lecture, we will compare our RC2 App to our new .Net Core 1.0 App.
In this lecture, We will examine partial views in our ASP.NET Core Web App. A partial view is a view that is rendered within another view. Partial views are an effective way of breaking up large views into smaller components.
In this lecture, We will examine View Components in our ASP.NET Core Web App. View components are similar to partial views, but they are much more powerful. View components don’t use model binding, and only depend on the data you provide when calling into it
In this lecture, we will build our login layout for our course app. I will separate the demo app from our course app project. The demo app will contain all of the source code for the lecture demos and the course app will contain source code from our Build our app lectures.
In this lecture, we will build our logged in layout for our course app. I will separate the demo app from our course app project. The demo app will contain all of the source code for the lecture demos and the course app will contain source code from our Build our app lectures.
In this lecture, we will build our login form for our course app. Our Login Form will reside in a View Component & it will utilize a view model class for its properties and data types. We will build our view to incorporate the new razor tag syntax.
In this lecture, we will demonstrate a form redirect to our login page if our model state is valid from our view component. I will demonstrate client side validation for our form utilizing the new MVC 6 Tag Helpers.
In this lecture, I will summarize the learning objectives for this section. We examined all of the features of MVC & MVC 6. We also migrated our RC2 app to the newest version of .NET Core.
In this lecture, I will explain the learning objectives for this section. In this section, We will examine all of the great features of Entity Framework Core & build our DB Context on Mac OSX & Windows. We will configure our context on Windows utilizing SQL Server & Mac OSX, we will use SQlite.
In this lecture, We will examine Entity Framework Core concepts in ASP.NET Core. This lecture will lead into the next set of lectures associated with implementing our Database Context with our course section app and project app.
In this lecture, We will install the Entity Framework Core Sql Server & Command Tooling Packages in our Project.Json file.
In this lecture, We will inject our DBContext into our ConfigureServices method into our Startup.cs file. This how we will implement Dependency Injection for our Database Context.
In this lecture, We will create our class entities related to our person and address class files. In the next lectures, we will create our dbcontext and seed data associated with our migration process.
In this lecture, We will create our DbContext associated with our person and address entity class files. We will also inject our DbContext class type in our Configure Services Method of our Startup.cs file.
In this lecture, We will create our first EF Migration associated with our DbContext in Visual Studio 2015. We will also seed data to our localdb via seed class we create in our project.
In this lecture, We will examine all of the different EF Core Commands via the .NET Core CLI. We will create a migration via Windows PowerShell.
In this lecture, We will examine all of the different EF Core Include & Exclude Types, Data Annotations & Fluent Api call on the override Model Creating Method of our DbContext.
In this lecture, We will examine Single & Composite Keys in EF Core. We will examine how to implement keys via Data Annotations & a Fluent Api call on the override Model Creating Method of our DbContext.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.