• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
Log In
Join for Free
Coursera
Packt
Authentication, E-Commerce Features & Order Management
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials
  1. Browse
  2. Computer Science
  3. Software Development
Packt

Authentication, E-Commerce Features & Order Management

This course is part of ASP.NET Core MVC [.NET 8] - The Complete Guide Specialization

Packt - Course Instructors

Instructor: Packt - Course Instructors

Included with Coursera Plus

•Learn more
6 modules
Gain insight into a topic and learn the fundamentals.
Intermediate level

Recommended experience

Recommended experience

Intermediate level

This course is for intermediate developers with experience in .NET Core, C#, and basic web development concepts.

9 hours to complete
3 weeks at 3 hours a week
Flexible schedule
Learn at your own pace

6 modules
Gain insight into a topic and learn the fundamentals.
Intermediate level

Recommended experience

Recommended experience

Intermediate level

This course is for intermediate developers with experience in .NET Core, C#, and basic web development concepts.

9 hours to complete
3 weeks at 3 hours a week
Flexible schedule
Learn at your own pace
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials

What you'll learn

  • Implement user authentication and authorization using Identity in .NET Core

  • Build interactive and dynamic shopping cart features for e-commerce websites

  • Integrate Stripe for secure online payments in an e-commerce platform

  • Manage orders efficiently with advanced filtering, order processing, and status tracking features

Skills you'll gain

  • Payment Systems
  • E-Commerce
  • Model View Controller
  • Authorization (Computing)
  • User Accounts
  • Debugging
  • .NET Framework
  • Authentications
  • User Interface and User Experience (UI/UX) Design
  • Order Management
  • ASP.NET
  • User Interface (UI)
  • Bootstrap (Front-End Framework)
  • Identity and Access Management
  • Payment Processing and Collection

Details to know

Shareable certificate

Add to your LinkedIn profile

Recently updated!

April 2025

Assessments

8 assignments

Taught in English

See how employees at top companies are mastering in-demand skills

Learn more about Coursera for Business
 logos of Petrobras, TATA, Danone, Capgemini, P&G and L'Oreal

Build your subject-matter expertise

This course is part of the ASP.NET Core MVC [.NET 8] - The Complete Guide Specialization
When you enroll in this course, you'll also be enrolled in this Specialization.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate

There are 6 modules in this course

Updated in May 2025.

This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. This course offers a comprehensive guide to building secure, interactive e-commerce platforms using .NET Core. You will learn how to implement authentication systems, such as user registration and role-based access control, ensuring secure customer and company interactions. By the end, you'll also gain proficiency in adding dynamic shopping cart features, order confirmation processes, and efficient order management systems. The course begins with foundational topics such as building and designing the homepage of an e-commerce site, and the critical steps of implementing product details pages. You will dive deep into scaffolding Identity in .NET Core and configuring user authentication, including advanced topics such as user role creation, extending user properties, and troubleshooting common UI bugs. As the course progresses, you'll learn to build essential features such as a shopping cart, order management systems, and payment integrations using Stripe. You will develop practical skills by working on projects involving shopping cart updates, order summary creation, and order status management. Each lesson walks you through critical technical steps to ensure a seamless user experience and a robust back-end. Designed for both newcomers and those familiar with .NET Core, this course provides step-by-step guidance to integrate and refine e-commerce features. The course is ideal for developers who wish to specialize in e-commerce site management, order processing, and secure user authentication using modern frameworks.

In this module, we will focus on creating and designing the Home page of the e-commerce site, which sets the tone for user interaction. We will then explore the Details action method for displaying detailed product information, followed by designing the UI for the Details page to elevate the user experience.

What's included

3 videos2 readings1 assignment1 plugin

3 videos•Total 15 minutes
  • Home Page•7 minutes•Preview module
  • Details Action Method•2 minutes
  • Details UI•5 minutes
2 readings•Total 20 minutes
  • Introduction to the Course 'Authentication, E-Commerce Features & Order Management'•10 minutes
  • Full Specialization Resources•10 minutes
1 assignment•Total 15 minutes
  • Home and Details Page - Assessment•15 minutes
