Showing posts with label ASP.NET Core. Show all posts
Showing posts with label ASP.NET Core. Show all posts

Asp.Net Core 7 (.NET 7) | True Ultimate Guide

Asp.Net Core 7 (.NET 7) | True Ultimate Guide

 Asp.Net Core 7 (.NET 7) | True Ultimate Guide, NET Core 6 & 7 | ASP.NET Core 7 | Asp.Net Core Projects | Bootcamp | Advanced | Interview Questions | Web API | MVC


What you'll learn

  • Confidently speak about most of the basic, intermediate and advanced concepts of Asp .Net Core
  • Crack Asp .Net Core job interviews easier
  • Strong Foundation of MVC Architecture Pattern and root level concepts of Asp .Net Core
  • Add two profile projects to your profile and increase chances of getting a better job
  • Learn professional developer best practices
  • Become equivalent to Senior-level Asp .Net Core developer with Repository Pattern, SOLID Principles, Clean Architecture, Serilog
  • Get Instructor-Support to your questions within 24 hours; max 48 hours


Preview This Course - GET COUPON CODE


Asp.Net MVC 5 - Ultimate Guide - Indepth & Sample Project

complete-aspnet-mvc-5-and-aspnet-core-mvc-course-indepth
Asp.Net MVC 5 - Ultimate Guide - Indepth & Sample Project, Asp.Net Mvc, Asp.Net Core Mvc, Repository Pattern, Web Api, Asp.Net Identity, Entity Framework

  • Created by Harsha Vardhan
  • Last updated 3/2019
  •  English
  •  English [Auto-generated]
  • 17.5 hours on-demand video
  • 99 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
  • Certificate of Completion

What you'll learn

  • Understand the benefits of using of MVC Architecture and ASP .NET MVC
  • Develop a sample project with best practices in MVC
  • Working with Razor view engine, code like Pro
  • Build real world applications using Asp .Net Mvc from scratch
  • Connect to SQL Server Database using Entity Framework
  • Interact with server using AJAX and build RESTful Services using Web API
  • Create N-Tier architecture with MVC
  • Creating Models, Views and Controllers

Preview This Course - GET COUPON CODE

More Courses by Harsha Vardhan

Complete Angular 8 - Ultimate Guide - with Real World App
Angular 2, Angular 7, Angular 8, Dashboard, REST API, JWT Authentication, Live Projects, Asp.Net Core, Durgasoft

Web Development (HTML / CSS / JavaScript / jQuery) - indepth
UI Technologies: HTML 4, HTML 5, CSS 2, CSS 3, JavaScript, Advanced JavaScript, jQuery

Bootstrap Real-time Project in Just 3 hr - From Scratch
Bootstrap 4, Sample Live Project, UI Development, Web Development, UX Design, Prototype - based Development

RESTful API with ASP.NET Core Web API - Create and Consume

RESTful API with ASP.NET Core Web API - Create and Consume
RESTful API with ASP.NET Core Web API - Create and Consume, Build RESTful API with Authentication and learn how to consume them in ASP.NET Core in a real world application.
Created by Bhrugen Patel
English
English [Auto-generated]



PREVIEW THIS COURSE - GET COUPON CODE

Description
This is a Beginner to Intermediate level course on ASP.NET Core Web API that will take you from the basics of building API to consuming them. This course is for anyone who is new to RESTful Web API's in ASP.NET Core or who is familiar with ASP.NET and wants to learn how to consume them effectively in an ASP.NET Core Web application.

By the end of this course, you will be able to build a RESTful web service with Web API by yourself, make GET, POST, PUT and DELETE HTTP Requests with a well-built repository pattern in ASP.NET Core Project. You will also get a sneak peek at Entity Framework Code First migrations and learn how to save your data persistently in a database.

We will cover authentication and authorization in Web API as well as consume them in a real-world project.

What are the requirements?

3-6 months knowledge of ASP.NET Core.

Visual Studio 2019

SQL Server Management Studio

.NET Core 3.1

What am I going to get from this course?

Learn basic fundamentals of ASP NET Core web API

Build RESTful API's in ASP.NET Core 3.1

Learn how to document an API using swagger and swashbuckle.

Versioning in an API.

Implement Repository Pattern in API to the database using EF.

Authentication and Authorization in ASP.NET Core API's.

Integrate Entity Framework along with code first migrations

Learn how to consume API using HTTPClient in the Repository Pattern.

All source codes and exercise solutions of this course are also available on Github and you can find details in the lecture "PROJECT RESOURCES", of course.

More Courses by Bhrugen Patel

Build real world application using ASP.NET Core using EF Core, payments, repository pattern and ASP.NET Core Identity

Master ASP.NET MVC Core 3.1
Master ASP.NET MVC Core with hands on experience on real world website. A step by step course to learn ASP.NET Core MVC

Advanced ASP.NET Core 3.1 MVC
Real world MVC application using Repository Pattern, N-Tier Architecture, API's, EF Core and ASP.NET MVC Core 3.0

Step-By-Step: Create Web API Using ASP.Net Core

creating-net-core-api
Step-By-Step: Create Web API Using ASP.Net Core, Project-based Learnning: How to build database driven CRUD API with ASP .NET Core 2.2 MVC and Entity Framework Core
  • Created by Pavol Almasi
  •  English
  • 9.5 hours on-demand video
  • 20 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

