Videos tagged with Codebetter.com


DimeCasts.Net #185: WP7: Learning how to handle Tombstoning

DimeCasts.Net #185: WP7: Learning how to handle Tombstoning

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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.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 ...

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, Windows Phone 7, ...



DimeCasts.Net #183: Load Testing WCF Services w/ VS2010

DimeCasts.Net #183: Load Testing WCF Services w/ VS2010

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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 servicesWhen 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 a...

Tags: Frameworks, Microsoft, WCF, .NET Framework, Unit Testing, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #180: Handling System Errors in MVC

DimeCasts.Net #180: Handling System Errors in MVC

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to take a look at how to perform error handling in Asp.Net MVC.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).

Tags: Frameworks, MVC, Microsoft, ASP.NET, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #178: Going Out Of Browser w/ Silverlight

DimeCasts.Net #178: Going Out Of Browser w/ Silverlight

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, Silverlight, Microsoft, Screencasts, .NET Framework

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).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.

Tags: Frameworks, Technologies, Microsoft, Silverlight, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #174: Understanding Navigation on Windows Phone 7

DimeCasts.Net #174: Understanding Navigation on Windows Phone 7

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, Silverlight, Microsoft, Screencasts, .NET Framework

In this episode we are going to continue taking a look at the Windows Phone 7 Api.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...

Tags: Frameworks, Technologies, Microsoft, Silverlight, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...



DimeCasts.Net #173: Creating and using the Application Bar w/ Windows Phone 7

DimeCasts.Net #173: Creating and using the Application Bar w/ Windows Phone 7

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, Silverlight, Microsoft, Screencasts, .NET Framework

In this episode we are going to take a look at how to create the Application Bar for Windows Phone 7When 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.

Tags: Frameworks, Technologies, Microsoft, Silverlight, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate

DimeCasts.Net #167: Setting Up Basic Mappings w/ Fluent NHibernate

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to continue taking a look at Fluent Nhibernate. 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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...


DimeCasts.Net #166: Setting Up Fluent NHibernate for your project

DimeCasts.Net #166: Setting Up Fluent NHibernate for your project

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

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.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, nHibernate, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...


DimeCasts.Net #163: Larning how to use the Extract Interface Technique

DimeCasts.Net #163: Larning how to use the Extract Interface Technique

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to take a look at another refactoring technique, the Extract Interface technique.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.

Tags: Frameworks, Microsoft, refactoring, .NET Framework, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...


DimeCasts.Net #162: Learning how to use a Web Cam with Silverlight

DimeCasts.Net #162: Learning how to use a Web Cam with Silverlight

Posted in Technologies, Companies, Development, Broadcasting, Frameworks, Silverlight, Microsoft, Screencasts, .NET Framework

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.

Tags: Frameworks, Technologies, Microsoft, Silverlight, .NET Framework, DimeCasts.Net, Codebetter.com, Broadcasting, Screencasts, Development, Companies, ...