1 plugin•Total 15 minutes
  • Building a C# MVC Home Page•15 minutes

In this module, we will walk through scaffolding Identity in .NET Core, providing the foundation for user authentication and authorization. You will learn how to customize the Identity User class, manage roles, and configure the login and registration UI for seamless user interaction.

What's included

13 videos1 assignment1 plugin

13 videos•Total 80 minutes
  • Scaffold Identity•5 minutes•Preview module
  • Scaffold Identity Issue (NET8)•2 minutes
  • Understand what Got Added•8 minutes
  • Add Identity Tables•5 minutes
  • Extend Identity User•3 minutes
  • Register a User•3 minutes
  • Register an Application User•6 minutes
  • Create Roles in Database•9 minutes
  • Assign Roles on Registration•10 minutes
  • Authorization in Project•8 minutes
  • Update Login and Register UI•7 minutes
  • Register Other Fields•7 minutes
  • UI Bug•2 minutes
1 assignment•Total 15 minutes
  • Identity in .NET Core - Assessment•15 minutes
1 plugin•Total 15 minutes
  • Implementing .NET Identity with Security•15 minutes

In this module, we will focus on understanding the importance of the "Company" role and guide you through the implementation of Company CRUD operations. Additionally, we will enhance the UI by adding and toggling company dropdowns for improved user navigation.

What's included

6 videos1 assignment1 plugin

6 videos•Total 26 minutes
  • Why do we have a Company Role?•2 minutes•Preview module
  • Assignment 3•0 minutes
  • Assignment 3 Solution - Company CRUD Operations•14 minutes
  • Display Company Dropdown•4 minutes
  • Toggle Company Dropdown•2 minutes
  • Register Company User•1 minute
1 assignment•Total 15 minutes
  • Company CRUD - Assessment•15 minutes
1 plugin•Total 15 minutes
  • Understanding User Roles and CRUD Operations in Web Applications•15 minutes

In this module, we will learn how to integrate the Shopping Cart model and repository to support e-commerce functionality. You will also explore how to add and update items in the cart, while designing a dynamic and interactive shopping cart UI to improve the user experience.

What's included

13 videos1 assignment1 plugin

13 videos•Total 52 minutes
  • Add Shopping Cart Model•3 minutes•Preview module
  • Add Shopping Cart to Repository•1 minute
  • Add ApplicationUser Repository•1 minute
  • What will be Model for Details Page?•3 minutes
  • Add to Cart•6 minutes
  • Fix Issue with Add to Cart•3 minutes
  • A Weird Bug•5 minutes
  • Shopping Cart UI•3 minutes
  • Get Shopping Cart•5 minutes
  • Get Order Total in Shopping Cart•4 minutes
  • Dynamic Shopping Cart•3 minutes
  • Update Quantity in Shopping Cart•5 minutes
  • Order Summary UI•2 minutes
1 assignment•Total 15 minutes
  • Shopping Cart - Assessment•15 minutes
1 plugin•Total 15 minutes
  • Building a Shopping Cart Model in ASP.NET Core•15 minutes

In this module, we will walk through creating the Order Header and Details models, preparing for efficient order processing. You will also learn how to integrate Stripe for secure payment handling, culminating in successful order placement with payment confirmation.

What's included

14 videos1 assignment1 plugin

14 videos•Total 68 minutes
  • Create Order Header and Details Model•7 minutes•Preview module
  • Add Order Header and Detail Repository•2 minutes
  • Make ShoppingCartVM more Dynamic•2 minutes
  • Summary GET Action Method•2 minutes
  • Load Summary UI with Data•4 minutes
  • Order Status•2 minutes
  • Summary POST Action•7 minutes
  • Place Order for Company Accounts•7 minutes
  • Register for Stripe Account•1 minute
  • Configure Stripe in Project•5 minutes
  • Add Helper Methods in Order Header Repository•4 minutes
  • Stripe in Action•11 minutes
  • Confirm Stripe Payment•5 minutes
  • Order Placed Successfully with Stripe•2 minutes
1 assignment•Total 15 minutes
  • Order Confirmation - Assessment•15 minutes
