Posts under the Category 'MVC Video Tutorials'

Below is the complete list of all the posts under the category 'MVC Video Tutorials'

Last Reviewed and Updated on February 7, 2020

This is the complete list of all the posts under the category 'MVC Video Tutorials'. They are arranged in the chronological order from the latest(newest) reviewed to the earliest.

List of Posts under the Category 'MVC Video Tutorials'

  1. L1 - MVC Basics
  2. L2 - Your First MVC App
  3. L3 - MVC Routing Part 1
  4. L4 - MVC Routing Part 2
  5. L5 QueryStrings in URLs and MVC
  6. L1 LINQ with Method Syntax
  7. L2 LINQ Queries Example
  8. L3 LINQ Arithmetic
  9. L4 LINQ Preparing HTML
  10. L5 - LINQ GroupBy
  11. L6 Anonymous objects and dynamic Keyword
  12. L7 - Projection with LINQ
  13. L8 - Projection cum Filtering with LINQ
  14. L9 - Partitioning with LINQ
  15. L1 - Conversion with LINQ Part 1
  16. L2 - Conversion with LINQ Part 2
  17. L3 - LINQ Any and Indexing with Select
  18. L4 - Range in LINQ
  19. L5 - IEnumerable and IQueryable
  20. L6 - Lambda Expressions and Func Delegates
  21. L7 - Expression Trees and Predicates
  22. L1 - Creating a Database
  23. L2 - Displaying Records from Database
  24. L3 - Displaying Orders from the Database
  25. L4 - Grouping Orders from the Database
  26. L5 - Joining Orders and Customers from Database
  27. L1 - Using the ORM Designer
  28. L2 - Simple Usage Querying Single Table
  29. L3 - FirstOrDefault, Single and First
  30. L4 Repeat with LINQ ORM Designer
  31. L5 - SkipWhile with LINQ ORM Designer
  32. L6 - INSERT with ORM Designer
  33. L7 - UPDATE with LINQ Entities
  34. L8 - DELETE with LINQ Entities
  35. L1 - Writing Custom Extension Methods
  36. L2 - Direct Queries against a SQL Database
  37. L3 - Direct SQL JOIN Query through LINQ
  38. L1 - Models, ViewModels and EntityModels
  39. L1 - Sending a Single Model Object to a View
  40. L2 - Sending a Collection to a View
  41. L3 - Sending a ViewModel to a View
  42. L4 - Using ViewBag and ViewData
  43. L5 - Sending a Model in a ViewBag
  44. L1 Modular View Design with MVC Part 1
  45. L2 Modular View Design with MVC Part 2
  46. L3 Bundling CSS and JS Files Complete Video
  47. L4 Sections
  48. L1 Default Display Templates
  49. L2 Writing Custom Display Templates
  50. L3 DisplayTemplates vs PartialViews
  51. L1 Initializing with EntityModels
  52. L2 Writing the Home Page
  53. L3 Displaying Details of an Animal
  54. L4 Display Using Modal Dialog Part 1
  55. L5 Display Using Modal Dialog Part 2
  56. L6 Deleting Records
  57. Introduction to jqPlot Library
  58. L2 - Bundling the JSS and CSS Files
  59. L3 - Final Step Importing and Generating the Charts
  60. L1 - Simple Data Entry Form
  61. L2 - MVC Support for UI Method 1
  62. L3 - Server Side Validation with MVC
  63. L4 - MVC Support for UI Method 2
  64. L5 - Client Side Validation in MVC
  65. L6 - Using EditorTemplates
  66. L7 - Ajax with MVC Forms
  67. Creating a SQLServer Compact Database
  68. L2 - Adding Entity FM
  69. L3 - Adding Annotations
  70. L4 - Data Entry Form Part 1
  71. L5 - Data Entry Form Part 2
  72. L6 - Data Entry Form Part 3
  73. L7 - Data Entry Form Part 4
  74. L8 - Storing Data to Server
  75. L9 - Ajaxing the Data Entry Form
  76. LA - Ajaxing with HTML5 and jQuery
  77. LB - Ajaxing with pure HTML5 without jQuery
  78. L1 - Setting the Database and Model Annotations
  79. L2 - Adding a Login Area Copy
  80. L3 - Writing New User and Forgot Password Forms
  81. L4 - Fixing Validations and Remote Annotations
  82. L5 - Creating a New User
  83. L6 - Programming the Login Form
  84. L7 - Incorporating FormsAuthentication from Scratch
  85. L8 - Custom ActionFilter for Authorization
  86. L9 - Finishing with Forgot Password
  87. L1 - Showing the Edit Buttons
  88. L2 - Displaying the Editing Form
  89. L3 - Finalizing the Project and Saving Data
  90. L1 - Preparing for AJAX Editing
  91. L2 - Popping the jQuery Dialog
  92. L3 - Displaying the Edit Form inside the Modal Dialog
  93. L4 - Server Side AJAX Update
  94. L5 - ClientSide Javascript for AJAX Update
  95. L6 - Summary of Steps for AJAX Update
  96. L7 - Writing Custom Annotations
  97. L1 - Sending and Receiving JSON
  98. L2 - XML and JSON WebApi with MVC
  99. L3 - Unit Testing with MVC
  100. L1 - What we will Build
  101. L2 - Project Roadmap
  102. L3 - Creating the Database
  103. L4 - Adding EDM Model Validation MD Classes
  104. L5 - Creating a Facebook App
  105. L6 - Facebook Login Button and Nuget Packages
  106. L7 - Storing Secret Key and AppID
  107. L8 - Implementing the Facebook Login Code
  108. L9 - Authorization Filter and Admn Area
  109. L10 - Partial Views for Menu and Message Labels
  110. L11 - PartialView for Customer Form
  111. L12 - Saving the Customer Record
  112. L13 - Show Top Ten Customers Report
  113. L14 - Autocomplete
  114. L15 - Completing the Search Module
  115. L16 - EditCustomer Module
  116. L17 - Fixing RemoteValidation
  117. L18 - New Invoice Module
  118. L19 - Print Invoice Module
  119. L20 - EditInvoice Module
  120. L21 - Last Ten Invoices Module
  121. L22 - SignOut and Packaging