17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[UdemyCourseDownloader] Building A ASP.NET MVC 5 Membership Website
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
This highly modular and proven no-fluff course will teach you how to implement a fully functional ASP.NET MVC 5 membership website complete with an Entity Framework code-first database and two user interfaces; one for administrators and one for the end-user. I have used the teaching technique used in this video course for many years with fast superb results for my students.
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01 Welcome/001 Introduction-subtitle-en.vtt
6.5 KB
01 Welcome/001 Introduction.mp4
9.9 MB
01 Welcome/002 How To Setup The Visual Studio 2015 MVC5 Project-subtitle-en.vtt
8.5 KB
01 Welcome/002 How To Setup The Visual Studio 2015 MVC5 Project.mp4
26.6 MB
01 Welcome/links-to-visit.txt
94 B
02 Module 1 - Adding the Admin menu to the navigation bar/003 Entities-Diagram-Small.png
100.8 KB
02 Module 1 - Adding the Admin menu to the navigation bar/003 Introduction to the Admin area and the Admin menu-subtitle-en.vtt
997 B
02 Module 1 - Adding the Admin menu to the navigation bar/003 Introduction to the Admin area and the Admin menu.mp4
1.7 MB
02 Module 1 - Adding the Admin menu to the navigation bar/004 Adding the Admin Area-subtitle-en.vtt
973 B
02 Module 1 - Adding the Admin menu to the navigation bar/004 Adding the Admin Area.mp4
2.6 MB
02 Module 1 - Adding the Admin menu to the navigation bar/005 Introduction to the Admin menu-subtitle-en.vtt
1.4 KB
02 Module 1 - Adding the Admin menu to the navigation bar/005 Introduction to the Admin menu.mp4
2.3 MB
02 Module 1 - Adding the Admin menu to the navigation bar/006 Creating the Admin Menu - Part 1-subtitle-en.vtt
5.5 KB
02 Module 1 - Adding the Admin menu to the navigation bar/006 Creating the Admin Menu - Part 1.mp4
16.7 MB
02 Module 1 - Adding the Admin menu to the navigation bar/007 Creating the Admin Menu - Part 2-subtitle-en.vtt
860 B
02 Module 1 - Adding the Admin menu to the navigation bar/007 Creating the Admin Menu - Part 2.mp4
3.2 MB
02 Module 1 - Adding the Admin menu to the navigation bar/008 Creating the Admin Menu - Part 3-subtitle-en.vtt
6.8 KB
02 Module 1 - Adding the Admin menu to the navigation bar/008 Creating the Admin Menu - Part 3.mp4
19.1 MB
02 Module 1 - Adding the Admin menu to the navigation bar/009 Creating the Admin Menu - Part 4-subtitle-en.vtt
4 KB
02 Module 1 - Adding the Admin menu to the navigation bar/009 Creating the Admin Menu - Part 4.mp4
13.2 MB
03 Module 2 - Creating the Database/010 Entities-Diagram-Small.png
100.8 KB
03 Module 2 - Creating the Database/010 Introduction to Creating a Database With Entity Framework Code-First-subtitle-en.vtt
9.9 KB
03 Module 2 - Creating the Database/010 Introduction to Creating a Database With Entity Framework Code-First.mp4
23.2 MB
03 Module 2 - Creating the Database/011 Enable Migrations And Cerate The Database-subtitle-en.vtt
6.2 KB
03 Module 2 - Creating the Database/011 Enable Migrations And Cerate The Database.mp4
17.9 MB
03 Module 2 - Creating the Database/012 Adding the Section table to the database-subtitle-en.vtt
11.1 KB
03 Module 2 - Creating the Database/012 Adding the Section table to the database.mp4
32 MB
03 Module 2 - Creating the Database/013 Adding the Part table to the database-subtitle-en.vtt
7.6 KB
03 Module 2 - Creating the Database/013 Adding the Part table to the database.mp4
21.5 MB
03 Module 2 - Creating the Database/014 Adding the ItemType table to the database-subtitle-en.vtt
3.1 KB
03 Module 2 - Creating the Database/014 Adding the ItemType table to the database.mp4
9.8 MB
03 Module 2 - Creating the Database/015 Adding the Item table to the database-subtitle-en.vtt
12.9 KB
03 Module 2 - Creating the Database/015 Adding the Item table to the database.mp4
44 MB
03 Module 2 - Creating the Database/016 Adding the Product table to the database-subtitle-en.vtt
4.7 KB
03 Module 2 - Creating the Database/016 Adding the Product table to the database.mp4
18.7 MB
03 Module 2 - Creating the Database/017 Adding the ProductType table to the database-subtitle-en.vtt
3.7 KB
03 Module 2 - Creating the Database/017 Adding the ProductType table to the database.mp4
13.6 MB
03 Module 2 - Creating the Database/018 Adding the ProductLinkText table to the database-subtitle-en.vtt
2.3 KB
03 Module 2 - Creating the Database/018 Adding the ProductLinkText table to the database.mp4
8.2 MB
03 Module 2 - Creating the Database/019 Adding the Subscription table to the database-subtitle-en.vtt
3.4 KB
03 Module 2 - Creating the Database/019 Adding the Subscription table to the database.mp4
13.1 MB
03 Module 2 - Creating the Database/020 Adding the ProductItem table to the database-subtitle-en.vtt
5.5 KB
03 Module 2 - Creating the Database/020 Adding the ProductItem table to the database.mp4
17.7 MB
03 Module 2 - Creating the Database/021 Adding the SubscriptionProduct table to the database-subtitle-en.vtt
2.6 KB
03 Module 2 - Creating the Database/021 Adding the SubscriptionProduct table to the database.mp4
9.4 MB
03 Module 2 - Creating the Database/022 Adding the UserSubscription table to the database-subtitle-en.vtt
3.7 KB
03 Module 2 - Creating the Database/022 Adding the UserSubscription table to the database.mp4
14.6 MB
03 Module 2 - Creating the Database/023 Modifying the AspNetUser Table-subtitle-en.vtt
3.1 KB
03 Module 2 - Creating the Database/023 Modifying the AspNetUser Table.mp4
11.6 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/024 Introduction to the Minor Entities-subtitle-en.vtt
3.4 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/024 Introduction to the Minor Entities.mp4
6.5 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/025 Adding a controller_ actions and views for the Section table-subtitle-en.vtt
15.3 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/025 Adding a controller_ actions and views for the Section table.mp4
48.6 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/026 Modifying the Create View-subtitle-en.vtt
6.4 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/026 Modifying the Create View.mp4
22.1 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/027 Adding the _BackToListButtonPartial view-subtitle-en.vtt
6.1 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/027 Adding the _BackToListButtonPartial view.mp4
18.4 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/028 Modifying the Edit View-subtitle-en.vtt
3.8 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/028 Modifying the Edit View.mp4
12.4 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/029 Modifying the Details View and create a partial view called _EditButtonPartial-subtitle-en.vtt
9.3 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/029 Modifying the Details View and create a partial view called _EditButtonPartial.mp4
27.7 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/030 Modifying the Delete View-subtitle-en.vtt
3.9 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/030 Modifying the Delete View.mp4
11.1 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/031 Modifying the Index View (Part 1 of 4)-subtitle-en.vtt
4.5 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/031 Modifying the Index View (Part 1 of 4).mp4
15.3 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/032 Modifying the Index View (Part 2 of 4)-subtitle-en.vtt
12.1 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/032 Modifying the Index View (Part 2 of 4).mp4
40.7 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/033 Modifying the Index View (Part 3 of 4)-subtitle-en.vtt
3.8 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/033 Modifying the Index View (Part 3 of 4).mp4
13.9 MB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/034 Modifying the Index View (Part 4 of 4)-subtitle-en.vtt
10.4 KB
04 Module 3-1 - Creating the Admin User Interface for the Section entity/034 Modifying the Index View (Part 4 of 4).mp4
43.6 MB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/035 The Part table - Adding Controller_ Actions and Views-subtitle-en.vtt
5.3 KB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/035 The Part table - Adding Controller_ Actions and Views.mp4
19.8 MB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/036 The ItemType table - Adding Controller_ Actions and Views-subtitle-en.vtt
2.9 KB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/036 The ItemType table - Adding Controller_ Actions and Views.mp4
8.9 MB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/037 The ProductType table - Adding Controller_ Actions and Views-subtitle-en.vtt
3.1 KB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/037 The ProductType table - Adding Controller_ Actions and Views.mp4
8.6 MB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/038 The ProductLinkText table - Adding Controller_ Actions and Views-subtitle-en.vtt
2.8 KB
05 Module 3-2 - Adding controllers for the rest of the Minor tables/038 The ProductLinkText table - Adding Controller_ Actions and Views.mp4
8.7 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/039 Introduction to the Major Entities-subtitle-en.vtt
703 B
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/039 Introduction to the Major Entities.mp4
1.3 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/040 Scaffolding the Controller_ Actions and Views for the Item table-subtitle-en.vtt
2.6 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/040 Scaffolding the Controller_ Actions and Views for the Item table.mp4
8.9 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/041 The GetPropertyValue Extension Method (1_2)-subtitle-en.vtt
1.9 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/041 The GetPropertyValue Extension Method (1_2).mp4
3.3 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/042 The GetPropertyValue Extension Method (2_2)-subtitle-en.vtt
4.9 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/042 The GetPropertyValue Extension Method (2_2).mp4
14.7 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/043 The ToSelectListItem Extension Method (1_2)-subtitle-en.vtt
1.4 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/043 The ToSelectListItem Extension Method (1_2).mp4
3.4 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/044 The ToSelectListItem Extension Method (2_2)-subtitle-en.vtt
4.6 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/044 The ToSelectListItem Extension Method (2_2).mp4
16.9 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/045 Altering the Create view (1_4)-subtitle-en.vtt
8 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/045 Altering the Create view (1_4).mp4
35.5 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/046 Altering the Create view (2_4)-subtitle-en.vtt
2.6 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/046 Altering the Create view (2_4).mp4
10.5 MB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/047 Altering the Create view (3_4)-subtitle-en.vtt
3 KB
06 Part 4-1 - Creating the Admin User Interface for the Item entitiy/047 Altering the Create view (3_4).mp4
9.7 MB
09 Part 4-4 - Creating the Admin User Interface for the SubscriptionProduct entity/088 Altering the Extension Methods.mp4