What you'll learn
  • Creation of CRUD API in Asp .Net Core 2.2
  • .Net Core Services
  • Data Transfer Objects (DTO)
  • Use of DbContext for 1-to-many and many-to-many relationship
  • Understanding of Dependency Injection
  • Understanding of the use of Interfaces in C# and .Net Core

Preview This Course - GET COUPON CODE

.NET Core 3.1 Web API & Entity Framework Core Jumpstart

.NET Core 3.1 Web API & Entity Framework Core Jumpstart
.NET Core 3.1 Web API & Entity Framework Core Jumpstart, Build the back-end of a .NET Core 3.1 web application with Web API, Entity Framework Core & SQL Server in no time!
Created by
Patrick God
English
English [Auto]



PREVIEW THIS COURSE - GET COUPON CODE

Description
The .NET Core framework is getting better and better and more important in the web development world nowadays.
Almost every request I get for new web development projects is asking for knowledge in .NET Core, including Web API and Entity Framework Core.
So, knowing the fundamentals of back end web development with .NET Core can be highly beneficial to your career. And that’s where this course comes in.
In a short period of time, you will learn how to set up a Web API, make restful calls to this Web API and also save data persistently with Entity Framework Core, Code-First Migration, a SQL Server database and all three types of relationships in this database.
We will get right to the point, you will see every single step of writing the necessary code and by the end of this course, you will have what it takes to say ‘yes’ to all the .NET Core project requests from any recruiter.
The only tools you need in the beginning are Visual Studio Code and Postman - both are available for free.
We will use Visual Studio Code for our implementations and Postman to make calls to the Web API. Both tools are available for Windows, Mac OS, and Linux. And since .NET Core is cross-platform, you can follow this course on any of these operating systems. (I know, Microsoft and cross-platform, it still surprises me, too.)
Later, we will also utilize SQL Server Express and the SQL Server Management Studio to manage our database. These are also available for free.
The back end application we’re going to build is a small text-based role-playing game where different users can register (we’re going to use JSON web tokens for authentication) and create their own characters like a mage or a knight, add some skills and a weapon, and also let the characters fight against each other to see who is the best of them all.

What You Will Learn
Introduction
Create your first Web API call in less than 10 minutes
Initialize a Git repository for your source control
Web API Core
The Model-View-Controller (MVC) pattern
Create models and controllers
Attribute routing (with parameters)
The HTTP request methods GET, POST, PUT & DELETE
Best practices for your Web API like a ServiceResponse class and Data-Transfer-Objects (DTOs)
Map your models with AutoMapper
Entity Framework Core
Object-Relational-Mapping
Code-First Migration
SQL Server Express
How to use a DataContext and a proper ConnectionString
All previous HTTP requests with Entity Framework Core to save your data in a SQL Server database
Authentication
Token Authentication with JSON Web Tokens
Claims
Secure controllers with the Authorize attribute
Add roles to the users
Advanced Relationships with Entity Framework Core
One-to-one relationships
One-to-many relationships
Many-to-many relationships
Include entities with Entity Framework Core
Get the proper relations between entities
More Than Just CRUD
Start automatic fights
Filter and order RPG characters by their highscore

Your Instructor
My name is Patrick and I will be your instructor for this course. I’m a web developer for over a decade now, I have worked for big corporations and small teams, as an employee and a contractor and I just love to see the way Microsoft is going with .NET Core and how important it gets day by day.
To this date, I was able to run five courses on web development here on Udemy about ASP.NET, single-page applications, and Angular, with a total of over 45.000 unique students and about 4.000 reviews.
If you have any questions, feel free to connect.

And if you still have any doubts, you have a 30-day money-back guarantee, no questions asked.
So, I hope you’re ready for your new skills and your new projects! ;)
I’m looking forward to seeing you in the course!

Course image: practicuum/Shutterstock

More Courses by Patrick God

.NET 5 Web API & Entity Framework Crash Course
Build your RESTful web service with .NET 5 Web API from the ground up and use Entity Framework to create your database.

Single-Page Application with ASP.NET & jQuery Hands-On
Learn how to build a single-page application from start to finish with ASP.NET Web API 2, Entity Framework and jQuery

Angular 8 Real World WebApp Development w/ Node.js & MariaDB
Build a real world web app by creating your own SEO-friendly blog with Angular Universal, Node.js, Sequelize & MariaDB.

Build a Real-world App with ASP.NET Core and Angular 2 (4+)

aspnet-core-angular
Udemy - Build a Real-world App with ASP.NET Core and Angular 2 (4+), Build a full-stack web app with ASP.NET Core, Entity Framework Core and Angular 2 (Angular 4+)
  • Created by Mosh Hamedani
  • English [Auto-generated], Italian [Auto-generated], 4 more
  • 10.5 hours on-demand video
  • 15 articles
  • 18 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
Preview This Course - GET COUPON CODE

