Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2020-11-30 17:05:31
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 2 articles
  • 4 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development ASP.NET Core

Create E-shop with .Net Core MVC (step by step project)

Creating ASP .Net Core 3.0 Database Driven Web E-commerce shop using Entity Framework Core
Rating: 4.3 out of 54.3 (213 ratings)
966 students
Created by Pavol Almasi
Last updated 10/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Build .Net Core 3.0 app start to finish
  • Create functional Shopping Cart
  • Implement Identity and LogIn functionality
  • Implement Authentication and Authorization
  • Using Sessions
  • Work with ViewCompoenents
  • Work with TagHelpers
  • Create Custom Tag Helpers
  • Configure .Net Core 3.0 services
  • Use of C# Interfaces and Repository Pattern
  • Use Dependency Injection
  • Apply MVC pattern
  • Working with Server-side input validation
  • Work with Entity Framework Core
  • Implement Relationships betweet classes and tables
  • Create and Seed Database using Code First approach

Course content

12 sections • 75 lectures • 5h 36m total length

  • Preview03:10
  • Preview04:36

  • Download Source Files
    00:12
  • Preview04:24
  • Preview07:08

  • Preview04:14
  • Preview02:27
  • Adding Category Repository
    02:54
  • Adding Candy Repository
    07:07
  • Adding Repositories To Services
    02:59
  • Adding Controllers and Injecting Services
    03:45
  • Adding Action Methods
    01:36
  • Adding View
    06:43
  • Adding ViewModel
    07:26
  • Partial Views Overview
    02:10
  • Adding Partial Layout
    04:18
  • Adding ViewImports
    02:37
  • Adding Bootstrap and JQuery
    06:22
  • Styling Main Layout
    04:06
  • Styling List View
    03:33

  • Preview02:16
  • Preview04:32
  • Adding Connection String
    05:39
  • Modifying Candy Repository for Entity Framework
    04:52
  • Modifying Category Repository for Entity Framework
    02:00
  • Creating Database Using Code First Migration
    04:00
  • Seeding The Database
    08:39
  • Seeding The Database - Fixing Issues
    01:48

  • Preview06:47
  • Tag Helpers Overview
    02:28
  • Preview03:47
  • Adding Details View
    03:38
  • Adding Tag Helpers
    06:00
  • Adding Navigation Bar
    03:00
  • Working With Partial Views Overview
    02:05
  • Creating Partial View for Candy List
    04:02
  • Creating Home Controller
    05:15
  • Creating Home View
    05:15

  • Preview02:26
  • Preview03:34
  • Preview10:05
  • Adding Item To The Cart
    04:41
  • Removing Item From The Cart
    03:50
  • Getting All Items From The Cart
    03:00
  • Clear All Items From The Cart
    01:40
  • Calculating Total Order and Configuring Sessions
    05:33
  • Creating Shopping Cart Controller
    05:11
  • Adding Candy To The Cart Action
    02:53
  • Removing Candy From Cart Action
    01:19
  • Shopping Cart View
    07:00
  • Add To Cart Button
    05:45

  • Preview03:08
  • Preview04:35
  • Creating View For ShoppingCartViewComponent
    05:51
  • Category Menu View Component
    08:46
  • Displaying Candy For Selected Category
    05:47

  • Creating Custom Email Tag Helper
    09:13

  • Preview06:42
  • Preview09:16
  • Adding Checkout Form and View
    09:46
  • Adding Checkout Action
    05:36
  • Adding ThankYou Action
    01:35
  • Adding Input Validation
    05:47
  • Adding Input Validation To Views
    06:52

  • Preview02:01
  • Preview05:56
  • Adding Authentication to Project Overview
    02:02
  • Implementing Login Page
    09:18
  • Adding Authorization
    04:09

Requirements

  • 4-6 months of programming in C# is recommended
  • Basics of C# OOP programming, understanding Collections and Interfaces
  • Visual Studio 2019 (previous versions of Visual Studio won't work)

Description

Welcome to Creating ASP .Net Core 3.0 MVC Database Driven Web Applications

As the title of the course suggests, we will be creating a web driven application using ASP .Net Core 3.0 with the help of .Net Core and Entity Framework.

Step by step, we will set up a small e-store with a back end database. For the next several hours, we will dedicate our time to interfaces, dependency injection, table relationships, .Net Core Services, Repository Pattern, MVC, ViewComponents, TagHelpers, Sessions, Authentication and Authorization, Entity Framework Core, and of course, C# language. But don't let any of that scare you. Quite the opposite.

Get excited to learn a lot of new material and dive into the new world of .Net Core 3.0. The course makes the learning easy with the mix of introduction of new material, and practical coding! Every step is explained every time.

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 3.0 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. If you learn best by combining explanation and coding along then this course is definitely for you!

So 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 and MVC app. 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!

Who this course is for:

  • Students who want to develop .Net Core 3.0 web applications
  • Students new to .Net Core 3.0
  • Students who want to transition from previous versions of .Net Core
  • Students who learn best by hands-on programming
  • Students who prefer Step-By-Step instructions

Featured review

Amit Parmar
Amit Parmar
16 courses
1 review
Rating: 5.0 out of 5a year ago
I was looking for this type of explanation. In short, step by step from scratch without scaffolding else I have seen other instructors who have used scaffolding or even created the MVC core app with scaffolding not the empty one. Really value for money, bought this course on cyber week. I would recommend you to take the course if you really want to get into the details from scratch, that is, an empty project.

Instructor

Pavol Almasi
Computer Programmer at Berkshire Hathaway Company
Pavol Almasi
  • 4.4 Instructor Rating
  • 1,927 Reviews
  • 36,370 Students
  • 16 Courses

I am a professional computer programmer for a national insurance company. I am versed in variety of programming languages, technologies, and frameworks. Currently using mostly SQL and .Net.

I have a Bachelor's Degree from City University of Seattle.

I first came in contact with programming back in the good 'ol days of Visual Basic 6 and Visual Basic for Applications. Manipulating Access databasea was so much fun! 

I moved onto Web development in early 2000's, using HTML and CSS, later added PHP. It was then when I realized I really enjoyed the coding of the back end much more than the design part...and that joy of coding stayed with me ever since.

I LOVE coding, and I LOVE doing exercises and projects in my free time. I am hoping my courses help you to better understand the programming principles and give you a good starting point for your further adventure in computer programming,

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.