Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Building Applications with Angular, ASP.NET Core, and Entity Framework Core

    Posted By: Landau17
    Building Applications with Angular, ASP.NET Core, and Entity Framework Core

    Building Applications with Angular, ASP.NET Core, and Entity Framework Core
    MP4 | Video: 720p | Duration: 3:33:48 | English | Subtitles: VTT | 652.3 MB



    Creating a complete full-stack application requires integrating multiple components. The front-end piece must talk smoothly to the server, and within the server, you'll need multiple layers: one to talk with the client, and one to store information on the server. This course teaches integration through the perspective of a quiz project, with instructor Alexander Zanfir showing how to use Angular, ASP.NET Core, and Entity Framework Core to develop a full-stack application. Alexander explains how to display and edit data in Angular with ASP.NET Core, create forms, navigate to different views, and more.

    Topics include:
    • Creating and configuring the Angular project
    • Creating forms with Angular
    • Creating get and post routes in an ASP.NET Core controller
    • Updating Angular service to post to API
    • Persistence with Entity Framework
    • Displaying and editing data in Angular with ASP.NET Core
    • Navigating to different views in Angular
    • Associations between entities with Angular and Entity Framework
    • Setting up Identity Framework