What you'll learn
  • Build real-world applications with ASP.NET Core and Angular 2
  • Integrate ASP.NET MVC / Core with Angular 2
  • Implement a clean and decoupled architecture
  • Understand and apply the Dependency Inversion Principle (DIP)
  • Properly implement the repository and unit of work patterns
  • Use the new dependency injection feature in ASP.NET Core
  • Troubleshoot common runtime errors
  • Build APIs with ASP.NET Core
  • Test APIs using PostMan
  • Use AutoMapper
  • Store and retrieve data using Entity Framework Core (Code-first approach)
  • Implement CRUD operations (including one-to-many and many-to-many relationships)
  • Implement filtering, sorting and pagination
  • Handle and log errors
  • Display toast notifications
  • Implement photo upload with progress bar
  • Add authentication and authorization using Auth0 and JWTs
  • Write clean, maintainable and reliable code
  • Refactor bad code into good code
  • Better understand software development lifecycle


Building RESTful Web APIs with ASP.NET Core 3.1

Building RESTful Web APIs with ASP.NET Core 3.1
Building RESTful Web APIs with ASP.NET Core 3.1, Learn how to build and deploy an ASP.NET Core Web API!
HOT & NEW
Created by Felipe Gavilán
English
English [Auto-generated]



PREVIEW THIS COURSE - GET COUPON CODE

Description
Learn how to develop Web APIs with ASP.NET Core from scratch with this incredible course.

We are going to see the entire life cycle of developing a Web API, from creating the solution, developing the endpoints, working on the manipulation of resources, doing automatic testing, and deployment to Azure.

Also, learn how to use Azure DevOps to configure a Continuous Integration and Continuous Delivery pipeline to be able to publish your projects from their source code in Github, Bitbucket, or any other GIT repository provider.

More Courses by Felipe Gavilán

Create interactive web applications with C#

¡Aprende a construir y publicar cualquier Web API que te propongas!

Complete guide to building an app with .Net Core and React

Complete guide to building an app with .Net Core and React
Complete guide to building an app with .Net Core and React, The complete guide to building an app from start to finish using ASP.NET Core, React (with Typescript) and Mobx
BESTSELLER
Created by Neil Cummings
English
English [Auto-generated], French [Auto-generated]




PREVIEW THIS COURSE - GET COUPON CODE

Description
***Course has now been updated for .Net Core 3.0***

Have you learnt the basics of ASP.NET Core and React? Not sure where to go next? This course should be able to help with that. In this course we learn how to build a multi-project ASP.NET Core solution that is built using Clean Architecture and the CQRS and Mediator pattern that makes our code easy to understand, reason about and extend.

Both ASP.NET Core and React are hot topics and this course will enhance your knowledge of both, simply by building an application from start to finish. In each module we learn something new, whilst incrementally adding features to the application. Building an application is significantly more rewarding than building yet another Todo List from the documentation!

Every line of code is demonstrated and explained and by the end of this course you will have the skills and knowledge to build your own application using the techniques taught in this course.

Here are some of the things you will learn about in this course:

Setting up the developer environment

Creating a multi-project solution using the the ASP.NET Core WebAPI and the React app using the DotNet CLI and the create-react-app utility.

Clean Architecture and the CQRS + Mediator pattern

Setting up and configuring ASP.NET Core identity for authentication

Using React with Typescript

Adding a Client side login and register function to our React application

Using React Router

Using AutoMapper in ASP.NET Core

Building a great looking UI using Semantic UI

Adding Photo Upload widget and creating user profile pages

Using React Final Form to create re-usable form inputs with validation

Paging, Sorting and Filtering

Using SignalR to enable real time web communication to a chat feature in our app

Publishing the application to both IIS and Linux

Getting an ‘A’ rating for security from a well known security scanning site.

Many more things as well

Tools you need for this course

In this course all the lessons are demonstrated using Visual Studio Code, a free (and fantastic) cross platform code editor. You can of course use any code editor you like and any Operating system you like... as long as it's Windows, Linux or Mac

Is this course for you?

This course is very practical, about 90%+ of the lessons will involve you coding along with me on this project. If you are the type of person who gets the most out of learning by doing, then this course is definitely for you.

On this course we will build an example social network application that allows users to sign up to events (similar to MeetUp or Facebook), completely from scratch. All we start with is an empty terminal window or command prompt.

All you will need to get started is a computer with your favourite operating system, and a passion for learning how to build an application using ASP.NET Core and React

More Courses by Neil Cummings

A practical example of how to build an application with ASP.NET Core WebAPI (v2.2) and Angular (v8) from start to finish

Build a proof of concept e-commerce store using Angular, .Net Core and Stripe for payment processing

Create ASP.Net Core Web API (step by step for beginners)

Create ASP.Net Core Web API (step by step for beginners)
Create ASP.Net Core Web API (step by step for beginners), Build database driven CRUD API with C#, ASP .NET Core 2.2 MVC and Entity Framework Core. Project based learning
Created by
Pavol Almasi
English
English





PREVIEW THIS COURSE - GET COUPON CODE

rs)
Rating: 4.4 out of 1
4.4
 (292)
2,824 students
Current priceRp280,000

Buy now
Development
Web Development
ASP.NET Core


Preview this course
Create ASP.Net Core Web API (step by step for beginners)
Build database driven CRUD API with C#, ASP .NET Core 2.2 MVC and Entity Framework Core. Project based learning
Rating: 4.4 out of 5
4.4
 (292 ratings)
