TeamTreehouse - Beginning ASP.NET (Track) [Thomas]
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3.8 GB
- Uploaded Bythomaskhan
- Downloads126
- Last checkedAug. 01st '22
- Date uploadedJul. 29th '22
- Seeders 13
- Leechers10
TeamTreehouse - Beginning ASP.NET (Track) [Thomas]
Course included
├── 01. Before You Start ASP.NET MVC Basics
├── 02. ASP.NET MVC Basics
├── 03. Before You Start ASP.NET MVC Forms
├── 04. ASP.NET MVC Forms
├── 05. Package Management with NuGet
├── 06. Before You Start Entity Framework Basics
├── 07. Entity Framework Basics
├── 08. Entity Framework with ASP.NET MVC
├── Beginning ASP.NET.md
├── README.txt
├── TeamTreehouse - Beginning ASP.NET (Track) [Thomas].jpg
└── TeamTreehouse - Beginning ASP.NET (Track) [Thomas].png
Please Seed ~
Files:
TeamTreehouse - Beginning ASP.NET (Track) [Thomas] 08. Entity Framework with ASP.NET MVC 03. Data Access Design Patterns- 08. Alternatives to Using Repositories.webm (102.2 MB)
- 01. Adding a Base Controller Class.webm (39.5 MB)
- 02. Using the Repository Pattern.webm (51.5 MB)
- 03. Reviewing the Completed Repository.webm (30.9 MB)
- 04. Breaking Apart Our Repository.webm (56.0 MB)
- 05. Reviewing the Comic Book Artists Repository.webm (21.9 MB)
- 06. Creating a Generic Base Repository Class.webm (39.4 MB)
- 07. Using Our Generic Base Repository Class.webm (18.3 MB) Project Files
- dotnet-ef-with-aspnet-mvc-all-videos.zip (11.7 MB)
- Entity Framework with ASP.NET MVC.md (7.1 KB) 01. Project Setup
- 01. Using Entity Framework with MVC Web Apps.webm (53.1 MB)
- 02. Introducing the Comic Book Library Manager Web App.webm (18.9 MB)
- 03. Adding the Class Library Project.webm (28.6 MB)
- 04. Adding the ASP.NET MVC Project.webm (20.8 MB)
- 05. Reviewing the Provided Project Code.webm (34.5 MB) Project Files
- dotnet-ef-with-aspnet-mvc-all-videos.zip (11.7 MB)
- 01. Preparing Our Plan.webm (25.9 MB)
- 02. Configuring Entity Framework.webm (18.4 MB)
- 03. Handling Reads.webm (59.0 MB)
- 04. Managing the Contexts Lifetime.webm (47.3 MB)
- 05. Handling Creates and Updates.webm (21.0 MB)
- 06. Handling Deletes.webm (57.2 MB)
- 07. Exercise Finishing the Comic Book Artists Controller.webm (22.9 MB)
- 08. Solution Finishing the Comic Book Artists Controller.webm (35.0 MB) Project Files
- dotnet-ef-with-aspnet-mvc-all-videos.zip (11.7 MB)
- 01. Exercise Finishing the Series Section.webm (21.9 MB)
- 02. Solution Finishing the Series Section.webm (34.6 MB)
- 03. Exercise Finishing the Artists Section.webm (12.5 MB)
- 04. Solution Finishing the Artists Section.webm (59.0 MB) Project Files
- dotnet-ef-with-aspnet-mvc-all-videos.zip (11.7 MB)
- README.txt (2.2 KB)
- TeamTreehouse - Beginning ASP.NET (Track) [Thomas].jpg (140.2 KB)
- TeamTreehouse - Beginning ASP.NET (Track) [Thomas].png (636.1 KB) 01. Before You Start ASP.NET MVC Basics
- Before You Start ASP.NET MVC Basics.md (1.4 KB)
- ASP.NET MVC Basics.md (8.8 KB) 01. Project Setup
- 01. Introduction.webm (56.6 MB)
- 02. What is ASP.NET MVC.webm (77.9 MB)
- 03. Creating a GitHub Repo.webm (22.9 MB)
- 04. Creating a Project Using Visual Studio.webm (19.0 MB)
- 05. Running Our Website.webm (14.0 MB) Project Files
- aspnet-comic-book-gallery.zip (8.7 MB)
- 01. Adding a Controller.webm (23.4 MB)
- 02. Adding an Action to a Controller.webm (8.7 MB)
- 03. Overview of URL Routing.webm (28.3 MB)
- 04. Using Action Result Types.webm (36.0 MB) Project Files
- aspnet-comic-book-gallery.zip (8.7 MB)
- 01. Adding a View.webm (19.0 MB)
- 02. Using Razor for View Layout.webm (14.8 MB)
- 03. Displaying a List with Razor.webm (18.2 MB)
- 04. Setting Data in the Controller.webm (50.3 MB)
- 05. Adding Design Files.webm (25.3 MB)
- 06. View Layouts.webm (28.3 MB) Project Files
- aspnet-comic-book-gallery.zip (8.7 MB)
- 01. Adding a Data Model.webm (30.6 MB)
- 02. Updating the Data Model.webm (7.0 MB)
- 03. Using Strongly Typed Views.webm (20.4 MB)
- 04. Improving Our View Layout.webm (39.7 MB)
- 05. Applying Software Design Principles.webm (37.0 MB)
- 06. Adding the Repository.webm (21.8 MB)
- 07. Updating the Controller.webm (27.1 MB)
- 08. Using the Visual Studio Debugger.webm (22.0 MB)
- 09. Validating a Bug Fix with the Debugger.webm (37.3 MB) Project Files
- aspnet-comic-book-gallery.zip (8.7 MB)
- 01. Adding a List Controller and View.webm (26.6 MB)
- 02. Finishing the List View.webm (14.2 MB)
- 03. Updating the Default Route.webm (40.8 MB)
- 04. Linking Between Views.webm (19.9 MB)
- 05. Improving Navigation.webm (32.6 MB)
- 06. Wrap Up.webm (51.3 MB) Project Files
- aspnet-comic-book-gallery.zip (8.7 MB)
- Before You Start ASP.NET MVC Forms.md (1.4 KB)
- ASP.NET MVC Forms.md (8.6 KB) 01. Introducing CRUD Applications
- 01. Introduction.webm (38.8 MB)
- 02. Welcome to the Fitness Frog Web App.webm (31.7 MB)
- 03. Getting Started.webm (7.9 MB)
- 04. Reviewing Our Project Files.webm (18.6 MB)
- 05. Reviewing the List Page.webm (10.9 MB) Project Files
- aspnet-fitness-frog-all-videos.zip (7.3 MB)
- 01. Getting Familiar with Our HTML Form.webm (28.7 MB)
- 02. Handling a Form Post.webm (9.8 MB)
- 03. Using Model Binding to Capture POST Data.webm (33.4 MB)
- 04. Working with Non-String Data.webm (21.3 MB)
- 05. Invalid Values and ModelState.webm (19.7 MB)
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.com:2810/announce
- udp://tracker.openbittorrent.com:6969/announce
- http://tracker.openbittorrent.com:80/announce
- https://opentracker.i2p.rocks:443/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://tracker.pomf.se:80/announce
- udp://tracker.moeking.me:6969/announce
- udp://tracker.lelux.fi:6969/announce
- udp://tracker.dler.org:6969/announce
- udp://tracker.altrosky.nl:6969/announce