ASP.NET Core Full Stack

ASP.NET Core Full Stack

Size
2.2 GB
Seeders
29
Leechers
1
Files
98
Category
Added
07/29/23 at 5:53pm GMT+1
Infohash
1827861eb37e25c771756839a60a1ddfa642780d

Description


Description



ASP.NET Core Full Stack is a complete online course designed to take C# developers new to the platform through a carefully crafted path to discover the power of the ASP.NET Core platform.



You will build a complete ASP.NET Core web application, step by step, with both a modern and interactive Blazor WASM Frontend and a simple but powerful Minimal API Backend fully integrated with a SQL Server database.



Why is this course different?



   Because instead of jumping straight to the ideal implementation, this course follows Julio’s signature teaching method:

       Learn the concept

       Apply the concept by building something quick

       Understand the challenges and limitations

       Refactor, apply best practices and arrive to the best solution



   Because you will learn by building a real application, which is the best way to learn

   Because there’s no magic copy/pasted code. Every line of code is added on screen and is explained in detail

   Because you’ll use Visual Studio Code (as opposed to Visual Studio), which will help you understand how things actually work behind the scenes.

   Because this course goes straight to the point, no fluff. In a bit over 5 hours you’ll know your way around the entire ASP.NET Core platform.



By the end of this course, you will have a fully working ASP.NET Core Full Stack application, but most importantly you will understand every line of code, how the frontend and backend work together and why we ended up with the final implementation.



What version of .NET and ASP.NET Core is used on this course?



.NET 7 and ASP.NET Core 7.



Will I use controllers to create the backend API in this course?



No, in this course you will use the newer Minimal API framework.

Who this course is for:



   Web developers new to ASP .NET Core or with experience in other languages/frameworks that need to quickly get up to speed with this platform.

   Experienced C# developers that need to broaden their skill set and explore new ways of building scalable and performant web applications.

   Any software developer looking to transition to a career in web development. This course will help you quickly learn the skills you need to succeed in this exciting field.



Requirements



   Basic C# or Java knowledge

   Understand HTML & CSS Essentials

   Some experience with relational databases

   A computer with Windows, Mac OS or Linux installed



Last Updated 7/2023

File list
  • ASP.NET Core Full Stack
  • .pad/0 175 B
  • .pad/1 206 B
  • .pad/2 87 B
  • .pad/3 39 B
  • .pad/4 290 B
  • .pad/5 64 B
  • .pad/6 65.2 KB
  • .pad/7 177.4 KB
  • .pad/8 155.5 KB
  • .pad/9 13.9 KB
  • TutsNode.net.txt 63 B
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/1. Introduction.srt 2.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/2. Source code.html 262 B
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/3. A look at the finished application.srt 9.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/4. Software prerequisites.srt 1.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/5. Course outline.srt 1.6 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/1. Introduction/6. Introduction to ASP.NET Core.srt 11.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/1. Introduction.srt 529 B
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/10. Using Razor syntax to combine HTML with C#.srt 18 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/11. Using Bootstrap to style an HTML table.srt 8.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/2. What is Blazor.srt 4.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/3. Development environment setup.srt 7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/4. Creating a Blazor WebAssembly project.srt 14.1 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/4.1 Lesson02.03.zip 370.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/5. Exploring the Blazor project files.mp4 116.7 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/5. Exploring the Blazor project files.srt 35.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/6. Debugging a Blazor WebAssembly application.srt 7.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/7. Removing unneeded files and code.srt 5.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/8. Adding an HTML table.srt 5.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/2. Building a Blazor client - Part 1/9. Creating a C# model class.srt 11 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/1. Moving data to a separate C# client class.srt 11.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/10. Adding an Edit button to table rows.srt 11 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/11. Adding a modal dialog for deletion.mp4 80.4 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/11. Adding a modal dialog for deletion.srt 24.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/12. Adding a Delete button to trigger deletion.mp4 58.7 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/12. Adding a Delete button to trigger deletion.srt 23.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/2. Populating data on Razor component initialization.srt 9.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/3. Using the EditForm component.mp4 57.8 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/3. Using the EditForm component.srt 22.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/4. Submitting data captured in an EditForm.srt 10.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/5. Using the NavigationManager component.mp4 63.5 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/5. Using the NavigationManager component.srt 21.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/6. Using the InputSelect component.srt 6.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/7. Adding client-side validation.srt 14.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/8. Adding GetGame and UpdateGame to the C# client.srt 9.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/9. Using parameters in Razor components.mp4 80.2 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/3. Building a Blazor client - Part 2/9. Using parameters in Razor components.srt 24.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/1. Introduction.srt 347 B
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/10. Using Route Groups.srt 8.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/11. Implementing a POST endpoint.srt 17.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/12. Implementing a PUT endpoint.mp4 67.1 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/12. Implementing a PUT endpoint.srt 19.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/13. Implementing a DELETE endpoint.srt 12.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/14. Adding server-side validation.srt 14.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/2. What is a WebREST API.srt 14.1 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/3. Creating a Web API project.srt 1.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/4. Building multiple projects in VS Code.srt 11.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/5. Debugging a Web API project.srt 10 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/6. Exploring the Web API project files.srt 5.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/7. Moving data to the Web API.srt 6.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/8. Implementing a GET ALL endpoint.srt 10.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/4. Building a Web API server/9. Implementing a GET BY ID endpoint.srt 11.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/1. Introduction.srt 456 B
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/3. Client to server communication via HttpClient.mp4 60.8 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/4. Invoking asynchronous methods from Razor components.mp4 64.5 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/4. Invoking asynchronous methods from Razor components.srt 18.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/5. Understanding CORS.srt 10 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/6. Configuring CORS in a Web API.srt 10.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/5. ClientServer integration/7. Debugging server and client together in VS Code.srt 15.6 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/1. Introduction.srt 1.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/10. Applying a database migration.srt 6.9 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/10.1 Lesson05.09.zip 195.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/11. Querying and creating entities via the DbContext.srt 13.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/11.1 Lesson05.10.zip 195.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/12. Updating and deleting entities via the DbContext.mp4 79.4 MB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/12. Updating and deleting entities via the DbContext.srt 21.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/12.1 Lesson05.11.zip 195.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/13. Running client and server end to end.srt 10.8 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/13.1 Lesson05.12.zip 195.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/2. What is Docker.srt 3.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/3. Running SQL Server as a Docker container.srt 22.3 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/4. Reading configuration from appsettings.json.srt 12.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/6. What is Entity Framework Core.srt 8.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/7. Creating and configuring a DbContext.srt 12 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/8. Generating database migrations.srt 14.2 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/8.1 Lesson05.07.zip 194.6 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/9. Configuring entities for database migration.srt 12.1 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/6. Adding a SQL Server database/9.1 Lesson05.08.zip 195.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/1. Introduction.srt 906 B
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/2. Adding filtering support to the Web API.srt 5.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/2.1 Lesson06.01.zip 195.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/3. Requesting filtered data via HttpClient.srt 2.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/3.1 Lesson06.02.zip 195.4 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/4. Adding the Search UI.srt 9.7 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/4.1 Lesson06.03.zip 195.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/5. Trying out search end to end.srt 4.1 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/7. Implementing Search/5.1 Lesson06.04.zip 195.5 KB
  • [TutsNode.net] - ASP.NET Core Full Stack/8. Next Steps/1. Bonus lesson.html 844 B

Rating
Not rated yet
Log in to rate

Comments

No comments yet.