2,823 students
Created by
Pavol Almasi
Last updated 8/2020
English
English
Current priceRp280,000
Add to cart
30-Day Money-Back Guarantee

Wishlist

Share
Gift this course

Apply Coupon
What you'll learn

Creation of CRUD API in Asp .Net Core 2.2
.Net Core Services
Data Transfer Objects (DTO)
Use of DbContext for 1-to-many and many-to-many relationship
Understanding of Dependency Injection
Understanding of the use of Interfaces in C# and .Net Core
Course content
23 sections • 126 lectures • 9h 41m total length

Expand all sections
Introduction
3 lectures • 19min

Introduction
Preview02:55

Demonstration of the Final API
Preview13:57
Source Code, Help, Discounts, and Misc
01:57
Preparing the .Net Core Services, Models, and Database
21 lectures • 1hr 26min
Creating API's - Before we start
2 lectures • 10min
Creating Countries HttpGet API
10 lectures • 53min
Creating Categories HttpGet API
7 lectures • 36min
Finishing DTO and Interfaces for Reviews, Reviewers, Authors, and Books
7 lectures • 20min
Finishing Country and Category Interface Implementation
2 lectures • 11min
Creating Reviewer HttpGet API
6 lectures • 36min
Creating Review HttpGet API
6 lectures • 28min
Creating Author HttpGet API
6 lectures • 27min

13 more sections
Requirements

Course uses .Net Core 2.2 (it is recommended you use the same version)
4-6 months of programming in C# is recommended
Basics of C# OOP programming, understanding Collections and Interfaces
Have time to dedicate to following along and doing practice homework assignments
The course uses Visual Studio 2017
Description
UDATE:  The auto generated captions were removed and replaced with real manually written captions for ALL lessons so following the course is now even easier than before!
Welcome to Creating CRUD API in Asp .Net Core and Entity Framework Core.
As the title of the course suggests, we will be creating an API that will handle Creating, Reading, Updating and Deleting records from a database with the help of .Net Core and Entity Framework.
This course is all about CRUD operations. Step by step, we will set up a complete API to handle each of the operations in a multi-table database. For the next several hours, we will dedicate our time to interfaces, dependency injection, 1 to many and many to many database relationships, .Net Core Services, Models, Data Transfer Objects, Controllers and Actions, and of course, C# language. But don’t let any of that scare you. Quite the opposite.
Get excited to learn a ton of new material and dive into the new world of .Net core. The course makes the learning easy with the mix of slow introduction of new material, repetition, and lot of practice! Every line of code is coded on camera, there are no mysteriously appearing blocks of code. Every step is explained every time, not just the first time you are introduced to it. And you will have a chance to practice what you learned in homework assignments.
Let’s go over few details. First, let’s discus what this course IS

Introduction to creating CRUD API using Asp .net Core and Entity Framework.
We go over complete creation of CRUD API
I introduce new concepts as they are needed in regards to progression of the project
This is a “follow along” and “practice what you learned” course
No code is skipped over.

What this course is NOT:
Complete or Deep Dive course
Learn C# or .net core course
Theory with explanation and code snippets
Ready to Deploy Real World project

1. API are a huge subject, and so is net core and so is Entity Framework. In this course we will create a CRUD Web API in .Net Core 2.2. Nothing more, nothing less. Do not expect a dive into security, database optimization, asynchronous processing or anything else. Just CRUD. Pure and simple. We will work only with C# language inside .net core. So do not expect any javascript or fancy javascript framework or library. There is none in this course. But don’t expect to use this course as a “Learn C# course”. It is not that. I’m sure you will pick up some new syntax and C# tricks, but you do need some C# skills prior to taking this course. The project we use is a great starting point as it introduces several of the essential techniques and concepts, including often neglected CRUD operations on database tables with many-to-many relationships, this certainly isn’t a deploy-ready project.
2. Remember, this is a course, and a practical tutorial. There are lot of courses that will show you the way into one topic and then quickly move on to another topic. This is not one of those courses! My goal is to lead you step by step, all the way, through the new territory inside .Net core and introduce you to new concepts and topics and help you learn them. And equally important is to then help you understand and retain what you learned through practice and repetition. If you prefer to be shown something once and then jump to another topic, then this course is NOT for you. If, on the other hand, you learn by combining explanation, coding along, and practicing the concepts while still having the option to see the instructor coding the whole solution, then this course is definitely for you!
3. Did this ever happen to you? You took a course, and you just loved it! Everything was clearly explained, and you had lots of aha moments. Then the course ended…and suddenly, you felt lost. You felt like you learned so much while taking the course, yet could barely remember anything once it ended. Even when you revisited the source code supplied by the instructor, it just didn’t even seem familiar. Suddenly you felt like you didn’t learn anything. All the concepts that seemed so clear during the course felt totally foreign when you were on your own. In my experience, this is often the case when you simply take a course that starts exactly where your current skills are, but moves past the threshold of skills you are ready for. Like trying to go from crawling straight to sprinting. In this course, we go step by step, introducing new concepts slowly and only after you had a chance to practice what you learned.
4. is this course for you? What skills should you have before taking it? If you are a programmer with decent understanding of OOP principles and C#, than you have the all the skills needed to benefit from this course. There are no prerequisites for .net core, or entity framework or how to create an API. Since you are interested in this course, I assume you heard of these things and perhaps played around a little too. That’s all that is needed to take this course.
Well, let's code!

