TorBT - Torrents and Magnet Links Search Engine

The Complete ASP.NET MVC 5 Course

File Name
Size
6-Building RESTful Services with ASP.NET Web API/061-Building an API.mp4
44 MB
1-Getting Started/002-MVC Architectural Pattern.mp4
7.5 MB
1-Getting Started/003-Setting Up the Development Environment.mp4
4.8 MB
1-Getting Started/004-Your First ASP.NET MVC App.mp4
12 MB
1-Getting Started/005-MVC in Action.mp4
19 MB
1-Getting Started/006-Adding a Theme.mp4
9.2 MB
1-Getting Started/007-Course Layout.mp4
3.3 MB
1-Getting Started/008-Asking Questions.mp4
15 MB
10-Building a Feature End-to-End Systematically/105-Introduction.mp4
3.4 MB
10-Building a Feature End-to-End Systematically/106-Understanding the Problem.mp4
8.8 MB
10-Building a Feature End-to-End Systematically/107-Domain Modelling.mp4
4.3 MB
10-Building a Feature End-to-End Systematically/108-Building the Simplest API.mp4
3.3 MB
10-Building a Feature End-to-End Systematically/109-Adding the Details.mp4
10 MB
10-Building a Feature End-to-End Systematically/110-Edge Cases.mp4
16 MB
10-Building a Feature End-to-End Systematically/111-Building the Front-end.mp4
18 MB
10-Building a Feature End-to-End Systematically/112-Adding Auto-completion.mp4
24 MB
10-Building a Feature End-to-End Systematically/113-Updating the DOM.mp4
8.1 MB
10-Building a Feature End-to-End Systematically/114-Improving the Look and Feel.mp4
9.2 MB
10-Building a Feature End-to-End Systematically/115-Filtering Records.mp4
7.9 MB
10-Building a Feature End-to-End Systematically/116-Submitting the Form.mp4
9.1 MB
10-Building a Feature End-to-End Systematically/117-Displaying Toast Notifications.mp4
4.0 MB
10-Building a Feature End-to-End Systematically/118-Implementing Client-side Validation.mp4
14 MB
10-Building a Feature End-to-End Systematically/119-Code Review.mp4
15 MB
10-Building a Feature End-to-End Systematically/120-Summary.mp4
5.7 MB
10-Building a Feature End-to-End Systematically/AJAX.pdf
70 kB
11-Deployment/121-Introduction.mp4
7.8 MB
11-Deployment/122-Deploying the Application.mp4
10 MB
11-Deployment/123-Deploying the Database.mp4
5.4 MB
11-Deployment/124-Build Configurations.mp4
12 MB
11-Deployment/125-Application Settings.mp4
22 MB
11-Deployment/126-Securing Configuration Settings.mp4
16 MB
11-Deployment/127-Custom Error Pages.mp4
24 MB
11-Deployment/128-Logging Unhandled Exceptions.mp4
15 MB
11-Deployment/129-Final Touch.mp4
12 MB
11-Deployment/130-What's Next.mp4
4.3 MB
11-Deployment/vidly-theme.zip
1.3 kB
2-ASP.NET MVC Fundamentals/009-Introduction.mp4
7.4 MB
2-ASP.NET MVC Fundamentals/010-Action Results.mp4
16 MB
2-ASP.NET MVC Fundamentals/011-Action Parameters.mp4
20 MB
2-ASP.NET MVC Fundamentals/012-Convention-based Routing.mp4
17 MB
2-ASP.NET MVC Fundamentals/013-Attribute Routing.mp4
9.2 MB
2-ASP.NET MVC Fundamentals/014-Passing Data to Views.mp4
12 MB
2-ASP.NET MVC Fundamentals/015-View Models.mp4
13 MB
2-ASP.NET MVC Fundamentals/016-Razor Syntax.mp4
17 MB
2-ASP.NET MVC Fundamentals/017-Partial Views.mp4
15 MB
2-ASP.NET MVC Fundamentals/018-Exercise.mp4
4.8 MB
2-ASP.NET MVC Fundamentals/019-Solution.mp4
5.7 MB
2-ASP.NET MVC Fundamentals/020-Summary.mp4
1.1 MB
2-ASP.NET MVC Fundamentals/ASP.NET-MVC-Fundamentals-Cheat-Sheet.pdf
86 kB
2-ASP.NET MVC Fundamentals/ASP.NET-MVC-Fundamentals-Exercise-Hints.pdf
95 kB
3-Working with Data/021-Introduction.mp4
10 MB
3-Working with Data/022-Entity Framework.mp4
2.4 MB
3-Working with Data/023-Database-first vs Code-first.mp4
7.4 MB
3-Working with Data/024-Code-first Migrations.mp4
21 MB
3-Working with Data/025-Changing the Model.mp4
16 MB
3-Working with Data/026-Seeding the Database.mp4
11 MB
3-Working with Data/027-Overriding Conventions.mp4
8.2 MB
3-Working with Data/028-Querying Objects.mp4
15 MB
3-Working with Data/029-Eager Loading.mp4
9.9 MB
3-Working with Data/030-Shortcut to Package Manager Console.mp4
2.2 MB
3-Working with Data/031-Exercise 1 - Add membership type to list of customers.mp4
3.4 MB
3-Working with Data/032-Exercise 2 - Add birthdate to customer.mp4
1.6 MB
3-Working with Data/033-Exercise 3 - Display the list of movies and their details.mp4
2.7 MB
3-Working with Data/034-Summary.mp4
1.1 MB
3-Working with Data/Entity-Framework-Cheat-Sheet.pdf
71 kB
4-Building Forms/035-Introduction.mp4
5.6 MB
4-Building Forms/036-The Markup.mp4
29 MB
4-Building Forms/037-Labels.mp4
10 MB
4-Building Forms/038-Drop-down Lists.mp4
32 MB
4-Building Forms/039-Model Binding.mp4
14 MB
4-Building Forms/040-Saving Data.mp4
4.7 MB
4-Building Forms/041-Edit Form.mp4
24 MB
4-Building Forms/042-Updating Data.mp4
26 MB
4-Building Forms/043-Exercise.mp4
5.5 MB
4-Building Forms/044-Troubleshooting Entity Validation Errors.mp4
13 MB
4-Building Forms/045-Summary.mp4
1.1 MB
4-Building Forms/Building-Forms-Cheat-Sheet.pdf
70 kB
5-Implementing Validation/046-Introduction.mp4
8.0 MB
5-Implementing Validation/047-Adding Validation.mp4
14 MB
5-Implementing Validation/048-Styling Validation Errors.mp4
14 MB
5-Implementing Validation/049-Data Annotations.mp4
2.6 MB
5-Implementing Validation/050-Custom Validation.mp4
26 MB
5-Implementing Validation/051-Refactoring Magic Numbers.mp4
14 MB
5-Implementing Validation/052-Validation Summary.mp4
17 MB
5-Implementing Validation/053-Client-side Validation.mp4
15 MB
5-Implementing Validation/054-Anti-forgery Tokens.mp4
14 MB
5-Implementing Validation/055-Exercise.mp4
2.9 MB
5-Implementing Validation/056-Code Review.mp4
28 MB
5-Implementing Validation/057-Summary.mp4
1.1 MB
5-Implementing Validation/Implementing-Validation-Cheat-Sheet.pdf
75 kB
6-Building RESTful Services with ASP.NET Web API/058-Introduction.mp4
6.7 MB
6-Building RESTful Services with ASP.NET Web API/059-What is a Web API.mp4
5.6 MB
6-Building RESTful Services with ASP.NET Web API/060-RESTful Convention.mp4
2.7 MB
1-Getting Started/001-Introduction.mp4
16 MB
6-Building RESTful Services with ASP.NET Web API/062-Testing an API.mp4
14 MB
6-Building RESTful Services with ASP.NET Web API/063-Data Transfer Objects.mp4
10 MB
6-Building RESTful Services with ASP.NET Web API/064-Auto Mapper.mp4
34 MB
6-Building RESTful Services with ASP.NET Web API/065-Using Camel Notation.mp4
8.1 MB
6-Building RESTful Services with ASP.NET Web API/066-IHttpActionResult.mp4
18 MB
6-Building RESTful Services with ASP.NET Web API/067-Exercise.mp4
1.1 MB
6-Building RESTful Services with ASP.NET Web API/068-Summary.mp4
1.4 MB
6-Building RESTful Services with ASP.NET Web API/Building-Web-APIs-Cheat-Sheet.pdf
79 kB
6-Building RESTful Services with ASP.NET Web API/Resolving-exception-for-updating-Id.pdf
65 kB
7-Client-side Development/069-Introduction.mp4
10 MB
7-Client-side Development/070-Calling an API Using jQuery.mp4
22 MB
7-Client-side Development/071-Bootbox Plug-in.mp4
11 MB
7-Client-side Development/072-Optimizing jQuery Code.mp4
3.4 MB
7-Client-side Development/073-DataTables Plug-in.mp4
20 MB
7-Client-side Development/074-DataTables with Ajax Source.mp4
19 MB
7-Client-side Development/075-Returning Hierarchical Data.mp4
17 MB
7-Client-side Development/076-DataTables - Removing Records.mp4
7.0 MB
7-Client-side Development/077-DataTables - Discussion Points.mp4
4.4 MB
7-Client-side Development/078-Single Page Applications (SPAs).mp4
4.7 MB
7-Client-side Development/079-Exercise.mp4
956 kB
7-Client-side Development/080-Summary.mp4
1.2 MB
7-Client-side Development/Client-side-Development-Cheat-Sheet.pdf
64 kB
7-Client-side Development/Client-side-Development-Exercise.pdf
60 kB
7-Client-side Development/jQuery.pdf
70 kB
8-Authentication and Authorization/081-Introduction.mp4
6.9 MB
8-Authentication and Authorization/082-The Problem.mp4
1.6 MB
8-Authentication and Authorization/083-Authentication Options.mp4
5.1 MB
8-Authentication and Authorization/084-ASP.NET Identity.mp4
15 MB
8-Authentication and Authorization/085-Restricting Access.mp4
8.4 MB
8-Authentication and Authorization/086-Seeding Users and Roles.mp4
33 MB
8-Authentication and Authorization/087-Working with Roles.mp4
14 MB
8-Authentication and Authorization/088-Adding Profile Data.mp4
20 MB
8-Authentication and Authorization/089-OAuth.mp4
5.1 MB
8-Authentication and Authorization/090-Social Logins.mp4
42 MB
8-Authentication and Authorization/091-Exercise.mp4
4.7 MB
8-Authentication and Authorization/092-Summary.mp4
1.4 MB
8-Authentication and Authorization/Additional-Reading.pdf
62 kB
8-Authentication and Authorization/Authentication-and-Authorization-Cheat-Sheet.pdf
86 kB
8-Authentication and Authorization/Authentication-and-Authorization-Exercise.pdf
52 kB
9-Performance Optimization/093-Introduction.mp4
6.5 MB
9-Performance Optimization/094-Overview.mp4
9.4 MB
9-Performance Optimization/095-Data Tier.mp4
8.2 MB
9-Performance Optimization/096-Glimpse.mp4
22 MB
9-Performance Optimization/097-Output Cache.mp4
15 MB
9-Performance Optimization/098-Data Cache.mp4
11 MB
9-Performance Optimization/099-Async.mp4
5.3 MB
9-Performance Optimization/100-Release Builds.mp4
1.1 MB
9-Performance Optimization/101-Disabling Session.mp4
4.6 MB
9-Performance Optimization/102-Client Tier.mp4
12 MB
9-Performance Optimization/103-Chrome Developer Tools Tip.mp4
2.4 MB
9-Performance Optimization/104-Summary.mp4
3.4 MB
9-Performance Optimization/Data-Caching.pdf
75 kB
9-Performance Optimization/Performance-Optimization-Cheat-Sheet.pdf
70 kB