Search videos

Search

The Latest videos
Author: kahanu
Last Updated: 9/10/2014 5:10:56 PM
Programming Language: C#
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.
Views: 739 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:29:51 PM
Programming Language: C#
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: 627 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:30:40 PM
Programming Language: C#
In this episode I build the Post controller and views in the Portal and make it all connect to the CRUD operations that are built into the Repository Pattern.
Views: 620 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:31:06 PM
Programming Language: C#
In this episode I install and enable WebApi to help present Tag information in my Post view.
Views: 753 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:31:32 PM
Programming Language: C#
In this short video I show how to update a property in an MVC controller.
Views: 605 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:32:16 PM
Programming Language: C#
In this video I modify some UI elements in the Portal.
Views: 601 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:32:50 PM
Programming Language: C#
In this episode I build the public site Blog page that displays all the Posts.
Views: 634 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:33:19 PM
Programming Language: C#
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: 618 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:34:36 PM
Programming Language: C#
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: 991 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:35:10 PM
Programming Language: C#
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: 930 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:35:58 PM
Programming Language: C#
In this episode I'll create the Blog post Details page.
Views: 968 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:20:48 PM
Programming Language: C#
This short video presents a working application as a demonstration of what I will build from scratch in this series.
Views: 679 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:36:23 PM
Programming Language: C#
This is the final episode of the series that summarizes what the Repository Pattern and Unit of Work is, and thank you for watching.
Views: 1057 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:22:25 PM
Programming Language: C#
In this short episode I build the Visual Studio 2013 projects and solution and explain the way I structure the solution.
Views: 649 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:23:02 PM
Programming Language:
This episode is just a PowerPoint slide that shows the structure of the overall n-Tier application that I will build on top of the Repository Pattern.
Views: 688 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:23:40 PM
Programming Language: C#
In this episode I will generate the code for the entire n-Tier structure, including the Repository Pattern, with a code-generator.
Views: 685 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:24:15 PM
Programming Language: C#
In this episode I will show how to enable your ASP.NET MVC application with dependency injection using Ninject. This instantiates your concrete services and data objects classes with their interfaces so they can be referenced in the MVC controllers.
Views: 686 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:27:06 PM
Programming Language: C#
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.
Views: 621 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:27:50 PM
Programming Language: C#
In this episode I'll explain the use of the Code Templates that Visual Studio uses to create controllers and views and how you can customize them to help your development.
Views: 620 |
Rating: 0/0 votes |
0 Comments
Author: kahanu
Last Updated: 9/10/2014 5:28:45 PM
Programming Language: C#
To build this site as a more real world application, I'm building a Portal that the site administrators would use to manage their content. I do this by creating an Area.
Views: 630 |
Rating: 0/0 votes |
0 Comments
Displaying items 1 - 20 of 20