More Courses by Pavol Almasi

Master ASP.NET Core 3.1 MVC - Beginner to Advanced
Build multiple Beginner to Advanced level projects and master the essential skills for ASP.Net Core MVC

Create E-shop with .Net Core 3.0 MVC (step by step project)
Creating ASP .Net Core 3.0 Database Driven Web E-commerce shop using Entity Framework Core

Complete guide to ASP.NET Core MVC (v3.1)

Complete guide to ASP.NET Core MVC (v3.1)
Complete guide to ASP.NET Core MVC (v3.1), Build real world application using ASP.NET Core using EF Core, payments, repository pattern and ASP.NET Core Identity
Created by Bhrugen Patel
English
English [Auto-generated], Italian [Auto-generated]





PREVIEW THIS COURSE - GET COUPON CODE

Description
This is a Beginner to Advanced level course on ASP.NET Core 3.1 that will take you from basics all the way to advance mode. This course is for anyone who is new to ASP.NET Core 3.1 or who is familiar with ASP.NET and wants to take a first stab at understanding what is different in ASP.NET Core 3.1. From there we would be building multiple projects to understand all concepts in ASP.NET Core 3.1 as we will deploy our final application on Azure as well as IIS.

Throughout this course, we would understand the evolution of ASP.NET Core and then we would take a look at the modified files and folder structure.

We would then take a look at new concepts in ASP.NET Core 3.1

We would build a small Razor application with CRUD operations using Entity framework for integration with the database.

We would build our Bulky Book website where we will learn advanced topics in ASP.NET MVC Core 3.1

Finally, we will deploy our Bulky Book website on Microsoft Azure and IIS.

As Bonus, I will include Braintree Payments and Email Template.



What are the requirements?

3-6 months knowledge of c#

Visual Studio 2017

SQL Server Management Studio



What am I going to get from this course?

Learn the structure of ASP NET MVC Core 3.1 Project

Learn the structure of ASP NET Core 3.1 Razor Project

Learn the fundamentals of ASP NET MVC Core 3.1

Build 2 Projects throughout the course

Integrate Identity Framework and learn how to add more fields to Users

Interact with Razor class library for Identity

Integrate Entity Framework along with code first migrations

Sessions in ASP NET Core 3.1

Custom Tag Helpers in ASP NET Core 3.1

View Components and Partial Views in ASP NET Core

Bootstrap v4

Authentication and Authorization in ASP NET Core 3.1

Google and Facebook Authentication/Login

Role Management in ASP NET Core Identity

SMS and Email notifications

TempData in ASP NET Core 3.1

Stripe and Brain-tree Payment Integrations

Repository Pattern to Access Database

Dapper and Stored Procedure Calls

Seed Database Migrations Automatically

Deploying website on Microsoft Azure and IIS

More Courses by Bhrugen Patel

Build RESTful API with Authentication and learn how to consume them in ASP.NET Core in a real world application.

Advanced ASP.NET Core 3.1 MVC
Real world MVC application using Repository Pattern, N-Tier Architecture, API's, EF Core and ASP.NET MVC Core 3.0

Entity Framework Core - The Complete Guide (.NET Core 5)
Learn Entity Framework Core using Code First Methodology in ASP.NET Core 5 (.NET 5)

Master ASP.NET Core 3.1 Razor Pages

Master ASP.NET Core 3.1 Razor Pages
Master ASP.NET Core 3.1 Razor Pages, Learn the latest buzz around Razor Pages in ASP.NET Core from beginner to advance concepts. Master ASP.NET Core Razor
Created by Bhrugen Patel
English
English [Auto-generated]




PREVIEW THIS COURSE - GET COUPON CODDE

Description
This is a complete course on ASP.NET Core 3.1 using Razor Pages that will take you from basics all the way to advance mode. This course is for anyone who is new to ASP.NET Core 3.1 or who is familiar with ASP.NET MVC and wants to take the first stab at understanding what is different in asp.net core 3.1. From there we would be building multiple projects to understand all concepts in ASP.NET Core 3.1

Are you interested in learning the latest framework Microsoft has introduced? Not just that long with that also use the most recent introduction to their stack? If so then this is the correct course!

 ASP.NET Core and then we would take a look at the modified files and folder structure.

We would build a CRUD Operations application with EF and use Razor Pages for the first project

Finally, we would build an Auto Shop website where admin can enter service records for their customers and customers can view all the service history.

What am I going to get from this course?

Learn the structure of ASP NET Core 3.1 Project

Learn basic security of ASP NET Core 3.1

Build applications using ASP NET Core 3.1 using Razor Pages

Integrate Identity Framework and learn how to add more fields to Users

Integrate Entity Framework along with code first migrations

Authentication and Authorization in ASP.NET Core 3.1

Sessions in ASP.NET Core 3.1

Data Seeding and deployment to Azure

What is the target audience?

Anyone who wants to learn asp.net core 3.1 Razor Pages

Anyone who wants to learn the latest changes with Microsoft newest framework

More Courses by Bhrugen Patel

Build real world application using ASP.NET Core using EF Core, payments, repository pattern and ASP.NET Core Identity

Master ASP.NET MVC Core with hands on experience on real world website. A step by step course to learn ASP.NET Core MVC

