وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

.NET Core Complete Guide (.NET 6) [OLD Course]

سرفصل های دوره

Build real world e-commerce application using ASP.NET Core MVC, Entity Framework Core and ASP.NET Core Identity.


1. Section 1
  • 1. welcome bulky final
  • 2. Live preview
  • 3. Tools needed
  • 4. Project resources
  • 5. .Net core road map
  • 6. Dependency injection
  • 7. Create Project
  • 8. Hot Reload
  • 9. Project file
  • 10. Launch settings, www root and app settings
  • 11. Programcs
  • 12. MVC architecture
  • 13. Routing overview
  • 14. Routing in Action
  • 15. Default Views
  • 16. Tag helper
  • 17. Action result

  • 2. MVC Basics - CRUD Operation
  • 1. Create Category Model
  • 2. Add Data Annotations
  • 3. Add Connection String
  • 4. Add Application Db Context
  • 5. Setup Program.cs to use DbContext
  • 6. Create Database
  • 7. Create Category Controller
  • 8. Retrieve all Categories
  • 9. Display all Categories
  • 10. Bootswatch Theme
  • 11. Bootstrap Icons
  • 12. Create Category View
  • 13. Demo - Create Category
  • 14. Server side Validations
  • 15. Custom Validation
  • 16. Add Client Side Validation
  • 17. Display Name and Range Validation
  • 18. Edit Category - GET
  • 19. Edit Category - POST
  • 20. Delete Category
  • 21. Temp data
  • 22. Partial views
  • 23. Toastr Alerts
  • 24. Scaffold CRUD

  • 3. Razor Pages - CRUD Operation
  • 1. Introduction
  • 2. Create Project
  • 3. Whats Different
  • 4. Razor Pages Introduction Razor
  • 5. Default Views Razor
  • 6. Routing Overview Razor
  • 7. Create Category Model
  • 8. Data Annotations
  • 9. Connection String
  • 10. Application db context
  • 11. Program.CS Database Settings
  • 12. Create Database
  • 13. Categories Get Action Method
  • 14. Display All Categories
  • 15. Add Create Category Button
  • 16. Create Category Ui
  • 17. Create Property In Page Model
  • 18. Create Category And Bind Property
  • 19. Bootswatch
  • 20. Server Side Validations
  • 21. Custom Validations
  • 22. Display Name And Range Annotation
  • 23. Client Side Validations
  • 24. Links For Edit And Delete
  • 25. Edit Category
  • 26. Back To List
  • 27. Delete Category
  • 28. Temp data
  • 29. Toastr
  • 30. Partial Views
  • 31. Scaffold Crud Pages
  • 32. Back To Bulky

  • 4. N-Tier Architecture
  • 1. Creating more Projects
  • 2. N Tier Architecture
  • 3. Details Action Method
  • 4. Help Tip 1 - How to handle corrupted migrations
  • 5. Bootswatch Theme

  • 5. Repository Pattern
  • 1. Intro To Repository
  • 2. Repo Overview
  • 3. Repository Pattern Detailed Flow
  • 4. Repository Detailed Architecture
  • 5. Irepository Interface
  • 6. Implement Irepository
  • 7. Category Repository Interface
  • 8. Implement Category Repository
  • 9. Replace Dbcontext With Category Repository
  • 10. Implementing Unit Of Work
  • 11. Unitofwork In Action
  • 12. Assignment 1 Solution - Cover Type Repository
  • 13. Assignment 1 - Cover Type Repository
  • 14. Areas In .Net Core
  • 15. Areas In Action
  • 16. Assignment 2 - Cover Type Controller And Views
  • 17. Assignment 2 Solution - Cover Type Controller And Views
  • 18. Dropdown In Navigation

  • 6. Product Management
  • 1. Create Product Model
  • 2. Create Product Table
  • 3. Product Repository
  • 4. Create Product Controller
  • 5. Product Get Action Ui
  • 6. Projections Using Select
  • 7. View Bag In .Net Core
  • 8. Viewdata In .Net Core
  • 9. View Models
  • 10. Add File Upload
  • 11. Sweet alerts
  • 12. Create First Product
  • 13. Add Api Endpoint For Datatable
  • 14. Loading Data tables
  • 15. Include Properties
  • 16. Render Html In Datatables
  • 17. Load Product On Upsert Get
  • 18. Update Product
  • 19. Update Book Images
  • 20. Delete Api Endpoint
  • 21. Delete Product
  • 22. Tinymce Editor

  • 7. Home Page
  • 1. Home Page
  • 2. Lux theme
  • 3. Details Action Method
  • 4. Details UI

  • 8. Identity Management
  • 1. Scaffold Identtity Failed
  • 2. Scaffold Identity
  • 3. What Got Added With Identity
  • 4. Add Identity Tables
  • 5. Identity Bugs With Scaffolded Pages
  • 6. Register And Login In Action
  • 7. Add More Fields To Identity Table
  • 8. Assignment 3 - Company Crud
  • 9. Assignment 3 - Solution Company Crud
  • 10. Add Roles To Application
  • 11. Create Roles For Website
  • 12. Add More Fields On Register Ui
  • 13. Display All Roles In Dropdown
  • 14. Register User With Roles
  • 15. Company Dropdown
  • 16. Toggle Company Dropdown
  • 17. Register Company User

  • 9. Shopping Cart
  • 1. Add Shopping Cart Table to Database
  • 2. Add Shopping Cart and Application User Repository
  • 3. Add Items to Shopping Cart
  • 4. Add items to existing cart
  • 5. Configure Application Cookie
  • 6. Shopping Cart UI
  • 7. Load Shopping Cart List in Get Action
  • 8. Price calculation based on quantity
  • 9. Cart Total
  • 10. Updating Quantity in Shopping Cart
  • 11. Cart Summary UI

  • 10. Order Creation
  • 1. Create Order Header and Details Model
  • 2. Add Order Header and Detail to Unit Of Work
  • 3. Summary GET Action Method
  • 4. Load Summary UI with data
  • 5. Summary POST Action Method
  • 6. Create Order
  • 7. Create Stripe Account
  • 8. Stripe Secrets Configuration
  • 9. Call Stripe from Summary Page
  • 10. Save Stripe Session ID and Payment Intent ID
  • 11. Order Confirmation
  • 12. Payments in Action NEw
  • 13. Payments in Action

  • 11. Order Management
  • 1. Flow For Company User
  • 2. Place Order For Company User
  • 3. Order vm And Retrieve All Orders
  • 4. Display All Orders
  • 5. Add Status Filter On Order List
  • 6. Toggle Ui For Status Based On Selection
  • 7. Demo - Filters In Order List
  • 8. Role Based Order Display
  • 9. Order Details Get Action
  • 10. Loading Order Details Header
  • 11. Display Order Details
  • 12. Order Processing Buttons Logic
  • 13. Update Order Details And Ef Core Tracking
  • 14. Ship Order
  • 15. Cancel Order
  • 16. Cancel Order New
  • 17. 2 Issue With Stripe
  • 18. Delayed Payment

  • 12. MVC Advance Concepts
  • 1. Authorization
  • 2. Email Sender using MimeKit and MailKit
  • 3. Test Email Sender
  • 4. SendGrid
  • 5. Session in Action
  • 6. Remove From Session
  • 7. View Component Code
  • 8. View Component in Action
  • 9. FaceBook Login
  • 10. Demo - Facebook Login
  • 11. Hide Roles from Registration
  • 12. Session Bug

  • 13. Seed Database and Azure Deployment
  • 1. DbInitializer Interface
  • 2. Implement DbInitializer
  • 3. Create SQL Database on Azure
  • 4. Azure Deployment
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 21579
    حجم: 6997 مگابایت
    مدت زمان: 887 دقیقه
    تاریخ انتشار: ۷ آبان ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید