Udemy - ASP.NET Core 6, EF Core and React.JS - Complete Guide

seeders: 7
leechers: 4
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ CourseLala.com ] Udemy - ASP.NET Core 6, EF Core and React.JS - Complete Guide
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Course overview.mp4 (23.1 MB)
    • 1. Course overview.srt (2.1 KB)
    • 2. Setting up the environment.mp4 (45.6 MB)
    • 2. Setting up the environment.srt (3.6 KB)
    • AspNetCoreWithReact
      • AppDataContext.cs (0.3 KB)
      • AspNetCoreWithReact.csproj (2.7 KB)
      • AspNetCoreWithReact.csproj.user (0.3 KB)
      • AspNetCoreWithReact.sln (1.1 KB)
      • ClientApp
        • README.md (108.5 KB)
        • aspnetcore-https.js (1.2 KB)
        • aspnetcore-react.js (1.7 KB)
        • build
          • asset-manifest.json (1.0 KB)
          • favicon.ico (5.3 KB)
          • index.html (2.2 KB)
          • manifest.json (0.3 KB)
          • static css
            • 2.ef9168ec.chunk.css (157.4 KB)
            • 2.ef9168ec.chunk.css.map (485.5 KB)
            • main.54eca7b9.chunk.css (0.3 KB)
            • main.54eca7b9.chunk.css.map (0.9 KB)
            js
            • 2.6ae9f7d7.chunk.js (246.3 KB)
            • 2.6ae9f7d7.chunk.js.LICENSE.txt (1.4 KB)
            • 2.6ae9f7d7.chunk.js.map (768.6 KB)
            • main.171fa823.chunk.js (18.4 KB)
            • main.171fa823.chunk.js.map (42.1 KB)
            • runtime-main.05253f8d.js (1.5 KB)
            • runtime-main.05253f8d.js.map (8.1 KB)
          • env (0.0 KB)
          • env.development (0.0 KB)
          • env.development.local (0.2 KB)
          • gitignore (0.3 KB)
          • package-lock.json (699.1 KB)
          • package.json (1.5 KB)
          • public
            • favicon.ico (5.3 KB)
            • index.html (1.6 KB)
            • manifest.json (0.3 KB)
            src
            • App.js (1.1 KB)
            • App.test.js (0.4 KB)
            • components
              • Counter.js (0.7 KB)
              • FetchData.js (1.6 KB)
              • Home.js (1.7 KB)
              • Layout.js (0.4 KB)
              • MyComponents
                • LibraryComponent.js (11.1 KB)
                • MyClassComponent.js (0.3 KB)
                • MyFunctionalComponent.js (4.6 KB)
              • NavMenu.css (0.3 KB)
              • NavMenu.js (2.5 KB)
              • custom.css (0.2 KB)
              • index.js (0.5 KB)
              • registerServiceWorker.js (4.0 KB)
              • setupProxy.js (0.5 KB)
              • Controllers
                • LibraryController.cs (1.2 KB)
                • WeatherForecastController.cs (2.1 KB)
                CustomMiddleware
                • MyMiddleware.cs (0.7 KB)
                DependencyInjection
                • ConsoleWriter.cs (0.2 KB)
                • IConsoleWriter.cs (0.1 KB)
                Model DTO
                • WeatherForecast.cs (0.3 KB)
                Entities
                • ILibraryService.cs (0.3 KB)
                • Library.cs (0.4 KB)
                • LibraryService.cs (1.3 KB)
                Pages
                • Error.cshtml (0.9 KB)
                • Error.cshtml.cs (0.6 KB)
                • _ViewImports.cshtml (0.1 KB)
              • Program.cs (1.5 KB)
              • Properties PublishProfiles
                • FolderProfile.pubxml (0.7 KB)
                • FolderProfile.pubxml.user (0.4 KB)
                • launchSettings.json (0.8 KB)
                • SQL
                  • Script.sql (1.3 KB)
                • appsettings.Development.json (0.2 KB)
                • appsettings.json (0.3 KB)
                • config
                  • dotnet-tools.json (0.2 KB)
                • package-lock.json (0.0 KB)
                • 2. ASP.NET Core 6
                  • 1. Introduction to ASP.NET Core 6.mp4 (37.1 MB)
                  • 1. Introduction to ASP.NET Core 6.srt (3.1 KB)
                  • 2. Creating React ASP.NET Core project.mp4 (24.5 MB)
                  • 2. Creating React ASP.NET Core project.srt (2.0 KB)
                  • 3. Exploring project structure and key files.mp4 (57.0 MB)
                  • 3. Exploring project structure and key files.srt (7.0 KB)
                  • 4. Dependency injection.mp4 (88.7 MB)
                  • 4. Dependency injection.srt (8.5 KB)
                  • 5. Custom middleware.mp4 (63.0 MB)
                  • 5. Custom middleware.srt (6.5 KB)
                  3. Entity Framework Core
                  • 1. Introduction to Entity Framework Core.mp4 (40.6 MB)
                  • 1. Introduction to Entity Framework Core.srt (2.9 KB)
                  • 2. Configuring Entity Framework in the project.mp4 (44.5 MB)
                  • 2. Configuring Entity Framework in the project.srt (4.0 KB)
                  • 3. Installing SQL Server.mp4 (19.0 MB)
                  • 3. Installing SQL Server.srt (0.9 KB)
                  • 4. Creating database and tables.mp4 (16.6 MB)
                  • 4. Creating database and tables.srt (2.2 KB)
                  • 5. Creating Library entity in the project.mp4 (92.6 MB)
                  • 5. Creating Library entity in the project.srt (8.4 KB)
                  • 6. Creating GET method.mp4 (77.3 MB)
                  • 6. Creating GET method.srt (5.4 KB)
                  • 7. Creating ADD method.mp4 (38.9 MB)
                  • 7. Creating ADD method.srt (3.5 KB)
                  • 8. Creating UPDATE method.mp4 (45.1 MB)
                  • 8. Creating UPDATE method.srt (4.4 KB)
                  • 9. Creating DELETE method.mp4 (24.2 MB)
                  • 9. Creating DELETE method.srt (2.4 KB)
                  4. ASP.NET Core Web API
                  • 1. Introduction to ASP.NET Core Web API.mp4 (32.0 MB)
                  • 1. Introduction to ASP.NET Core Web API.srt (3.7 KB)
                  • 2. Creating API