RESTful API with ASP.NET Core Web API - Create and Consume
Build RESTful API with Authentication and learn how to consume them in ASP.NET Core in a real world application.

Complete ASP.NET Core 3.1 - Learn by building projects

Complete ASP.NET Core 3.1 - Learn by building projects
Complete ASP.NET Core 3.1 - Learn by building projects, Learn ASP.NET Core 3 with this hands on course. Develop MVC and REST apps using ASP Core and Entity Framework Core
Created by Vojislav Kovacevic
English
English [Auto-generated]



PREVIEW THIS COURSE - GET COUPON CODE

Description
The ONLY course you need to learn ASP.NET Core! (in clear HD 1080p videos)

This course will teach you in a practical way all you need to become an ASP.NET Core developer capable of building both regular MVC websites and REST APIs.

Some of the things you will learn in this course:

Controllers

Models

Views

Partial Views

Razor

Dependency Injection

Entity Framework Core

Areas

Tag Helpers and Custom Tag Helpers

View Components

Custom Validation

Identity and Roles

Code First and Migrations

Sessions

File upload

REST ( both API and client )

Middleware

Filters

Git in Visual Studio

How to use client side libraries

Much more as a whole

NOTE: If the current asking price is too much for you, feel free to message me for a discount!

More Courses by Vojislav Kovacevic

Learn Spring 5 and Spring Boot 2 by building projects. Become productive with Java, Thymeleaf and Spring in 10 hours

ASP.NET Core Identity and Security (SECOND EDITION)

ASP.NET Core Identity and Security (SECOND EDITION)
ASP.NET Core Identity and Security (SECOND EDITION), Develop secure ASP.NET Core 3.x applications and protect them against cyber attacks
Created by Aref K.
English
English [Auto-generated]



PREVIEW THIS COURSE - GET COUPON CODE

Description
Learn important skills for the new identity system for ASP.NET Core. Enhance your application’s security and enable effective protection against malicious attacks.

ASP.NET Core now includes the new identity system, which replaces the legacy membership system in ASP.NET. It is essential that software engineers learn these relevant skills and apply them when developing or updating security for their applications.

In this interactive course, we will cover the following topics:

A hands-on project to learn and practice:

Cookie-based Authentication

Role-based and Claims-based Authorization

Authentication with OAuth e.g. Facebook

