Geliştirme Ortamı
  • Gerekli Bilgiler
  • Gerekli Programların Kurulumu
  • Visual Studio Code ile Geliştirme
  • Visual Studio ile Geliştirme
  • Github ile Çalışmak
Hazırlık Projesi: MovieApp
  • Bölüm Hakkında
  • VsCode ile Proje Oluşturma
  • Controller & View
  • Static Files
  • Model & Repository
  • Bootstrap Theme
  • Movie List
  • Movie Details
  • Category Repository
  • Creating Category Menu
  • Category ViewComponent
  • Filter Movies By Category
  • Adding Active Class
Projenin Oluşturulması
  • Creating Core Mvc Project
Entity Katmanı
  • Adding Entities
Repository Pattern
  • Repository Pattern
  • Repository Pattern - 1
  • Repository Pattern - 2
  • Repository Pattern - 3
Business Katmanı
  • Business Layer
Dependency Injection
  • Dependency Injection
Entity Framework Core
  • Creating Database
  • Seed Database
  • Listing the Products
Custom Middleware
  • Static Files Middleware
  • Adding Bootstrap
Kullanıcı Sayfaları
  • Display Products
  • Product Details
  • Product Categories
  • CategoryList VewComponent
  • Products By Category
  • Pagination
  • Creating Menu Links
  • Pagination Links
Yönetici Sayfaları
  • Creating Products
  • Admin Products
  • Editing Product
  • Deleting Product
  • Managing Categories
  • Display Products on the Category Page
  • Delete Product from Category
  • Display Related Categories
  • Updating Related Categories
Validation
  • Validating Products
  • Client Validation
  • Validation in Business
Resim Upload & Html Editor
  • Uploading Product Image
  • Html Editor
Üyelik İşlemleri
  • Adding Identity
  • Configure Identity
  • Creating User
  • Login by UserName
  • Login by Email
  • Updating Navbar
  • Logout
  • Csrf Token
  • Enable Confirm Account
  • Sending Confirmation Email
  • Forgot Password
  • Resetting Password
  • Display Useful Messages
Kullanıcı Yetkilendirme
  • Creating Admin User
  • Auhorization by Role
Alışveriş Sepeti
  • Cart Entities
  • Initialize Cart
  • Cart Views
  • Get Cart Items
  • Display Cart Items
  • Calculate Total
  • Add Items to Cart
  • Delete Items From Cart
Sipariş & Ödeme İşlemleri
  • Order Entities
  • Checkout Form
  • Display Cart Summary
  • Installing Payment Api
  • Completing Order
  • Clear CartItems
  • Get Orders