Description

ASP.NET Core 6, EF Core and React.JS - Complete Guide



Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.02 GB | Duration: 3h 40m
The complete guide to build applications using ASP.NET Core 6, React and Entity Framework Core
What you'll learn
How to develop an interactive single page application (SPA) using React js
How to build a Web API using ASP NET Core 6 (.NET 6)
How to use Entity Framework Core to manipulate database records
How to allow users to create, read, update and delete items in the web page using Axios
How to document a Web API using Swagger
How to install and use Microsoft SQL Server Studio
How to install and publish an application in IIS

Description
In this course you will learn how to develop a complete functional application using ASP.NET Core 6, that connects to a database, allowing users to visualize, create, edit and delete elements directly from a friendly and well designed web page using React.js, one of the most powerful front-end libraries on the market.

At the end of this course, you will have sufficient knowledge to develop your own complete application using ASP.NET Core, React.js and Entity Framework Core connecting to a database.

Some of the topics that we will cover during this course:



Download torrent
2 GB
seeders:7
leechers:4
Udemy - ASP.NET Core 6, EF Core and React.JS - Complete Guide


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
2 GB
seeders:7
leechers:4
Udemy - ASP.NET Core 6, EF Core and React.JS - Complete Guide


Torrent hash: F31ABB759C76984D2F4682B9B1503EC054A480B2