Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about Rock Solid Knowledge Screencasts:How many episodes does Rock Solid Knowledge Screencasts have?The podcast currently has 18 episodes available.
March 11, 2010Entity Framework Repository Pattern, Taking advantage of an ORM but still being loosely coupledAndy guides you through one way of implenting repository pattern using Entity Framework 4. The repository pattern can assist in building application logic that can take advantage of an ORM without being coupled to it. The Repository pattern has great appeal when it comes to unit testing, as stubing out a repository is trival....more0minPlay
March 10, 2010WCF 4.0 - Using Advanced Filters with the Routing Service,Richard looks at using a custom message filter to plug complex routing logic into the WCF 4.0 Routing Service. He uses the example of a round robin load balancer that allows you to take endpoints offline without changing the routing configuration...more0minPlay
March 08, 2010WCF 4.0 - Using Custom Filters with the Routing Service,Richard looks at plugging your own routing logic into the WCF 4.0 Routing Service using a custom message filter...more0minPlay
March 02, 2010WCF 4.0 - Data Dependent Routing with the Routing Service,Richard continues his exploration a new feature of WCF 4.0 called the routing service and shows how to achieve data dependent routing (sending the message to different places based on data in or about the message) using the routing service...more0minPlay
March 01, 2010WCF 4.0 - Multicast and Failover with the Routing Service,Richard continues his exploration a new feature of WCF 4.0 called the routing service and shows how it can be used provide multicast and failover to services without changing the client...more0minPlay
January 07, 2010WCF 4.0 - Introducing the Routing Service,Richard introduces a new feature of WCF 4.0 called the routing service and shows how it can be used to bridge different network protocols...more0minPlay
October 05, 2009.NET 4 , Parallel Patterns , Geometric Decomposition, How to parallelise the processing of an arrayAndy introduces a Parallel Pattern called Geometric Decomposition utilising .NET 4 parallel framework. In this screen cast he will show how an array can be broken down into a series of smaller data pieces having many identical tasks running in parallel work on their own specific piece of the data. Whilst there are scenarios were each task can run in isolation its often found that these various tasks need to co-operate around the edges of their specific pieces. Andy will demonstrate two ways of solving this problem. One utilising pure Parallel.ForEach and another utilising the new Barrier type....more0minPlay
July 30, 2009Tasks and UI Programmer in .NET 4, How to update a UI with the result of a TaskAndy continues his tour of the .NET 4 task API demonstrating how the new ContinueWith method makes it even easier to martial updates back on to the UI thread....more0minPlay
July 02, 2009WCF - Working with Large Messages (Part 2) - Streaming,Richard shows you how to work with large messages using WCF's built in streaming functionality....more0minPlay
June 26, 2009Begining Ruby, Simple Ruby, Classes and AttributesKev introduces the Ruby language and shows how to define a class, create an instance and define an attribute...more0minPlay
FAQs about Rock Solid Knowledge Screencasts:How many episodes does Rock Solid Knowledge Screencasts have?The podcast currently has 18 episodes available.