17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ WebToolTip.com ] Udemy - E-Commerce App With C# And Onion Architecture
Language: English | Duration: 8h 3m | Size: 3.18 GB
Build a scalable e-commerce web application using C# and ASP.NET Core with Onion Architecture.
What you'll learn
Onion Architecture & Layered Design
Learn how to build scalable, modular applications using Onion Architecture and Domain-Driven Design with clear layer separation.
E-Commerce Development with ASP.NET Core
Build a full-stack e-commerce web app using ASP.NET Core MVC and implement essential features like product management and user authentication.
Entity Framework Core & Database Design
Use Entity Framework Core with the Code-First approach, manage migrations, and perform CRUD operations efficiently with SQL Server.
Authentication & Authorization with ASP.NET Identity
Dependency Injection & Repository Pattern
Learn Dependency Injection (DI) for better maintainability and apply the Repository Pattern to separate the data access logic from the business layer.
Unit of Work & Transaction Management
Implement the Unit of Work pattern to handle database transactions efficiently and maintain data consistency across multiple operations
Onion Architecture in Real Projects
Apply Onion Architecture principles in real-world projects, ensuring scalability, maintainability, and a clear separation of concerns.
Requirements
This course is designed to be beginner-friendly, but having some basic programming knowledge will help you get the most out of it. Here are the recommended prerequisites
Basic Knowledge of C# Understanding variables, loops, conditional statements, classes, and object-oriented programming (OOP) will be beneficial.
Familiarity with ASP.NET Core (Optional) Prior experience with ASP.NET Core MVC or Web API is helpful, but all necessary concepts will be explained throughout the course.
Basic SQL and Database Concepts Knowing SQL queries, tables, relationships, and basic CRUD operations will make database-related topics easier to follow.
Installation and Use of Visual Studio The course will use Visual Studio and SQL Server Management Studio (SSMS). Basic knowledge of installing and using these tools is recommended.
Willingness to Code and Learn If you're interested in layered architecture (Onion Architecture), SOLID principles, and Entity Framework Core, this course is perfect for you!
Everything will be explained step by step, so advanced ASP.NET Core knowledge is not required. Anyone with basic programming skills can follow along.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/1 -000 - 1 E-Commerce Project Overview – What We’ll Build Together.mp4
17.4 MB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/1 -E-Commerce Project Overview – What We’ll Build Together.en_GB.vtt
5.8 KB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/1 -E-Commerce Project Overview – What We’ll Build Together.mp4
25.7 MB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/2 -Build a Real-World E-Commerce App with ASP.NET Core MVC – What You'll Learn.en_GB.vtt
2.6 KB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/2 -Build a Real-World E-Commerce App with ASP.NET Core MVC – What You'll Learn.mp4
13.6 MB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/3 -Create Project.en_GB.vtt
4.8 KB
~Get Your Files Here !/1 - Project Setup & Base Structure & Introduction/3 -Create Project.mp4
25.7 MB
~Get Your Files Here !/10 - Services/1 -Structuring Admin Services in the Application Layer.mp4
24.4 MB
~Get Your Files Here !/10 - Services/2 -ProductService Coding Walkthrough GetProductVM.mp4
17.5 MB
~Get Your Files Here !/10 - Services/3 -Implementing Create, Read and Update in CategoryService.en_GB.vtt
2.2 KB
~Get Your Files Here !/10 - Services/3 -Implementing Create, Read and Update in CategoryService.mp4
21.9 MB
~Get Your Files Here !/10 - Services/4 -CategoryService Implementing DeleteCategory.en_GB.vtt
1.8 KB
~Get Your Files Here !/10 - Services/4 -CategoryService Implementing DeleteCategory.mp4
12.4 MB
~Get Your Files Here !/10 - Services/4 -ProductService Codes.txt
2.2 KB
~Get Your Files Here !/11 - Admin Product Services/1 -Product Service 1.mp4
21.8 MB
~Get Your Files Here !/11 - Admin Product Services/2 -Product Service 2.mp4
21.2 MB
~Get Your Files Here !/11 - Admin Product Services/3 -Product Service 3.mp4
48.4 MB
~Get Your Files Here !/11 - Admin Product Services/4 -Product Service 4.mp4
9.7 MB
~Get Your Files Here !/12 - Admin OrderService/1 -OrderService Basics Fetching Orders with GetAll.en_GB.vtt
2.7 KB
~Get Your Files Here !/12 - Admin OrderService/1 -OrderService Basics Fetching Orders with GetAll.mp4
21.2 MB
~Get Your Files Here !/12 - Admin OrderService/2 -OrderService Implementing the Details Method.en_GB.vtt
2.3 KB
~Get Your Files Here !/12 - Admin OrderService/2 -OrderService Implementing the Details Method.mp4
15.9 MB
~Get Your Files Here !/12 - Admin OrderService/3 -OrderService Implementing the Delivered Method.en_GB.vtt
2 KB
~Get Your Files Here !/12 - Admin OrderService/3 -OrderService Implementing the Delivered Method.mp4
13.4 MB
~Get Your Files Here !/12 - Admin OrderService/4 -OrderService Implementing the CancelOrder Method.en_GB.vtt
4 KB
~Get Your Files Here !/12 - Admin OrderService/4 -OrderService Implementing the CancelOrder Method.mp4
23.2 MB
~Get Your Files Here !/12 - Admin OrderService/5 -OrderService Codes.txt
1.9 KB
~Get Your Files Here !/12 - Admin OrderService/5 -OrderService Implementing the UpdateOrderDetails Method.mp4
27.3 MB
~Get Your Files Here !/13 - Admin CategoryController/1 -Admin CategoryController Setup and Index Method.mp4
30.4 MB
~Get Your Files Here !/13 - Admin CategoryController/2 -Admin Category Management Create Edit Delete.mp4
32.3 MB
~Get Your Files Here !/13 - Admin CategoryController/2 -Admin CategoryController Codes.txt
1.7 KB
~Get Your Files Here !/13 - Admin CategoryController/3 -Admin Category Create View Code.txt
588 B
~Get Your Files Here !/13 - Admin CategoryController/3 -Category Create View Building a Razor Form with Tag Helpers.mp4
28.9 MB
~Get Your Files Here !/13 - Admin CategoryController/4 -Admin Category Index View Code.txt
1.5 KB
~Get Your Files Here !/13 - Admin CategoryController/4 -Category Index View Building a Razor Form with Tag Helpers.mp4
34.3 MB
~Get Your Files Here !/13 - Admin CategoryController/5 -Admin Category Edit View Code.txt
610 B
~Get Your Files Here !/13 - Admin CategoryController/5 -Category Edit View Building a Razor Form with Tag Helpers.mp4
36.2 MB
~Get Your Files Here !/13 - Admin CategoryController/6 -Register CategoryService (and other services) in Program.cs and then walk.mp4
24.4 MB
~Get Your Files Here !/14 - Admin Product Controller/1 -Admin ProductController Codes.txt
925 B
~Get Your Files Here !/14 - Admin Product Controller/1 -Admin ProductController Setup and All Metods.mp4
22.6 MB
~Get Your Files Here !/14 - Admin Product Controller/2 -Admin ProductController Upsert View.mp4
56.2 MB
~Get Your Files Here !/14 - Admin Product Controller/2 -Product Upsert View Code.txt
1.6 KB
~Get Your Files Here !/14 - Admin Product Controller/3 -Admin ProductController Index View.mp4
12.1 MB
~Get Your Files Here !/14 - Admin Product Controller/3 -Product Index View Code.txt
1.7 KB
~Get Your Files Here !/14 - Admin Product Controller/4 -Admin ProductController Testing.mp4
49.2 MB
~Get Your Files Here !/15 - Admin OrderController/1 -Admin Order Controller Codes.txt
1.2 KB
~Get Your Files Here !/15 - Admin OrderController/1 -Admin OrderController Setup and All Metods.mp4
27 MB
~Get Your Files Here !/15 - Admin OrderController/2 -Scaffolding and Importing OrderController Views in ASP.NET Core MVC.mp4
11.5 MB
~Get Your Files Here !/15 - Admin OrderController/3 -Admin OrderController Index And Detail Views Explanations.mp4
34 MB
~Get Your Files Here !/15 - Admin OrderController/Order/Details.cshtml
4 KB
~Get Your Files Here !/15 - Admin OrderController/Order/Index.cshtml
1.5 KB
~Get Your Files Here !/16 - Identity & Authentication Services/1 -ApplicationLayer Add View Models for Users.mp4
38.7 MB
~Get Your Files Here !/16 - Identity & Authentication Services/10 -Analyze the cause and apply the necessary fixes.mp4
39 MB
~Get Your Files Here !/16 - Identity & Authentication Services/11 -Assigning Admin Role to the First User in ASP.NET Core Identity.mp4
52.7 MB
~Get Your Files Here !/16 - Identity & Authentication Services/11 -SeedData Code.txt
479 B
~Get Your Files Here !/16 - Identity & Authentication Services/12 -Implementing Login and Logout in ASP.NET Core Identity.mp4
35.2 MB
~Get Your Files Here !/16 - Identity & Authentication Services/13 -Exploring ASP.NET Core Identity Database.mp4
27 MB
~Get Your Files Here !/16 - Identity & Authentication Services/13 -Program.txt
2.9 KB
~Get Your Files Here !/16 - Identity & Authentication Services/2 -User Service Code.mp4
13.8 MB
~Get Your Files Here !/16 - Identity & Authentication Services/3 -User Service Code Register Method.mp4
33.4 MB
~Get Your Files Here !/16 - Identity & Authentication Services/4 -User Service Code Login and Logout Methods.mp4
24.3 MB
~Get Your Files Here !/16 - Identity & Authentication Services/4 -UserService Codes.txt
1.4 KB
~Get Your Files Here !/16 - Identity & Authentication Services/5 -AccountController Setup.mp4
21.7 MB
~Get Your Files Here !/16 - Identity & Authentication Services/6 -AccountController All Methods.mp4
32.2 MB
~Get Your Files Here !/16 - Identity & Authentication Services/6 -Identity AccountController Codes.txt
1.5 KB
~Get Your Files Here !/16 - Identity & Authentication Services/7 -Register View Code.txt
3.5 KB
~Get Your Files Here !/16 - Identity & Authentication Services/7 -Register View.mp4
34.9 MB
~Get Your Files Here !/16 - Identity & Authentication Services/8 -Register Page Fails. Here’s How to Fix Identity Configuration.mp4
38 MB
~Get Your Files Here !/16 - Identity & Authentication Services/9 -program.cs - Session And Cookies Setup.mp4
30.5 MB
~Get Your Files Here !/16 - Identity & Authentication Services/LoginViewModel Code.txt
236 B
~Get Your Files Here !/16 - Identity & Authentication Services/RegisterViewModel Code.txt
527 B
~Get Your Files Here !/17 - Customer Area Controllers & Services/1 -Create Customer services basic Structor.mp4
28.6 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/10 -Customer HomeController Index Method And View - Create.mp4
20.4 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/11 -Customer HomeController Details Method And View.mp4
30.6 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/12 -Setting Up Area Routing and DI for Customer Controllers.mp4
22.9 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/2 -HomeService Get Methods.mp4
33.1 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/3 -Customer HomeService.txt
1.9 KB
~Get Your Files Here !/17 - Customer Area Controllers & Services/3 -HomeService SaveDetails Method.mp4
17.5 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/4 -CartService GetCartForUserAsync Method.mp4
23.5 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/5 -CartService GetUserId and GetCartViewModelAsync Methods.mp4
34.2 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/6 -CartService PlaceOrderAsync Method.mp4
37.2 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/7 -CartService IncreaseCartItem and DecreaseCartItem Methods.mp4
21.5 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/7 -Customer CartService.txt
4.9 KB
~Get Your Files Here !/17 - Customer Area Controllers & Services/8 -CustomerOrderService Methods.mp4
37.1 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/8 -CustomerOrderService.txt
1.1 KB
~Get Your Files Here !/17 - Customer Area Controllers & Services/9 -Create and Setup Customer Controller.mp4
32.3 MB
~Get Your Files Here !/17 - Customer Area Controllers & Services/Customer-Home- Details.cshtml code.txt
2.7 KB
~Get Your Files Here !/17 - Customer Area Controllers & Services/Customer-Home- Index.cshtml code.txt
1.1 KB
~Get Your Files Here !/17 - Customer Area Controllers & Services/CustomerHomeController.txt
743 B
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/1 -Verifying Index and Details Pages in Customer Area.mp4
14 MB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/2 -Customer CartController.txt
1.5 KB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/2 -Developing Cart Logic in Customer Area – Full Controller Setup.mp4
40.3 MB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/3 -ASP.NET Core MVC - Dynamic Cart Page Implementation.mp4
29.6 MB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/3 -Customer Cart Index.txt
3.9 KB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/4 -Validating CartController Actions - Add, Increase, Decrease, Remove.mp4
25.5 MB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/5 -Customer Cart Order.txt
3.2 KB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/5 -Customer Checkout and ORder Flow.mp4
44.9 MB
~Get Your Files Here !/18 - Cart and Order Processes (Customer)/6 -Customer Area Order Workflow - Service Configuration and Controller Logic.mp4