Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-on Web Development with ASP.NET Core & Angular 7
Rating: 4.1 out of 5(60 ratings)
231 students

Hands-on Web Development with ASP.NET Core & Angular 7

Build a full service online store with shopping cart and admin panel.
Created byReynald Adolphe
Last updated 2/2019
English
English [Auto],

What you'll learn

  • Creating an online store to sell DVD Movies using ASP .NET and Angular 7

Course content

6 sections38 lectures3h 33m total length
  • Introduction2:23

    Build a dvd store with Angular 7 and ASP.NET Core, featuring a navigable catalog, cart, checkout, order confirmation, and admin tools to manage movies and orders.

  • Setup Environment8:39
  • Create And Review Project12:02

    Create a dot net core and angular project, run the template, and review the weather app demo to explore the client app folder, project structure, and controllers.

  • Update Project7:34

    Clean up the UI, set up a minimal Angular app shell for a dvd movie store, dynamically populate index content, and leverage webpack hot module replacement to auto-compile and refresh.

  • Configure DB_Connection/Logging2:36

    Configure a connection string named movies to localdb, enable ef core logging for development, and prepare to display data fields such as name, category, description, and price.

  • Creating the ASP.NET Core Data Model3:30

    Create the ASP.NET Core data model by building C sharp model classes to form a database schema on the service side, with movie, studio, and rating models in models folder.

  • s1_v1.6_Seeding the DB8:33

    Define a data context with entity framework core, exposing movies, studios, and ratings, then seed initial data and apply migrations to test data retrieval via api.

  • s1_v1.7.Creating the Angular Data Model6:01

    Create an Angular data model by adding movie, studio, and rating models, set up a feature module, and configure the root app module to enable dependency injection and data display.

  • s1_v1.8_Displaying Data5:29

    Learn to display data with an angular repository, injecting it into the app component, and exposing a read-only movie property for template data binding to show a movie record.

Requirements

  • Familiarity with C#, HTML and JavaScript/TypeScript syntax

Description

Have you been thinking why so many applications do not become successful or popular? Are you looking to create a user-friendly cross-platform application with a powerful UI? Hands-on Web Development with ASP.NET Core & Angular 7 will teach you to blend the power of Angular UI and .NET Core to create an interactive, real-world application that can easily communicate between frontend and backend & in our case, an online DVD Movie store for purchasing films using a shopping a cart as a user along with and admin panel to manage selections as an administrator.


You will create a strong Angular UI and a flawless cross-platform ASP.NET Core shopping application leveraging web services for querying data. You will be structuring Angular routing and building the components needed to complete a nice Angular UI & .NET Core shopping experience. By the end of the course you will have built a complete application from scratch using the skills of a full-stack developer who can easily build components/models for Angular & ASP.NET projects.

Who this course is for:

  • Beginner programmers of C# & Angular