Personal Videos Feed for Dmytro Shteflyuk for Novice Viewers All | Novice | Advanced | Expert
DimeCasts.Net #146: Advanced Query Options with Lucene.Net
  • Video is free for view
  • Video is available for download

DimeCasts.Net #146: Advanced Query Op...

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... read more »

Level: novice Oct 07, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #145: Getting started with Lucene.Net Search Library
  • Video is free for view
  • Video is available for download

DimeCasts.Net #145: Getting started w...

In this episode we are going to start to take a 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 sea... read more »

Level: novice Oct 02, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #144: Learning the Iterator Pattern
  • Video is free for view
  • Video is available for download

DimeCasts.Net #144: Learning the Iter...

In this episode we are going to take a look at how to use the Iterator Design Pattern.We will look at how using the Iterator Pattern can help you abstract the way in which you interact with a colle... read more »

Level: novice Sep 30, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #143: Performing Static Page Checking in MVC
  • Video is free for view
  • Video is available for download

DimeCasts.Net #143: Performing Static...

In this episode we are going to take a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of ru... read more »

Level: novice Sep 25, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #142: Isolation Frameworks: Learning to use Partial Mocks
  • Video is free for view
  • Video is available for download

DimeCasts.Net #142: Isolation Framewo...

In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.This time around we are going to ... read more »

Level: novice Sep 22, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #141: Learning Nant: Creating Token Driving Configuration Files
  • Video is free for view
  • Video is available for download

DimeCasts.Net #141: Learning Nant: Cr...

In this episode we are going to continue our series on how to create a build script using the Nant build tool.In this episode we going to take a look at how we can create dynamic config files by pu... read more »

Level: novice Sep 18, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #140: Using Reflection to Invoke members
  • Video is free for view
  • Video is available for download

DimeCasts.Net #140: Using Reflection ...

In this episode we are going to take a look at how to use the reflection to invoke members on an objectReflection can allow you to call methods, properties, etc of any scope on an object. This can ... read more »

Level: novice Sep 16, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #139: Learning the Specification Pattern
  • Video is free for view
  • Video is available for download

DimeCasts.Net #139: Learning the Spec...

In this episode we are going to take a look at how to use the specification pattern.Business logic is the heartbeat of our application. It is what makes your application worth something to the busi... read more »

Level: novice Sep 16, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #138: Isolation Frameworks: Mocking Out/Ref Arguments
  • Video is free for view
  • Video is available for download

DimeCasts.Net #138: Isolation Framewo...

In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.We are going to focusing this epi... read more »

Level: novice Sep 05, 2009 Votes: 0 Dmytro Shteflyuk

 
DimeCasts.Net #137: Exploring Reflection: Using Reflection to find Markers
  • Video is free for view
  • Video is available for download

DimeCasts.Net #137: Exploring Reflect...

In this episode we are going to take a look at how to find varous markers (interfaces and attributes) on a class by using reflection. This technique can help you to build out dynamic loading/find t... read more »

Level: novice Sep 02, 2009 Votes: 0 Dmytro Shteflyuk