Learn comprehensive ASP NET CORE – ANGULAR 2
Psst : If you want to buy this course for $10 / €10 discounted price coupon use this code : HAPPYCORETEN.
Added Last Updates :
02.02.2018 – Section 15 (E-Commerce Project API) – added 13 new lectures.
02.02.2018 – Section 14 (Web API Basics) – added 9 new lectures.
13.08.2017 – Section 13 (Paypal Implementing) – added 2 new lectures.
05.08.2017 – Section 14 (Entity Framework Core 1.1 (Last Version)) – added 8 new lectures.
13.06.2017 – Section 13 (Paypal Implementing) – added 3 new lectures.
03.06.2017 – Section 13 (Paypal Implementing) – added 6 new lectures.
29.05.2017 – Section 13 (Paypal Implementing) – added 4 new lectures.
22.05.2017 – Section 6 (Admin Area Coding) – added 5 new lectures.
18.05.2017 – Section 10 (Frontend Pages Coding) – added 1 new lecture.
12.05.2017 – Section 11 (Card Operations) – added 11 new lectures.
07.05.2017 – Section 10 (Frontend Pages Coding) – added 2 new lectures.
30.04.2017 – Section 10 (Frontend Pages Coding) – added 4 new lectures.
24.04.2017 – Section 8 (Angular 2 – Second Way) – added 5 new lectures.
19.04.2017 – Section 8 (Angular 2 – Second Way) – added 4 new lectures.
05.04.2017 – Section 8 (Angular 2 – Second Way) – added 5 new lectures.
04.04.2017 – Section 8 (Angular 2 – Second Way) – added 4 new lectures.
03.04.2017 – Section 8 (Angular 2 – Second Way) – added 3 new lectures.
30.03.2017 – Section 8 (Angular 2 – Second Way) – added 6 new lectures.
28.03.2017 – Section 8 (Angular 2 – Second Way) – added 5 new lectures.
22.03.2017 – Added 6 new lectures
17.03.2017 – Added 2 new lectures.
15.03.2017 – (Angular 2 – Second Way) – added 4 new lectures.
04.03.2017 – new Section 8 (Angular 2 – Second Way) – added 5 new lectures.
28.02.2017 – Section 7 (Angular 2 – First Way) – added 5 new lectures and a project file.
22.02.2017 – Section 6 (Admin Area Coding) – added 9 new lectures.
16.02.2017 – Course Design Codes are added and added 6 new lectures.
05.02.2017 – Section 6 (Admin Area Coding) – added 12 new lectures.
28.01.2017 – Section 9 (Card Operations) Added with 2 lectures, and 3 lectures added to Section 6 (Admin Area Coding)
25.01.2017 – Source Codes Added
23.01.2017 – Section 8 (Frontend Pages Design) Added to Curriculum.
Please Read, Before you buy : This course is in growing process,
we are adding new contents every week and you can track the progress on
this page week by week. So be aware that all the contents you are
looking for may or may not be added yet, just check the sections and
lectures before you buy. All the sections will be complete in a couple
of weeks. Also after all the curriculum is done, we are planning to
continue to add new lectures according to our students needs and wishes.
This course will always be in growing process as long as Microsoft continues to develop ASPNET Core.
Thank you for reading.
COURSE DESCRIPTION
In this course we will be building an E-Commerce website from zero with ASP.NET Core MVC6. We will learn Repository Design Pattern, Singleton Design Pattern, ASP.NET Core Web Api 2, later that we will work with client-side packages like Bower, Grunt, Gulp and NPM. After that we will improve our application on client side with JQuery, Knockout.Js and Angular.Js 2. At last we will establish a database connection with Entity Framework Core and will learn add, remove, edit, delete, sort, filter processes with Entity Framework Core. We will also be using a design which was built with Bootstrap 4. And we will see how we can work with SASS and LESS on MVC 6. Also we will learn how to use Dependency Injection on ASP.NET Core MVC 6. We will be adding some some ready to use Javascript libraries like Bootbox.Js and Notify.Js. On Server side coding, we will use AJAX and JSON.
At the end of this lecture we will have all the knowledge to develop wonderful web applications. On this course we will learn how to develop an ecommerce project but you will learn all the necessary skills and information to build your own projects.
If you wish you can build a blog, an e-commerce app or a content management system – CMS. Or you can build corporate projects. This is up to you entirely. You will learn all you need on this course.
After this course, you will be learnt how to build modular applications with ASPNET Core MVC6, and we will be giving you a real life project as an e-commerce web site with source codes. We will be updating and expanding this course, according to your comments and wishes. And we will always be in touch with our students.
As requirements; you should be very familiar with C# language and have known to use CSS, HTML, JS frontend technologies. And simple knowledge of .NET Framework is enough.
You may have noticed that all these subjects are the latest technologies on the market. Especially ASPNET Core MVC 6, Bower, Grunt, GULP, NPM, latest version of JQuery and Knockout.JS. Angular 2 is the latest version right now. We will also be using Entity Framework Core also known as Entity Framework 7. Also Bootstrap 4 with SASS. We will define our dependency injections without a need for external linking. With these also we will use bootbox.js, notify.js as with latest versions. Lets mention again, we also be using earlier technologies like AJAX and JSON.
If you are ready, lets start our course!!
Are you here because you want to build your own web application?
THIS COURSE WILL CHANGE YOUR LIFE!
This course will give you step by step instructions on how to build a E-commerce App in Asp Net Core MVC 6 with the following features;
By the end of this course you will be able to build real world web apps. In this course you will learn how to build and design secure Asp Net Core Mvc 6 apps. This is not a toy app. You will be building professional web applications – all from scratch. I strongly believe that the best way to learn to code is by building something from scratch. Code snippets and documents are great, but you truly learn when you are doing. This course will show you how to build a classified e-commerce website.
Introduction
In this course we will be building an E-Commerce website from zero with Asp.Net Core MVC6.
In this lecture, we will be starting to build our application on Visual Studio.
Lets learn about the folder structure for Asp.Net Core.
Entity Framework Core
In this lecture we will be defining our Entity Framework Core code on "project.json" file.
In this lecture we will be defining our models. We will create database tables in this models and creating their names and validations.
We continue on adding model tables.
We will continue our lecture by creating order and order line tables.
In this lecture we continue to create the tables.
In this lecture we will be learning about Data Annotations and we will add model validation to our tables.
In this lecture we will create the Data Context Table.
In this lecture we will create connection strings on AppSettings File.
In this lecture we will try to show the connection strings that we created on Startup file.
In this lecture we will make the migration and update the database.
Entity Framework Core (1.1 Version)
In this lecture, we will learn about Entity Framework.
In this lecture, we will learn how to add Entity Framework to our Project.
In this lecture, we will learn how to add Entity Framework by using csproj file.
In this lecture, we will create database tables.
In this lecture, we will learn about Base Classes and we will use them on our database tables.
In this lecture, we will create Data Context in Entity Framework.
In this lecture, we will continue to database defining process.
In this lecture, we will implement dependency injection and complete the database processes.
Adding Interfaces and Repository Classes
In this lecture we will define the interfaces for the tables that we created
Singleton design pattern in asp net core
Often, a system only needs to create one instance of a class, and that instance will be accessed throughout the program. Examples would include objects needed for logging, communication, database access
After we learned everything about Singleton Design Pattern, now it is time to see it in action.
In this lecture we will continue on with Repository subject.
In this lecture we will create the Sub Category Repository.
Admin Area Designing
In this lecture we will be designing our admin panel page.
In this lecture we will be defining route for Admin Area.
In this lecture we will add the source files to the project.
In this lecture we will create a layout that we will be using on all the pages at admin section.
In this lecture we will create the Frontend Layout.
In this lecture we will create Partial Views for our top menu.
In this lecture we will create a sitebar on Admin Section as Partial View.
In this lecture we will organize the changes made on the template.
In this lecture we will be designing Index View for Products Controller.
In this lecture we will be designing Create View of Product Controller.
Usable Links for Asp net core Mvc 6
Account Settings and Identity Core
In this lecture we will learn about what Identity is and what is it used for.
You can configure ASP.NET Core Identity to use a SQL Server database to store user names, passwords, and profile data. Alternatively, you can use your own persistent store to store data in another persistent storage
In this lecture we will continue on our project with Identity.
In this lecture we will write the definitions of IdentityUser and IdentityRole to Project.json file.
In this lecture we will see how to add Identity to the Startup File.
In this lecture we will create the Account Controller.
In this lecture we will be doing the Register Processes.
In this lecture we will add the Register View Model to our method that we created on the previous lecture.
In this lecture we will be doing the Login Processes.
In this lecture we will continue on coding the Login Action.
In this lecture we will be doing the Logout Processes.
In this lecture we will display all the proceses on Views that created on Account Controller.
In this lecture we will be coding the Login View Page.
In this lecture we will see all the coding processes that we made until now on Browser.
Admin Area Coding
In this section, we will be doing adding product, deleting, updating, adding category, adding product by category and such processes.
In this lecture we will start coding on Admin Area.
In this lecture we will code Top Partial Login Menu.
In this lecture, it is time to show you how to integrate and use Transient, Scoped and Singleton Dependencies.
In this lecture we will be adding interfaces to the controller on Admin Area.
In this lecture, we will be defining our category processes.
In this lecture, we will be creating the processes that we list all categories.
In this lecture, Category Index.cshtml designing and coding will be done.
In this lecture, we will continue on designing and coding Category Index.cshtml file.
In this lecture, we will be creating Controller side of the adding new category.
In this lecture, we will be coding Create Category View.
In this lecture, we will create the update processes of the category.
In this lecture, we will make View processes of Category Update.
In this lecture, we will try to list all the products that we have on products controller on Admin Area.
After we finished the controller process, we will continue on Index page View.
In this lecture, we are finishing the processes for adding products.
In this lecture, we continue on products view page
In this lecture, we will add ProductImage to the database.
In this lecture, we will continue the processes on product controller.
In this lecture, we will be creating processes for adding images to the products.
In this lecture, we will be performing update processes.
In this lecture, we will record, save the products to be updated.
In this lecture, we will make some changes on code and create update view.
In this lecture, we will be performing the delete process.
In this lecture, we can start creating views.
In this lecture, we will arrange the left menu, and code the links to work.
In this lecture, we will solve some problems on admin area.
In this lecture, we will fix a missing part for displaying categories on product list page.
Angular 2 : 1. Way (Using by template)
In this lecture, we updated the asp net core to 1.1
In this lecture, we will integrate the Angular2 to the project.
In this lecture, we will be creating our first Angular2 application.