<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>BestTechVideos: Videos Tagged with 'Codebetter.com'</title>
    <link>http://www.bestechvideos.com/tag/codebetter-com/rss</link>
    <pubDate>Sat, 22 Oct 2011 15:49:20 GMT</pubDate>
    <description>BestTechVideos: Recently Posted Videos with short descriptions</description>
    <item>
      <title>DimeCasts.Net #185: WP7: Learning how to handle Tombstoning</title>
      <link>http://www.bestechvideos.com/2011/01/12/dimecasts-net-185-wp7-learning-how-to-handle-tombstoning</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2011/01/12/dimecasts-net-185-wp7-learning-how-to-handle-tombstoning"><img alt="DimeCasts.Net #185: WP7: Learning how to handle Tombstoning" src="/uploads/btv/video/image/00000002/3954/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how to handle tombstoning (when your application is not longer in focus, but is not shut down yet) in your WP7 application.<br /><br />When building out a WP7 application it is critical that your application can handle Tombstoning and rebuild itself as needed.  This is to allow the user to have their work flow interrupted by an action, but still gives them the ability to back into your app and resume from there last usage point.  In fact if you fail to take Tombstoning into account your application will fail certification.<p><a href="http://www.bestechvideos.com/2011/01/12/dimecasts-net-185-wp7-learning-how-to-handle-tombstoning">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:20 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2011/01/12/dimecasts-net-185-wp7-learning-how-to-handle-tombstoning</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2011/01/12/dimecasts-net-185-wp7-learning-how-to-handle-tombstoning</comments>
    </item>
    <item>
      <title>DimeCasts.Net #183: Load Testing WCF Services w/ VS2010</title>
      <link>http://www.bestechvideos.com/2010/12/22/dimecasts-net-183-load-testing-wcf-services-w-vs2010</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/12/22/dimecasts-net-183-load-testing-wcf-services-w-vs2010"><img alt="DimeCasts.Net #183: Load Testing WCF Services w/ VS2010" src="/uploads/btv/video/image/00000002/3892/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how you can use Visual Studio 2010 to perform load testing on your WCF services<br /><br />When building out any WCF services it is very important to understand how they will handle under load and stress.  You will want know that your services will respond well under peak load in order to allow your users to have a solid experiance.  With VS2010 Ultimate there are tools built in which will give you this ability.<p><a href="http://www.bestechvideos.com/2010/12/22/dimecasts-net-183-load-testing-wcf-services-w-vs2010">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:17 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/12/22/dimecasts-net-183-load-testing-wcf-services-w-vs2010</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/12/22/dimecasts-net-183-load-testing-wcf-services-w-vs2010</comments>
    </item>
    <item>
      <title>DimeCasts.Net #180: Handling System Errors in MVC</title>
      <link>http://www.bestechvideos.com/2010/10/22/dimecasts-net-180-handling-system-errors-in-mvc</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/10/22/dimecasts-net-180-handling-system-errors-in-mvc"><img alt="DimeCasts.Net #180: Handling System Errors in MVC" src="/uploads/btv/video/image/00000002/3674/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how to perform error handling in Asp.Net MVC.<br /><br />We will focus on how you can build your MVC application to be able to handle 404 (file not found) and 500 errors (internal server error).<p><a href="http://www.bestechvideos.com/2010/10/22/dimecasts-net-180-handling-system-errors-in-mvc">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:13 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/10/22/dimecasts-net-180-handling-system-errors-in-mvc</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/10/22/dimecasts-net-180-handling-system-errors-in-mvc</comments>
    </item>
    <item>
      <title>DimeCasts.Net #178: Going Out Of Browser w/ Silverlight</title>
      <link>http://www.bestechvideos.com/2010/07/07/dimecasts-net-178-going-out-of-browser-w-silverlight</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/07/07/dimecasts-net-178-going-out-of-browser-w-silverlight"><img alt="DimeCasts.Net #178: Going Out Of Browser w/ Silverlight" src="/uploads/btv/video/image/00000002/2412/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how we can use the take our in-browser silverlight application and allow it to run Out of Browser (OOB).<br /><br />We will take a look at how we can let silverlight perform the lifting as well as how we can provide coding to create the OOB application.<p><a href="http://www.bestechvideos.com/2010/07/07/dimecasts-net-178-going-out-of-browser-w-silverlight">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/silverlight">Silverlight</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:11 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/07/07/dimecasts-net-178-going-out-of-browser-w-silverlight</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/07/07/dimecasts-net-178-going-out-of-browser-w-silverlight</comments>
    </item>
    <item>
      <title>DimeCasts.Net #174: Understanding Navigation on Windows Phone 7</title>
      <link>http://www.bestechvideos.com/2010/05/14/dimecasts-net-174-understanding-navigation-on-windows-phone-7</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/05/14/dimecasts-net-174-understanding-navigation-on-windows-phone-7"><img alt="DimeCasts.Net #174: Understanding Navigation on Windows Phone 7" src="/uploads/btv/video/image/00000002/2098/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to continue taking a look at the Windows Phone 7 Api.<br /><br />In this episode we are going to focus on learning about the various ways you can navigate from page to page within your application.  Because WP7 is based off of Silverlight 3.x you are able to utilize all the native silverlight navigation techniques such as static routing (hard wiring the .xaml path), using routes and using the NavigationService.<p><a href="http://www.bestechvideos.com/2010/05/14/dimecasts-net-174-understanding-navigation-on-windows-phone-7">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/silverlight">Silverlight</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:05 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/05/14/dimecasts-net-174-understanding-navigation-on-windows-phone-7</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/05/14/dimecasts-net-174-understanding-navigation-on-windows-phone-7</comments>
    </item>
    <item>
      <title>DimeCasts.Net #173: Creating and using the Application Bar w/ Windows Phone 7</title>
      <link>http://www.bestechvideos.com/2010/05/06/dimecasts-net-173-creating-and-using-the-application-bar-w-windows-phone-7</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/05/06/dimecasts-net-173-creating-and-using-the-application-bar-w-windows-phone-7"><img alt="DimeCasts.Net #173: Creating and using the Application Bar w/ Windows Phone 7" src="/uploads/btv/video/image/00000002/2077/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how to create the Application Bar for Windows Phone 7<br/<br />When creating an application with Win Phone 7 you may need to create an application bar which contains menus or icons.  In this episode we will show you how to create both global app bars as well as local app bars.<p><a href="http://www.bestechvideos.com/2010/05/06/dimecasts-net-173-creating-and-using-the-application-bar-w-windows-phone-7">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/silverlight">Silverlight</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:49:04 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/05/06/dimecasts-net-173-creating-and-using-the-application-bar-w-windows-phone-7</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/05/06/dimecasts-net-173-creating-and-using-the-application-bar-w-windows-phone-7</comments>
    </item>
    <item>
      <title>DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate</title>
      <link>http://www.bestechvideos.com/2010/03/18/dimecasts-net-167-setting-up-basic-mappings-w-fluent-nhibernate</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/03/18/dimecasts-net-167-setting-up-basic-mappings-w-fluent-nhibernate"><img alt="DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate" src="/uploads/btv/video/image/00000002/1896/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to continue taking a look at Fluent Nhibernate.<br /><br /> we are going to focus this episode on setting up basic mappings for NHibernate.  We will focus on setting up Many-to-One (References) and One-To-Many (HasMany) references as these are the most common mappings you will need to setup.<p><a href="http://www.bestechvideos.com/2010/03/18/dimecasts-net-167-setting-up-basic-mappings-w-fluent-nhibernate">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:56 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/03/18/dimecasts-net-167-setting-up-basic-mappings-w-fluent-nhibernate</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/03/18/dimecasts-net-167-setting-up-basic-mappings-w-fluent-nhibernate</comments>
    </item>
    <item>
      <title>DimeCasts.Net #166: Setting Up Fluent NHibernate for your project</title>
      <link>http://www.bestechvideos.com/2010/03/11/dimecasts-net-166-setting-up-fluent-nhibernate-for-your-project</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/03/11/dimecasts-net-166-setting-up-fluent-nhibernate-for-your-project"><img alt="DimeCasts.Net #166: Setting Up Fluent NHibernate for your project" src="/uploads/btv/video/image/00000002/1871/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how to use setup and configure Fluent NHibernate for usage.  We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system.<p><a href="http://www.bestechvideos.com/2010/03/11/dimecasts-net-166-setting-up-fluent-nhibernate-for-your-project">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:54 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/03/11/dimecasts-net-166-setting-up-fluent-nhibernate-for-your-project</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/03/11/dimecasts-net-166-setting-up-fluent-nhibernate-for-your-project</comments>
    </item>
    <item>
      <title>DimeCasts.Net #163: Larning how to use the Extract Interface Technique</title>
      <link>http://www.bestechvideos.com/2010/02/17/dimecasts-net-163-larning-how-to-use-the-extract-interface-technique</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/02/17/dimecasts-net-163-larning-how-to-use-the-extract-interface-technique"><img alt="DimeCasts.Net #163: Larning how to use the Extract Interface Technique" src="/uploads/btv/video/image/00000002/1788/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at another refactoring technique, the Extract Interface technique.<br /><br />This technique allows you to extract an interface from a class in order to break your concrete dependencies.  By doing this you can provide yourself with better testing support as well as a better layer of abstractions.<p><a href="http://www.bestechvideos.com/2010/02/17/dimecasts-net-163-larning-how-to-use-the-extract-interface-technique">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:51 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/02/17/dimecasts-net-163-larning-how-to-use-the-extract-interface-technique</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/02/17/dimecasts-net-163-larning-how-to-use-the-extract-interface-technique</comments>
    </item>
    <item>
      <title>DimeCasts.Net #162: Learning how to use a Web Cam with Silverlight</title>
      <link>http://www.bestechvideos.com/2010/02/11/dimecasts-net-162-learning-how-to-use-a-web-cam-with-silverlight</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/02/11/dimecasts-net-162-learning-how-to-use-a-web-cam-with-silverlight"><img alt="DimeCasts.Net #162: Learning how to use a Web Cam with Silverlight" src="/uploads/btv/video/image/00000002/1766/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how you can setup and use a web camera in Silverlight. We will walk you though how to capture both the raw video as well as how to take snap shots of the video.<p><a href="http://www.bestechvideos.com/2010/02/11/dimecasts-net-162-learning-how-to-use-a-web-cam-with-silverlight">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/silverlight">Silverlight</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:49 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/02/11/dimecasts-net-162-learning-how-to-use-a-web-cam-with-silverlight</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/02/11/dimecasts-net-162-learning-how-to-use-a-web-cam-with-silverlight</comments>
    </item>
    <item>
      <title>DimeCasts.Net #158: Exploring Operator Overloading in C#</title>
      <link>http://www.bestechvideos.com/2010/01/13/dimecasts-net-158-exploring-operator-overloading-in-c</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/01/13/dimecasts-net-158-exploring-operator-overloading-in-c"><img alt="DimeCasts.Net #158: Exploring Operator Overloading in C#" src="/uploads/btv/video/image/00000002/1648/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how create overloaded operators for your objects.<br /><br />perator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are many different operators which can be overloaded.<br /><br />+, -, *, /, %, &, |, <<, >> All C# binary operators can be overloaded<br />+, -, !, ~, ++, –, true, false All C# unary operators can be overloaded<br />==, !=, <, >, <= , >= All relational operators can be overloaded, but only as pairs.<p><a href="http://www.bestechvideos.com/2010/01/13/dimecasts-net-158-exploring-operator-overloading-in-c">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:44 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/01/13/dimecasts-net-158-exploring-operator-overloading-in-c</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/01/13/dimecasts-net-158-exploring-operator-overloading-in-c</comments>
    </item>
    <item>
      <title>DimeCasts.Net #157: Working with Partials in Spark: Part 1</title>
      <link>http://www.bestechvideos.com/2010/01/08/dimecasts-net-157-working-with-partials-in-spark-part-1</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2010/01/08/dimecasts-net-157-working-with-partials-in-spark-part-1"><img alt="DimeCasts.Net #157: Working with Partials in Spark: Part 1" src="/uploads/btv/video/image/00000002/1610/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a look at how to use Partials within the Spark View Engine.<br /><br />We will be taking a first look at partials and learn how we can setup our application to use partials as well as how to use them in your application.  We will also be learning how partials will allow us to create clean, compartmentalized and well orgianized code.<p><a href="http://www.bestechvideos.com/2010/01/08/dimecasts-net-157-working-with-partials-in-spark-part-1">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:43 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2010/01/08/dimecasts-net-157-working-with-partials-in-spark-part-1</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2010/01/08/dimecasts-net-157-working-with-partials-in-spark-part-1</comments>
    </item>
    <item>
      <title>DimeCasts.Net #150: Adding IoC Support to your WCF Services</title>
      <link>http://www.bestechvideos.com/2009/11/04/dimecasts-net-150-adding-ioc-support-to-your-wcf-services</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/11/04/dimecasts-net-150-adding-ioc-support-to-your-wcf-services"><img alt="DimeCasts.Net #150: Adding IoC Support to your WCF Services" src="/uploads/btv/video/image/00000002/1145/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">In this episode we are going to take a quick look at how to setup your WCF services to use an IoC Container.<br /><br />When building out a set of services in WCF you still would like to follow the SOLID principles and in order to do this you may want to setup the ability to inject dependencies (via Structure Map) into your services at run time.  With WCF extension points this is not only possible, but pretty easy<p><a href="http://www.bestechvideos.com/2009/11/04/dimecasts-net-150-adding-ioc-support-to-your-wcf-services">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:35 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/11/04/dimecasts-net-150-adding-ioc-support-to-your-wcf-services</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/11/04/dimecasts-net-150-adding-ioc-support-to-your-wcf-services</comments>
    </item>
    <item>
      <title>DimeCasts.Net #149: Introduction to NDepend, adding NDepend to your Nant Script</title>
      <link>http://www.bestechvideos.com/2009/10/27/dimecasts-net-149-introduction-to-ndepend-adding-ndepend-to-your-nant-script</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/10/27/dimecasts-net-149-introduction-to-ndepend-adding-ndepend-to-your-nant-script"><img alt="DimeCasts.Net #149: Introduction to NDepend, adding NDepend to your Nant Script" src="/uploads/btv/video/image/00000002/1111/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top">This episode we are we are going to take a look at the NDepend static analysis tool.<br /><br />When taking a look at NDepend we are going first to do a simple fly-by of how to setup and run NDepend.  Once we have our simple project up and running we are going to turn our focus at takig a look at how to run NDepend from our NAnt scripts.  Running NDepend as part of our builds will allow us to have a clear picture of the state of our code with each build.<p><a href="http://www.bestechvideos.com/2009/10/27/dimecasts-net-149-introduction-to-ndepend-adding-ndepend-to-your-nant-script">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 22 Oct 2011 15:48:34 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/10/27/dimecasts-net-149-introduction-to-ndepend-adding-ndepend-to-your-nant-script</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/10/27/dimecasts-net-149-introduction-to-ndepend-adding-ndepend-to-your-nant-script</comments>
    </item>
    <item>
      <title>DimeCasts.Net #143: Performing Static Page Checking in MVC</title>
      <link>http://www.bestechvideos.com/2009/09/25/dimecasts-net-143-performing-static-page-checking-in-mvc</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/09/25/dimecasts-net-143-performing-static-page-checking-in-mvc"><img alt="DimeCasts.Net #143: Performing Static Page Checking in MVC" src="/uploads/btv/video/image/00000002/0790/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>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 run time errors due to refactoring.  Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly.</p><p><a href="http://www.bestechvideos.com/2009/09/25/dimecasts-net-143-performing-static-page-checking-in-mvc">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Tue, 06 Oct 2009 11:17:50 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/09/25/dimecasts-net-143-performing-static-page-checking-in-mvc</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/09/25/dimecasts-net-143-performing-static-page-checking-in-mvc</comments>
    </item>
    <item>
      <title>DimeCasts.Net #133: Learning how to Read &amp; Write to the windows registry</title>
      <link>http://www.bestechvideos.com/2009/08/06/dimecasts-net-133-learning-how-to-read-write-to-the-windows-registry</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/08/06/dimecasts-net-133-learning-how-to-read-write-to-the-windows-registry"><img alt="DimeCasts.Net #133: Learning how to Read &amp; Write to the windows registry" src="/uploads/btv/video/image/00000001/9878/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we are going to take a look at reading and writing to the registry.<br /><br />The registry is a bane to use and work with, but lets face it many, many applications we will work on will utilize it.  Because of this fact we are going to review how to read and write data to it in a simple and easy fashion.</p><p><a href="http://www.bestechvideos.com/2009/08/06/dimecasts-net-133-learning-how-to-read-write-to-the-windows-registry">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Tue, 06 Oct 2009 10:43:29 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/08/06/dimecasts-net-133-learning-how-to-read-write-to-the-windows-registry</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/08/06/dimecasts-net-133-learning-how-to-read-write-to-the-windows-registry</comments>
    </item>
    <item>
      <title>DimeCasts.Net #123: Exploring Code Contracts: Taking a look at Object Invariant Conditions</title>
      <link>http://www.bestechvideos.com/2009/07/03/dimecasts-net-123-exploring-code-contracts-taking-a-look-at-object-invariant-conditions</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/07/03/dimecasts-net-123-exploring-code-contracts-taking-a-look-at-object-invariant-conditions"><img alt="DimeCasts.Net #123: Exploring Code Contracts: Taking a look at Object Invariant Conditions" src="/uploads/btv/video/image/00000001/9655/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we are going to take a look at the new Code Contracts library which is out of MS Research and will be part of .Net 4.0/Vs2010.<br /><br />Contracts allow for many different ways to perform language agnostic code validation and in this episode we are going to focus on how to utilize the Object Invariant checking to maintain an objects state.</p><p><a href="http://www.bestechvideos.com/2009/07/03/dimecasts-net-123-exploring-code-contracts-taking-a-look-at-object-invariant-conditions">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Fri, 03 Jul 2009 10:06:24 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/07/03/dimecasts-net-123-exploring-code-contracts-taking-a-look-at-object-invariant-conditions</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/07/03/dimecasts-net-123-exploring-code-contracts-taking-a-look-at-object-invariant-conditions</comments>
    </item>
    <item>
      <title>DimeCasts.Net #122: Creating Custom Functions w/ NAnt</title>
      <link>http://www.bestechvideos.com/2009/06/30/dimecasts-net-122-creating-custom-functions-w-nant</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/06/30/dimecasts-net-122-creating-custom-functions-w-nant"><img alt="DimeCasts.Net #122: Creating Custom Functions w/ NAnt" src="/uploads/btv/video/image/00000001/9631/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we will take a look at how to create a custom function for your NAnt script.<br /><br />After you have the basics of NAnt down you may quickly find out that there are features you need, but they are not part of the core library. The good news for you is that in very little effort or coding you can create your own custom assembly which will expose your newly created NAnt functions</p><p><a href="http://www.bestechvideos.com/2009/06/30/dimecasts-net-122-creating-custom-functions-w-nant">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Fri, 03 Jul 2009 09:42:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/06/30/dimecasts-net-122-creating-custom-functions-w-nant</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/06/30/dimecasts-net-122-creating-custom-functions-w-nant</comments>
    </item>
    <item>
      <title>DimeCasts.Net #117: Exploring how to use Global Variables and ViewData (Strongly typed and weak typed) with Spark</title>
      <link>http://www.bestechvideos.com/2009/06/11/dimecasts-net-117-exploring-how-to-use-global-variables-and-viewdata-strongly-typed-and-weak-typed-with-spark</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/06/11/dimecasts-net-117-exploring-how-to-use-global-variables-and-viewdata-strongly-typed-and-weak-typed-with-spark"><img alt="DimeCasts.Net #117: Exploring how to use Global Variables and ViewData (Strongly typed and weak typed) with Spark" src="/uploads/btv/video/image/00000001/9318/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we will continue taking a look at the Spark View engine.<br /><br />In this episode we will focus our attention on how to utilized both global variables and local variables.  We will also take a look at how to create and use both strongly typed viewdata and weakly typed view data.</p><p><a href="http://www.bestechvideos.com/2009/06/11/dimecasts-net-117-exploring-how-to-use-global-variables-and-viewdata-strongly-typed-and-weak-typed-with-spark">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sun, 14 Jun 2009 13:27:28 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/06/11/dimecasts-net-117-exploring-how-to-use-global-variables-and-viewdata-strongly-typed-and-weak-typed-with-spark</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/06/11/dimecasts-net-117-exploring-how-to-use-global-variables-and-viewdata-strongly-typed-and-weak-typed-with-spark</comments>
    </item>
    <item>
      <title>DimeCasts.Net #116: Learning Hudson: Setting up to run and report Unit Test results</title>
      <link>http://www.bestechvideos.com/2009/06/10/dimecasts-net-116-learning-hudson-setting-up-to-run-and-report-unit-test-results</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/06/10/dimecasts-net-116-learning-hudson-setting-up-to-run-and-report-unit-test-results"><img alt="DimeCasts.Net #116: Learning Hudson: Setting up to run and report Unit Test results" src="/uploads/btv/video/image/00000001/9296/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we will continue taking a look at how to setup the Hudson build server for usage in a .net environment.<br /><br />We will be taking a look at how we can use Hudson to report our Unit Tests results after each build.  We will be looking at both reporting NUnit and MSTest results and will also show how you can convert MSTest results into NUnit results in order to report all tests in a single screen.</p><p><a href="http://www.bestechvideos.com/2009/06/10/dimecasts-net-116-learning-hudson-setting-up-to-run-and-report-unit-test-results">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Wed, 10 Jun 2009 10:54:42 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/06/10/dimecasts-net-116-learning-hudson-setting-up-to-run-and-report-unit-test-results</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/06/10/dimecasts-net-116-learning-hudson-setting-up-to-run-and-report-unit-test-results</comments>
    </item>
    <item>
      <title>DimeCasts.Net #112: Learning the Observer Pattern w/ Callbacks</title>
      <link>http://www.bestechvideos.com/2009/05/21/dimecasts-net-112-learning-the-observer-pattern-w-callbacks</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/05/21/dimecasts-net-112-learning-the-observer-pattern-w-callbacks"><img alt="DimeCasts.Net #112: Learning the Observer Pattern w/ Callbacks" src="/uploads/btv/video/image/00000001/9013/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we will take at how we can use the Observer Pattern in our application.<br /><br />This is a follow up episode to Episode 108 where we take another look at this pattern and how we can implement it using either call backs or events. The Observer pattern allows you to define a one-to-many relationship inside your application where the parent object (the one) has the ability to notify the child objects (the many) of any state change.  You can utilize this pattern to make sure that a set of objects are keep in order when there behavior needs to change based on the state of your application.</p><p><a href="http://www.bestechvideos.com/2009/05/21/dimecasts-net-112-learning-the-observer-pattern-w-callbacks">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Wed, 03 Jun 2009 10:40:45 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/05/21/dimecasts-net-112-learning-the-observer-pattern-w-callbacks</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/05/21/dimecasts-net-112-learning-the-observer-pattern-w-callbacks</comments>
    </item>
    <item>
      <title>DimeCasts.Net #100: Learning the Template Pattern</title>
      <link>http://www.bestechvideos.com/2009/04/10/dimecasts-net-100-learning-the-template-pattern</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/04/10/dimecasts-net-100-learning-the-template-pattern"><img alt="DimeCasts.Net #100: Learning the Template Pattern" src="/uploads/btv/video/image/00000001/8319/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we take a how you can use the Template Design Pattern in your applications.<br /><br />The Template Design   Pattern is perhaps one of the most widely used and useful design pattern. It is used to set up the outline or skeleton of an algorithm,   leaving the details to specific implementations later. This way, subclasses can override parts of the algorithm without changing its   overall structure.</p><p><a href="http://www.bestechvideos.com/2009/04/10/dimecasts-net-100-learning-the-template-pattern">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 11 Apr 2009 13:39:13 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/04/10/dimecasts-net-100-learning-the-template-pattern</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/04/10/dimecasts-net-100-learning-the-template-pattern</comments>
    </item>
    <item>
      <title>DimeCasts.Net #99: Creating SOLID Code: Refactoring the SOLID episode on DI to use StructureMap</title>
      <link>http://www.bestechvideos.com/2009/04/08/dimecasts-net-99-creating-solid-code-refactoring-the-solid-episode-on-di-to-use-structuremap</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/04/08/dimecasts-net-99-creating-solid-code-refactoring-the-solid-episode-on-di-to-use-structuremap"><img alt="DimeCasts.Net #99: Creating SOLID Code: Refactoring the SOLID episode on DI to use StructureMap" src="/uploads/btv/video/image/00000001/8127/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we are going to take another look at Episode 96 (Dependency Inversion Principle) and add in the usage of StructureMap.<br /><br />In the original episode Stephan kept the code simple and on point by showing how to do DI by hand.  In this episode I am going to show you how to take that up a notch and use an IoC container to make life a little simpler</p><p><a href="http://www.bestechvideos.com/2009/04/08/dimecasts-net-99-creating-solid-code-refactoring-the-solid-episode-on-di-to-use-structuremap">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Wed, 08 Apr 2009 11:37:20 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/04/08/dimecasts-net-99-creating-solid-code-refactoring-the-solid-episode-on-di-to-use-structuremap</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/04/08/dimecasts-net-99-creating-solid-code-refactoring-the-solid-episode-on-di-to-use-structuremap</comments>
    </item>
    <item>
      <title>DimeCasts.Net #94: Creating SOLID Code: Interface Segregation Principle</title>
      <link>http://www.bestechvideos.com/2009/03/20/dimecasts-net-94-creating-solid-code-interface-segregation-principle</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/03/20/dimecasts-net-94-creating-solid-code-interface-segregation-principle"><img alt="DimeCasts.Net #94: Creating SOLID Code: Interface Segregation Principle" src="/uploads/btv/video/image/00000001/7609/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>This is the fourth in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.<br /><br />In this episode we will take a look at the I (Interface Segregation Principle) and see how following this principle can help us to create cleaner, more manageable code<br /><br />S - Sinlge Responsibility Principle<br />O - Open/Closed Principle<br />L - Liskov Substitution Principle<br />I - Interface Segregation Principle<br />D - Dependency Inversion Principle</p><p><a href="http://www.bestechvideos.com/2009/03/20/dimecasts-net-94-creating-solid-code-interface-segregation-principle">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Tue, 24 Mar 2009 12:11:00 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/03/20/dimecasts-net-94-creating-solid-code-interface-segregation-principle</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/03/20/dimecasts-net-94-creating-solid-code-interface-segregation-principle</comments>
    </item>
    <item>
      <title>DimeCasts.Net #93: Retrieving data from a REST based service using C#</title>
      <link>http://www.bestechvideos.com/2009/03/18/dimecasts-net-93-retrieving-data-from-a-rest-based-service-using-c</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/03/18/dimecasts-net-93-retrieving-data-from-a-rest-based-service-using-c"><img alt="DimeCasts.Net #93: Retrieving data from a REST based service using C#" src="/uploads/btv/video/image/00000001/7514/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we take a look at how you can retrieve data frp, a REST based service in C#.  We wll walk though the steps needed to build the build the connection and then connect to and retrieve the data from the remote service. In order to do this we will utilize the WebRequest and the WebResponse objects in C# (.net)</p><p><a href="http://www.bestechvideos.com/2009/03/18/dimecasts-net-93-retrieving-data-from-a-rest-based-service-using-c">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/web-tech">Technologies</a>, <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/web-services">Web Services</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/c-sharp">C#</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Thu, 19 Mar 2009 07:51:55 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/03/18/dimecasts-net-93-retrieving-data-from-a-rest-based-service-using-c</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/03/18/dimecasts-net-93-retrieving-data-from-a-rest-based-service-using-c</comments>
    </item>
    <item>
      <title>DimeCasts.Net #88: Creating SOLID Code: Single Responsibility Principle (SRP)</title>
      <link>http://www.bestechvideos.com/2009/03/18/dimecasts-net-88-creating-solid-code-single-responsibility-principle-srp</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/03/18/dimecasts-net-88-creating-solid-code-single-responsibility-principle-srp"><img alt="DimeCasts.Net #88: Creating SOLID Code: Single Responsibility Principle (SRP)" src="/uploads/btv/video/image/00000001/7519/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>This is the first in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.<br /><br />In this first episode we will take a look at the S (Single Responsibility Principle) and see how following this principle can help us to create cleaner, more manageable code<br /><br />S - Sinlge Responsibility Principle<br />O - Open/Closed Principle<br />L - Liskov Substitution Principle<br />I - Interface Segregation Principle<br />D - Dependency Inversion Principle</p><p><a href="http://www.bestechvideos.com/2009/03/18/dimecasts-net-88-creating-solid-code-single-responsibility-principle-srp">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Thu, 19 Mar 2009 07:40:44 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/03/18/dimecasts-net-88-creating-solid-code-single-responsibility-principle-srp</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/03/18/dimecasts-net-88-creating-solid-code-single-responsibility-principle-srp</comments>
    </item>
    <item>
      <title>DimeCasts.Net #85: Taking a look at how to separate out your WCF service project into multiple parts</title>
      <link>http://www.bestechvideos.com/2009/02/21/dimecasts-net-85-taking-a-look-at-how-to-separate-out-your-wcf-service-project-into-multiple-parts</link>
      <description>
        <![CDATA[<table cellspacing="0" cellpadding="0" border="0"><tr><td width="170" valign="top"><p><a href="http://www.bestechvideos.com/2009/02/21/dimecasts-net-85-taking-a-look-at-how-to-separate-out-your-wcf-service-project-into-multiple-parts"><img alt="DimeCasts.Net #85: Taking a look at how to separate out your WCF service project into multiple parts" src="/uploads/btv/video/image/00000001/7436/thumb_large_image.jpg" style="border: 1px solid #7f7f7f;" /></a></p></td><td valign="top"><p>In this episode we will take a look at how you can break your WCF service into multiple projects.<br />
<br />
We will walk you though how it is possible to put your WCF contracts into a commong project which can be shared by others, as well as how to put you domain entities into their own project.  Having the ability to split out these parts allows for cleaner code and better maintainability.</p><p><a href="http://www.bestechvideos.com/2009/02/21/dimecasts-net-85-taking-a-look-at-how-to-separate-out-your-wcf-service-project-into-multiple-parts">Read more about this video…</a></p></td></tr></table><hr/>Want more on these topics?<br/>Browse the archive of posts filed under <a href="http://www.bestechvideos.com/category/companies">Companies</a>, <a href="http://www.bestechvideos.com/category/development">Development</a>, <a href="http://www.bestechvideos.com/category/broadcasting">Broadcasting</a>, <a href="http://www.bestechvideos.com/category/frameworks">Frameworks</a>, <a href="http://www.bestechvideos.com/category/microsoft">Microsoft</a>, <a href="http://www.bestechvideos.com/category/screencasts">Screencasts</a>, <a href="http://www.bestechvideos.com/category/net-framework">.NET Framework</a>]]>
      </description>
      <pubDate>Sat, 21 Feb 2009 08:23:27 GMT</pubDate>
      <guid isPermaLink="true">http://www.bestechvideos.com/2009/02/21/dimecasts-net-85-taking-a-look-at-how-to-separate-out-your-wcf-service-project-into-multiple-parts</guid>
      <author>BestVideos</author>
      <comments>http://www.bestechvideos.com/2009/02/21/dimecasts-net-85-taking-a-look-at-how-to-separate-out-your-wcf-service-project-into-multiple-parts</comments>
    </item>
  </channel>
</rss>

