Search videos
Search
The Latest videos |
---|
This is the first in a series of videos that demonstrates how to use the Repository Pattern with Entity Framework 6 and see it in action in an ASP.NET MVC 5 application.
|
In this episode I trace the flow of an operation in debug mode from the controller, down to the Data Objects into the Repository Pattern, and back to the controller, to demonstrate how it works.
Views: 738 |
Rating: 0/0 votes |
0 Comments
|
In this episode I'll refactor the public Blog page with some CSS styling and then make a first attempt at displaying the associated tags for a post.
Views: 724 |
Rating: 0/0 votes |
0 Comments
|
In this episode I'll begin to enable tag filtering in the Blog page on the public site. There will be some road blocks that I'll overcome in Part 2.
Views: 1127 |
Rating: 0/0 votes |
0 Comments
|
In this episode I will overcome some issues I had filtering posts by tag when the tag name had either spaces, or invalid characters. I create an Alias property and use that for filtering.
Views: 1058 |
Rating: 0/0 votes |
0 Comments
|
In this episode I'll create the Blog post Details page.
Views: 1091 |
Rating: 0/0 votes |
0 Comments
|
This short video presents a working application as a demonstration of what I will build from scratch in this series.
|
In this short episode I build the Visual Studio 2013 projects and solution and explain the way I structure the solution.
|
In this episode I will generate the code for the entire n-Tier structure, including the Repository Pattern, with a code-generator.
|
In this episode I'll connect my ASP.NET MVC application to Entity Framework in my Repository Pattern. It's slightly different than just adding the connection string to the web.config, and I explain the differences along the way.
|