Videos tagged with Kyle Baley
In this episode we are going to continue our look at the Lucene.Net Search Engine Library. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. In this episode we will learn about more advanced ways to query a Lucene.Net Index. This will include the various ways you can s...
DimeCasts.Net #107: Testing MVC Routes
In this episode we will take a look at how you can test your routes in an MVC application.We willl start the process of creating new functionality for our application in this episode by showing how to create the tests for the routes first by using MvcContrib project. In the next episode we will continue creating our routes to make the tests pass.
DimeCasts.Net #102: Taking a look at how to modify the T4 templates used by Sharp Architecture
In this episode we will be taking a look at how you can modify the T4 templates which are used to change the default generation behavior of Sharp Architecture
DimeCasts.Net #97: Another look at Sharp Architecture: Validation, Design Decisions and Automapping
In this episode we will be taking a deeper look at the Sharp Archicture ASP.Net MVC Framework. We will explore the its validation, design decisions, and automapping features. This will set some background for later dimecasts on the framework.