1 plugin•Total 15 minutes
  • Creating Order Management Models in EF Core•15 minutes

In this module, we will focus on building the Order ViewModel and Controller for order management. You will explore features like filtering and sorting orders, as well as processing orders, shipping them, and handling cancellations and delayed payments.

What's included

14 videos1 reading3 assignments1 plugin

14 videos•Total 72 minutes
  • OrderVM and Order Controller•3 minutes•Preview module
  • Order List UI•4 minutes
  • Add Status Filter•3 minutes
  • Make Status Selected Active•3 minutes
  • Demo - Filters in Order List•4 minutes
  • Order Details Get Action•2 minutes
  • Loading Order Details Header•9 minutes
  • Display Order Details•2 minutes
  • Update Order Details•7 minutes
  • Only Admin and Employee Can See all Orders•2 minutes
  • Order Processing Buttons Logic•3 minutes
  • Ship Order•10 minutes
  • Cancel Order•4 minutes
  • Process Delayed Payment•8 minutes
1 reading•Total 10 minutes
  • Conclusion to the Course 'Authentication, E-Commerce Features & Order Management'•10 minutes
3 assignments•Total 90 minutes
  • Full Course Practice Assessment•15 minutes
  • Order Management - Assessment•15 minutes
  • Full Course Assessment•60 minutes
1 plugin•Total 15 minutes
  • Implementing Order Management with ASP.NET Controllers•15 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructor

Packt - Course Instructors
Packt - Course Instructors
Packt
790 Courses•159,194 learners

Offered by

Packt

Offered by

Packt

Packt helps tech professionals put software to work by distilling and sharing the working knowledge of their peers. Packt is an established global technical learning content provider, founded in Birmingham, UK, with over twenty years of experience delivering premium, rich content from groundbreaking authors on a wide range of emerging and popular technologies.

Explore more from Software Development

  • Status: Free Trial
    Free Trial
    M

    Microsoft

    Security and Authentication

    Course

  • Status: Free Trial
    Free Trial
    P

    Packt

    Security Fundamentals and Identity Management

    Course

  • P

    Packt

    .NET Core Microservices - The Complete Guide (.NET 6 MVC)

    Course

  • Status: Free Trial
    Free Trial
    P

    Packt

    Identity and Access Management (IAM)

    Course

Why people choose Coursera for their career

Felipe M.
Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Coursera Plus

Open new doors with Coursera Plus

Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription

Learn more

Advance your career with an online degree

Earn a degree from world-class universities - 100% online

Explore degrees

Join over 3,400 global companies that choose Coursera for Business

Upskill your employees to excel in the digital economy

Learn more

Frequently asked questions

Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.

If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.

Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.

If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.

This course is one of a few offered on Coursera that are currently available only to learners who have paid or received financial aid, when available.

If you subscribed, you get a 7-day free trial during which you can cancel at no penalty. After that, we don’t give refunds, but you can cancel your subscription at any time. See our full refund policyOpens in a new tab.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

More questions

Visit the learner help center

Financial aid available,

Coursera Footer

Coursera

  • About
  • What We Offer
  • Leadership
  • Careers
  • Catalog
  • Coursera Plus
  • Professional Certificates
  • MasterTrack® Certificates
  • Degrees
  • For Enterprise
  • For Government
  • For Campus
  • Become a Partner
  • Social Impact

Community

  • Learners
  • Partners
  • Beta Testers
  • Blog
  • The Coursera Podcast
  • Tech Blog

More

  • Press
  • Investors
  • Terms
  • Privacy
  • Help
  • Accessibility
  • Contact
  • Articles
  • Directory
  • Affiliates
  • Modern Slavery Statement
  • Do Not Sell/Share
Learn Anywhere
Download on the App Store
Get it on Google Play
Logo of Certified B Corporation
© 2025 Coursera Inc. All rights reserved.
  • Coursera Facebook
  • Coursera Linkedin
  • Coursera Twitter
  • Coursera YouTube
  • Coursera Instagram
  • Coursera TikTok
Coursera

Welcome back

​
Your password is hidden
​

or

New to Coursera?


Having trouble logging in? Learner help center

This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.