Beginning .NET Core MVC, Razor, API, Blazor, Azure, Identity
Beginning .NET Core MVC, Razor, API, Blazor, Azure, Identity, available at $59.99, has an average rating of 4.7, with 115 lectures, based on 72 reviews, and has 557 subscribers.
You will learn about Create ASP .NET Core MVC Project with .Net Core Identity Create ASP .NET Core Web API with .Net Core Identity Consume ASP .NET Core Web API with .Net Core Identity Create ASP .NET Core Blazor Project with .Net Core Identity Create ASP .NET Core Razor Pages Project with .Net Core Identity Create Azure Database Implement .NET Core Identity to Azure Database Deploy ASP .NET Core Project to Azure Implement SQL Stored Procedures with C# code Implement SQL Statements with C# Code Implement Http Client Object with C# Code Implement SqlClient Object with C# Code Install Existing Database to Local Server Implement Repository Pattern This course is ideal for individuals who are Beginner to Intermediate Web Developers or Students who want to get a basic overview of ASP .NET Core Technologies or Students who want to compare different ASP .NET Core project types or Developers who want to move from other Web Development platforms to ASP .NET Core It is particularly useful for Beginner to Intermediate Web Developers or Students who want to get a basic overview of ASP .NET Core Technologies or Students who want to compare different ASP .NET Core project types or Developers who want to move from other Web Development platforms to ASP .NET Core.
Enroll now: Beginning .NET Core MVC, Razor, API, Blazor, Azure, Identity
Summary
Title: Beginning .NET Core MVC, Razor, API, Blazor, Azure, Identity
Price: $59.99
Average Rating: 4.7
Number of Lectures: 115
Number of Published Lectures: 115
Number of Curriculum Items: 115
Number of Published Curriculum Objects: 115
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Create ASP .NET Core MVC Project with .Net Core Identity
- Create ASP .NET Core Web API with .Net Core Identity
- Consume ASP .NET Core Web API with .Net Core Identity
- Create ASP .NET Core Blazor Project with .Net Core Identity
- Create ASP .NET Core Razor Pages Project with .Net Core Identity
- Create Azure Database
- Implement .NET Core Identity to Azure Database
- Deploy ASP .NET Core Project to Azure
- Implement SQL Stored Procedures with C# code
- Implement SQL Statements with C# Code
- Implement Http Client Object with C# Code
- Implement SqlClient Object with C# Code
- Install Existing Database to Local Server
- Implement Repository Pattern
Who Should Attend
- Beginner to Intermediate Web Developers
- Students who want to get a basic overview of ASP .NET Core Technologies
- Students who want to compare different ASP .NET Core project types
- Developers who want to move from other Web Development platforms to ASP .NET Core
Target Audiences
- Beginner to Intermediate Web Developers
- Students who want to get a basic overview of ASP .NET Core Technologies
- Students who want to compare different ASP .NET Core project types
- Developers who want to move from other Web Development platforms to ASP .NET Core
Welcome to my course Beginning .NET Core MVC, Razor, API, Blazor, Azure, Identity.
As the title of the course suggests, this is a course for beginners who want to start Web Development with ASP.NET CORE.
But .NET Core Framework is a vast and complex environment with many different technologies. The goal of this course is to get you started with several of those technologies.
Throughout the course we will create a simple Database driven project using several different ASP.NET Core technologies. We’ll use MVC Pattern, Web API and API Client that will consume the API, then Razor Pages, Blazor, and also Azure. Each project will use Entity Framework Core for database access. We will use local server installed with Visual Studio, however, in the last project we will also create and deploy Azure SQL Database, as well as the web app we created. Throughout the course, we’ll be using the well-known NorthWind Database. I will show you how to install it on your local server, and later on Azure.
The structure of this course is different than what you may be familiar with. We will create the exact same project with each of the technology. That’s because the goal of this course isn’t to integrate all the technologies into one project, but to give you a good overview of the strengths and weaknesses of each approach. And that is best done by creating the same project with each individual technology because that allows you to compare how each of the technologies works side by side.
But wouldn’t creating the same project over and over be quite a boring experience? I promise it won’t be. Even though the project remains the same for each technology, I packed each implementation with different ways of doing things. For example, we’ll be using different approach to CRUD operations. In one project we’ll use LINQ queries, in another we’ll use SQL statements, we’ll also use SQL Stored Procedures, and also SQL Client Object Model. We’ll also implement Repository pattern, and add .Net Core Identity to each implementation. We will use Local Server, but also Azure SQL Database. And of course, each technology and requires different approach with different structure for the whole application. So no, it won’t be boring, quite the opposite!
So why to take my course? You see, a typical ASP.Net Core course shows you lots of different concepts by building a single big project. You start with empty template and several hours later you have a finished project with lot of advanced concepts, and technologies. And for some students, this works fine. But a typical beginner usually gets lost half way as the sheer amount of concepts and technologies presented in such course is way too everywhelming. You find yourself mindlessly coding along the instructor, only to realize at the end, that you don’t remember any of the concepts presented at the earlier lessons.
Like I said, the structure of my course is very different. My goal is to not only present the concepts, but also re-enforce them throughout the course. This course is all about .Net Core technologies. This way we can truly concentrate on mastering the ASP.Net Core framework and concepts. So by the end of the course, not only you will remember all the essential knowledge and skills, but you will also understand and remember the more advanced ones as they are introduced slowly, thoughtfully, and in step-by step way.
So get excited to learn a lot of new material and dive into the world of .Net Core. The course makes the learning easy with the mix of introduction of new material, and practical coding! Every step is explained every time to make each project easy to follow.
See you in the course!
Let’s code!
Course Curriculum
Chapter 1: Introduction
Lecture 1: About This Course
Lecture 2: Workflow and Source Code
Chapter 2: Setting Up Northwind Database
Lecture 1: Installing Northwind Database
Lecture 2: Scaffolding from Existing Database
Chapter 3: ASP.NET CORE MVC Project – Employee Manager
Lecture 1: Creating Project
Lecture 2: Installing NuGet Packages
Lecture 3: Adding Employee Model
Lecture 4: Adding DbContext
Lecture 5: Adding Connection String
Lecture 6: Creating Employee Manager Controller
Lecture 7: Creating List View
Lecture 8: Creating Insert Action
Lecture 9: Creating Update Action
Lecture 10: Creating Delete Action
Lecture 11: Modifying List View
Lecture 12: Creating Insert View
Lecture 13: Creating Update View
Lecture 14: Creating Delete View
Lecture 15: Adding ASP.NET Core Identity
Lecture 16: Configuring ASP.NET Core Identity
Lecture 17: Adding Identity Tables to Northwind Database
Lecture 18: Creating Sign In User Model
Lecture 19: Creating Register User Model
Lecture 20: Crating Security Controller
Lecture 21: Creating Register Action
Lecture 22: Creating Sign In Action
Lecture 23: Creating Sign Out Action
Lecture 24: Adding Authorization
Lecture 25: Creating Registration View
Lecture 26: Creating Sign In View
Lecture 27: Adding Sign Out Option
Lecture 28: Testing
Chapter 4: ASP.NET CORE Razor Pages Project – Employee Manager
Lecture 1: Creating Project
Lecture 2: Installing NuGet Packages
Lecture 3: Configuring Services for Razor Pages
Lecture 4: Adding Partial Views
Lecture 5: Creating List Code Behind
Lecture 6: Creating List View
Lecture 7: Creating Insert Code Behind 1
Lecture 8: Creating Insert Code Behind 2
Lecture 9: Creating Insert View
Lecture 10: Creating Update Code Behind
Lecture 11: Creating Update View
Lecture 12: Creating Delete Code Behind
Lecture 13: Creating Delete View
Lecture 14: Creating Error Page
Lecture 15: Creating Sign Out Page
Lecture 16: Creating Sign In Code Behind
Lecture 17: Creating Sign In View
Lecture 18: Creating Register Code Behind
Lecture 19: Creating Register View
Chapter 5: Creating ASP.NET Core Web API Project with ASP.NET Core Identity
Lecture 1: API – Creating Project
Lecture 2: API – Installing Packages
Lecture 3: API – Configuring Services
Lecture 4: API – Creating Interface
Lecture 5: API – Implementing Interface
Lecture 6: API – Implementing Select All Method
Lecture 7: API – Implementing Select By ID Method
Lecture 8: API – Implementing Delete Method
Lecture 9: API – Implementing Insert Method
Lecture 10: API – Implementing Update Method
Lecture 11: API – Creating Controller
Lecture 12: API – Creating Controller Tasks
Lecture 13: API – Testing and Fixing Bugs
Lecture 14: API Client – Creating Project
Lecture 15: API Client – Setting Up Project
Lecture 16: API Client – Creating App Settings
Lecture 17: API Client – Adding Http Client
Lecture 18: API Client – Creating Constructor with Http Client
Lecture 19: API Client – Creating Countries Drop Down Task
Lecture 20: API Client – Creating List Task
Lecture 21: API Client – Creating Insert Task
Lecture 22: API Client – Creating Update Task
Lecture 23: API Client – Creating Delete Task
Lecture 24: API Client – Testing
Lecture 25: OPTIONAL – Creating SQL Stored Procedures 1
Lecture 26: OPTIONAL – Creating SQL Stored Procedures 2
Lecture 27: OPTIONAL – Implementing SQL Stored Procedures 1
Lecture 28: OPTIONAL – Implementing SQL Stored Procedures 2
Lecture 29: OPTIONAL – Testing
Chapter 6: Creating ASP.NET Core Blazor Project with ASP.NET Core Identity
Lecture 1: Creating Project
Lecture 2: Creating Repository
Lecture 3: Implementing Repository
Lecture 4: Setting Up Packages and Services
Lecture 5: Setting Up List Component Directives
Lecture 6: Coding List Component
Lecture 7: View List Component
Lecture 8: Bug Fix For Insert Component
Lecture 9: Coding Insert Component
Lecture 10: View Insert Component
Lecture 11: Coding Update Component
Lecture 12: View Update Component
Lecture 13: Coding Delete Component
Lecture 14: View Delete Component
Instructors
-
Pavol Almasi
Computer Programmer at Berkshire Hathaway Company
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 0 votes
- 3 stars: 5 votes
- 4 stars: 26 votes
- 5 stars: 39 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 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024
- Top 10 Blockchain Development Courses to Learn in December 2024
- Top 10 Unity Game Development Courses to Learn in December 2024
- Top 10 Artificial Intelligence Courses to Learn in December 2024
- Top 10 Flutter Development Courses to Learn in December 2024
- Top 10 Docker Kubernetes Courses to Learn in December 2024
- Top 10 Business Analytics Courses to Learn in December 2024
- Top 10 Excel Vba Courses to Learn in December 2024
- Top 10 Devops Courses to Learn in December 2024