Two-Factor authentication (

Token-based Authentication for REST APIs

Web Application Firewall (WAF)

Common Security Attacks



Questions are always welcome from students and can be asked in the Q&A section of the course. I endeavour to respond to these quickly so I can create an engaging learning environment for my students.  

I look forward to seeing you on the course!  

More Courses by Aref K.

Monitoring servers, applications and infrastructure for DevOps and Developers

Use .Net Core 3.x and Amazon Web Services (AWS) to Build Aadvanced Microservices

Mocking Techniques, Test Driven Development (TDD), and Unit Testing Legacy Code with xUnit.NET + Interview Questions

Complete ASP.NET Core 2.1 Course

complete-aspnet-core-21-course
Complete ASP.NET Core 2.1 Course, Master ASP.NET MVC Core 2.1 using Entity Framework Core and deploy the final application on Azure and IIS
  • Created by Bhrugen Patel
  •  English
  •  English [Auto-generated]
  • 9.5 hours on-demand video
  • 1 article
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
What you'll learn
  • Learn structure of ASP NET MVC Core 2.1 Project
  • Learn basic fundamentals of ASP NET MVC Core 2.1
  • Build applications using ASP NET MVC Core 2.1
  • Build 2 Projects throughout the course
  • Integrate Identity Framework and learn how to add more fields to Users
  • Interact with Razor class library for Identity
  • Integrate Entity Framework along with code first migrations
  • Learn advance topics of ASP NET MVC Core 2.1
  • Sessions in ASP NET Core 2.1
  • Custom Tag Helpers in ASP NET Core 2.1
  • View Components and Partial Views in ASP NET Core
  • Bootstrap v4
  • Authentication and Authorization in ASP NET Core 2.1
  • Deploying website on Microsoft Azure and IIS
  • Adding admin user through migration
Preview This Course - GET COUPON CODE

Master ASP.NET Core 2.2 Razor Pages

Master ASP.NET Core 2.2 Razor Pages
Master ASP.NET Core 2.2 Razor Pages, Learn the latest buzz around Razor Pages in ASP.NET Core 2.2 from beginner to advance concepts
  • Created by Bhrugen Patel
  • English
  • English [Auto-generated]

PREVIEW THIS COURSE - GET COUPON CODE

What you'll learn
  • Learn structure of ASP NET Core 2.2 Project with Razor Pages
  • Learn basic fundamentals of ASP NET Core 2.2 Razor Pages
  • Build TWO applications using ASP NET Core 2.2 using Razor Pages
  • Integrate Identity Framework and learn how to add more fields to Users
  • Integrate Entity Framework along with code first migrations
  • Tag Helpers in Core 2.2
  • Cascading Drop down's, Sessions and much more!
  • Requirements
  • 3-6 months knowledge of c#
  • Visual Studio 2017
  • SQL Server Management Studio

Master ASP.NET MVC Core 2.2

master-aspnet-core-mvc
Udemy COUPON CODE
Master ASP.NET MVC Core 2.2, Master ASP.NET MVC Core 2.2 with hands on experience on real world website
  • HIGHEST RATED
  • Created by Bhrugen Patel
  •  English
  •  English [Auto-generated]
  • 16 hours on-demand video
  • 6 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion
Preview This Course - GET COUPON CODE
What you'll learn
  • Learn structure of ASP NET MVC Core 2.2 Project
  • Learn basic fundamentals of ASP NET MVC Core 2.2
  • Build applications using ASP NET MVC Core 2.2
  • Build 2 Projects throughout the course
  • Integrate Identity Framework and learn how to add more fields to Users
  • Interact with Razor class library for Identity
  • Integrate Entity Framework along with code first migrations
  • Learn advance topics of ASP NET MVC Core 2.2
  • Sessions in ASP NET Core 2.2
  • Custom Tag Helpers in ASP NET Core 2.2
  • View Components and Partial Views in ASP NET Core
  • Bootstrap v4
  • Authentication and Authorization in ASP NET Core 2.2
  • Deploying website on Microsoft Azure, IIS and third party hosting
  • Adding admin user through migration

Step-By-Step: Create Web API Using ASP.Net Core - Online Courses Udemy

creating-net-core-api
Online Courses Udemy - Step-By-Step: Create Web API Using ASP.Net Core
Project-based Learnning: How to build database driven CRUD API with ASP .NET Core 2.2 MVC and Entity Framework Core

  • NEW
  • Created by Pavol Almasi
  • Last updated 5/2019
  •  English
  • 9.5 hours on-demand video
  • 20 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

What you'll learn

  • Creation of CRUD API in Asp .Net Core 2.2
  • .Net Core Services
  • Data Transfer Objects (DTO)
  • Use of DbContext for 1-to-many and many-to-many relationship
  • Understanding of Dependency Injection
  • Understanding of the use of Interfaces in C# and .Net Core

Preview This Course - GET COUPON CODE

ASP.NET Core 2.2 Razor Pages - Udemy Online Courses

aspnet-core-razor-pages
Udemy Online Courses - ASP.NET Core 2.2 Razor Pages 
Learn the latest buzz around Razor Pages in ASP.NET Core 2.2 from beginner to advance concepts

  • Created by Bhrugen Patel
  • Last updated 
  •  English
  •  English [Auto-generated]
  • 9 hours on-demand video
  • 1 article
  • 4 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
  • Certificate of Completion

Preview This Course - GET COUPON CODE

What you'll learn

  • Learn structure of ASP NET Core 2.2 Project with Razor Pages
  • Learn basic fundamentals of ASP NET Core 2.2 Razor Pages
  • Build TWO applications using ASP NET Core 2.2 using Razor Pages
  • Integrate Identity Framework and learn how to add more fields to Users
  • Integrate Entity Framework along with code first migrations
  • Tag Helpers in Core 2.2
  • Cascading Drop down's, Sessions and much more!


ASP.NET Core Web Development Bootcamp

aspnet-core-web-development-bootcamp
ASP.NET Core Web Development Bootcamp, learn .net core from front to back

  • Created by Christopher Hawkes
  •  English
  •  English [Auto-generated]
  • 3 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

What you'll learn

  • Proficient knowledge building .net core web applications

Preview This Course - GET COUPON CODE

Build a Real-world App with ASP.NET Core and Angular 2 (4+)

aspnet-core-angular
Build a Real-world App with ASP.NET Core and Angular 2 (4+), Build a full-stack web app with ASP.NET Core, Entity Framework Core and Angular 2 (Angular 4+)

  • BESTSELLER
  • 4.2 (3,225 ratings)
  • Created by Mosh Hamedani
  •  English
  •  English [Auto-generated], Portuguese [Auto-generated], 1 more
  • 10.5 hours on-demand video
  • 15 articles
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of Completion

Preview This Course - GET COUPON CODE

What you'll learn

  • Build real-world applications with ASP.NET Core and Angular 2
  • Integrate ASP.NET MVC / Core with Angular 2
  • Implement a clean and decoupled architecture
  • Understand and apply the Dependency Inversion Principle (DIP)
  • Properly implement the repository and unit of work patterns
  • Use the new dependency injection feature in ASP.NET Core
  • Troubleshoot common runtime errors
  • Build APIs with ASP.NET Core
  • Test APIs using PostMan
  • Use AutoMapper
  • Store and retrieve data using Entity Framework Core (Code-first approach)
  • Implement CRUD operations (including one-to-many and many-to-many relationships)
  • Implement filtering, sorting and pagination
  • Handle and log errors
  • Display toast notifications
  • Implement photo upload with progress bar
  • Add authentication and authorization using Auth0 and JWTs
  • Write clean, maintainable and reliable code
  • Refactor bad code into good code
  • Better understand software development lifecycle

Description


[UPDATE, June 19]: Added a new section to the course.

With over 3,000 students and 300+ positive reviews, this course is Udemy's most popular course for learning ASP.NET Core in the context of a real project! 



ASP.NET Core is the next generation of ASP.NET MVC. It's a complete re-write of this framework but in a modular, cloud-optimized and cross-platform way. So it can run on Windows, Linux and Mac. If you're on Mac or Linux and want to build ASP.NET applications without running Windows in a virtual machine, you're going to love ASP.NET Core! You can use Visual Studio Code (VSCode) or your favorite code editor to build ASP.NET Core applications with C#. Say goodbye to VMWare, Parallels, and other virtualization software. 



Many companies have already started building their new applications with ASP.NET Core. And they're asking their new interviewees if they are familiar with .NET Core. So, whether you want to stay in the marketplace and get a better job with better pay, or you just love to work with the latest technology, it's time to learn about ASP.NET Core and Entity Framework Core. 



In this course, Mosh, author of several highly rated courses on Udemy, teaches you how to build a real-world application with ASP.NET Core, Entity Framework Core and Angular. If you're familiar with ASP.NET MVC 5 and Entity Framework 6 and are looking for a course to quickly get up to speed with .NET core, this is the course for you. Not only will you learn about the changes and the new tooling in ASP.NET Core, you'll also learn how to properly integrate it with Angular to build real-world single page applications (SPAs). 

A REAL-WORLD APP

The app you build in this course is for an imaginary vehicle dealer. The features in this app are carefully designed by Mosh to help you master the core skills you need to build real-world apps with ASP.NET Core and Angular. 

By the end of watching this course, you'll be able to:

Build APIs with ASP.NET Core

Test APIs with PostMan

Integrate Angular and ASP.NET Core 

Implement a clean and decoupled architecture 

Understand and apply the Dependency Inversion Principle (DIP)

Properly implement the repository and unit of work patterns 

Use the new dependency injection feature in ASP.NET Core 

Troubleshoot common runtime errors 

Store and retrieve data with Entity Framework Core (code-first workflow)

Use AutoMapper 

Implement CRUD operations (including one-to-many and many-to-many relationships)

Implement filtering, sorting and paging data

Handle and logging errors 

Display toast notifications 

Implement cascading drop-down lists

Implement photo upload with progress bars

Add authentication and authorization with Auth0 (including roles with different privileges)

Display charts 

And more...

On top of all these, you'll learn how to write quality code, not just how to build apps. There are a lot of developers out there who can build apps but they write poor quality code. Mosh shows you how to refactor bad code into clean, maintainable and quality code. He also shares his knowledge and 15 years of experience about software design and architecture. So this course is more than just technology. It teaches you how to think like a software engineer. 



These are the essential skills that you take with you to nearly every real-world project. Whether you want to get prepared for a job interview or simply want to take your coding skills to the next level, this course is the means to the destination. 

TOOLING

There are two ways to build ASP.NET Core applications. You can use Visual Studio 2017 or Visual Studio Code, a light-weight cross-platform code editor. In this course, Mosh uses VSCode and the command-line to build an app, but what you learn can be applied in Visual Studio 2017 as well. 

WHO THIS COURSE IS FOR 

In order to take this course, you should have at least 3 months experience with ASP.NET MVC 5, Entity Framework 6 and Angular 2 (or higher). 

If you need to strengthen your understanding of these frameworks, you can watch Mosh's related courses prior to or in parallel with this course: 

Angular 2 with TypeScript for Beginners

The Complete ASP.NET MVC 5 Course

Entity Framework 6 in Depth 



60 DAY CHALLENGE PROGRAM 

Depending on your level of experience, there are different ways to take this course. You can watch it, section by section, just like other courses. You may prefer to code along with the videos or watch a section first and then code. 

But if you like to get out of your comfort zone and take your coding skills to the next level, you should take advantage of the 60 day challenge program that comes with this course. 

Imagine you and Mosh are team mates and are working on a real-world project. Every week Mosh gives you a challenge or a task to complete. You have one week to complete this task. The following week he publishes a new section and shows you how he completes that task himself. This is a fantastic learning opportunity for you. You can compare your code with his and find areas for improvement. 

WHAT THIS COURSE IS NOT 

While you use ASP.NET Core and Entity Framework to build an app, the focus of this course is on application building skills and not a deep overview of ASP.NET Core and Entity Framework. Because in any real-world applications, you use only a subset of the features in any frameworks. So, it's impossible to cover everything about ASP.NET Core and Entity Framework in one app. But you'll learn about the key things that you need to know in order to get the job done. 

Also, the following topics are outside the scope of this course: 

Complex domains and domain-driven design (DDD)

Design patterns

Continuous integration and deployment

Automated testing

Finally, the application you'll build in this course has a very simple user interface since the focus of this course is on coding not building visually engaging user interfaces. 

TAKE YOUR CODING SKILLS TO THE NEXT LEVEL 

So, do you want to transition from ASP.NET MVC 5 and learn about the latest stuff happening in .NET Core? Do you want to learn how to build a real-world application with ASP.NET Core and Angular? Then take this course and get started. 



This course comes with a 30-day money back guarantee. If you're not satisfied, you can contact Udemy for a full refund. No questions asked. 



Join the other 3,000 happy students who have taken this course and start building this app in under 10 minutes! 

Who is the target audience?

  • Developers who are familiar with ASP.NET MVC 5 and want to transition to ASP.NET Core
  • Developers who want to learn how to integrate ASP.NET MVC / Core and Angular 2
  • Developers who want to learn how to build an application from A to Z
  • Developers who want to improve their coding skills