Introduction
  • Introduction
  • Create a Ecommerce Project
  • Asp.net Core Folder Structure
Entity Framework Core
  • Adding Entity Framework Core to project.json file
  • Creating Category, SubCategory and Product Tables with Code First
  • Creating Picture and Customer Tables with Code First
  • Creating Order and OrderLine Tables with Code First
  • Creating Cart and Cart Item Tables with Code First
  • Model Validations in Entity Framework Core
  • Create Data Context in Entity Framework Core
  • Create Connection String in Entity Framework Core
  • Connection Strings add to services
  • Add Migrations to Entity Framework
Entity Framework Core (1.1 Version)
  • What is Entity Framework Core
  • Add Entity Framework Core to project
  • Adding EF to csproj files(New)
  • Create Database Tables
  • Base Classes in Entity Framework Core
  • Create Data Context in Entity Framework Core
  • Adding Connection Strings
  • Dependency Injection
Adding Interfaces and Repository Classes
  • Adding Interfaces To Project
  • What is Singleton Design Pattern in ASP.NET Core
  • Using Singleton Design Pattern and Create Repositories in
  • Create Product Repository
  • Create SubCategory Repository and Other Repositories
Admin Area Designing
  • Areas for Admin and Coding Project Controllers
  • Creating Admin Area Routing
  • Adding Project Sources
  • Creating Admin Layout Page
  • Source Code : Creating Admin Layout Page
  • Creating Frontend Layout Page
  • Source Code : Creating Frontend Layout Page
  • Partial Views and Adding Site Menu
  • Source Code : Partial Views and Adding Site Menu
  • Adding Sidebar for Admin
  • Source Code : Adding Sidebar for Admin
  • Other Settings
  • Products Index (Home) Page Designing
  • Source Code : Products Index (Home) Page Designing
  • Products Create Page Designing
  • Source Code : Products Create Page Designing
  • Usable Links
Account Settings and Identity Core
  • Introduction to Asp Net Core Identity
  • Adding Identity tables to our Customer and Role models
  • Adding Identity to project json
  • Adding Identity to Startup file
  • Adding Identity Property to Account controller
  • Create Register View Model for Register Account
  • Register Action Coding
  • Create Login View Model for User Login
  • Login Action Coding
  • User Logout Settings
  • Register View Coding
  • Login View Coding
  • Using Identity Power on Asp Net Projects - Final Project
Admin Area Coding
  • Introduction
  • Create an Asynchronous Partial for Logged User (Part 1)
  • Create an Asynchronous Partial for Logged User (Part 2)
  • Service Lifetimes in Dependency Injection
  • Adding Dependencies to Startup cs file
  • Adding Interfaces and Repositories to Controller
  • Adding Category Repositories and Intefaces to Project
  • All Categories Listing - Controller
  • All Categories Listing - Views (Part 1)
  • All Categories Listing - Views (Part 2)
  • Source Codes : Category Index
  • Create Category Coding - Controller
  • Create Category Coding - Views
  • Update Category Coding - Controller
  • Update Category Coding - Views
  • All Products Listing - Controller
  • All Products Listing - Views
  • Create Products Part 1 - Controller
  • Create Products Part 2 - Views
  • Create Products Part 3 - Views
  • Create Products Part 4 - Controller
  • Adding images to products
  • Update Products Part 1-Controller
  • Update Products Part 2-Controller
  • Update Products Part 3-Views
  • Delete Products Part 1-Controllers
  • Delete Products Part 2-Last Touches
  • Admin Settings
  • Problems Fixed
  • Admin Product Bug Fixed
Angular 2 : 1. Way (Using by template)
  • Angular 2
  • What is the difference between AngularJs and Angular 2
  • Download and Use Asp Net Core 1.1
  • Installing and Setup Prerequisites
  • Usable Links
  • Create project with Angular 2 and first look to Project