Rob Bagby

RobBagby

Total Posts: 23
Channel 9 Blog for RobBagby
page 1 of 3
Posted By: RobBagby | Oct 26th @ 5:22 AM | Comments: 0
deCast - Patterns-Based Silverlight - Part III - The Pipeline Pattern
In this multi-part blog series, Rob Bagby will be illustrating the use of various design patterns in Silverlight development.  The patterns covered in the series are Repository, Pipeline, Service Agent and Model View ViewModel (MVVM).   In this screencast, Rob will implement the Pipeline pattern.  He will then implement a fake repository and use it to test our Pipeline. You can view the code, download the code and read the blog post regarding implementing the pipeline pattern at www.robbagby.com.[more ]
Posted By: RobBagby | Oct 21st @ 1:34 PM | Comments: 0
deCast - Patterns-Based Silverlight - Part II - The Repository Pattern
In this multi-part blog series, Rob Bagby will be illustrating the use of various design patterns in Silverlight development.  The patterns covered in the series are Repository, Pipeline, Service Agent and Model View ViewModel (MVVM).   In this screencast, Rob will implement the Repository pattern and set up server-side validation. You can get access to the code and read the blog post regarding implementing the repository pattern here at www.robbagby.com.[more ]
Posted By: RobBagby | Oct 19th @ 8:19 AM | Comments: 0
deCast - Patterns-Based Silverlight - Part I - Getting Started
In this multi-part blog series, Rob Bagby will be illustrating the use of various design patterns in Silverlight development.  The patterns covered in the series are Repository, Pipeline, Service Agent and Model View ViewModel.  In this screencast, Rob will set up the project, build the LINQ to SQL model and ensure the generated objects are serializable. You can find all related blog posts and download the code at www.robbagby.com.[more ]
Posted By: RobBagby | Oct 8th @ 3:20 PM | Comments: 0
deCast - Introducing parallelism into your applications
The trend in hardware has shifted from scaling up (faster processors) to scaling out (more processors).  In order for our applications to take advantage of these additional processing power, we need to introduce parallelism into our applications.  In this screencast, Rob Bagby illustrates 3 approaches you can take when introducing parallelism to your applications: 1) Fine-grained parallelism, 2) Structured parallelism  and 3) PLINQ.  The approach Rob takes is to start with an a sequential…[more ]
Posted By: RobBagby | Aug 29th @ 1:54 PM | Comments: 0
.NET RIA Services in 5 Minutes
At a recent offsite, we (Developer Evangelists and Architect Evangelists) were asked to present a technical topic that we are passionate about in 5 minutes.  This is not an easy task.  I thought I'd share a screencast of mine (not the actual one, but the content).[more ]
Posted By: RobBagby | Apr 17th @ 10:15 AM | Comments: 1
deCast - Building an Azure App Part III: Hosting Web Services and Silverlight
This is part 3 of a multi-part series where Rob Bagby will be building an Azure application from the ground up.  The application will be a shopping cart application with a Silverlight Front End.  The goal of this application is to illustrate various features of Windows Azure and in coming weeks, portions of .NET Services.  In this screencast (Part 3), Rob will illustrate how to host WCF Services and Silverlight controls.  Specifically, Row will build a RESTful service with WCF and consume that…[more ]
Posted By: RobBagby | Apr 14th @ 4:09 AM | Comments: 1
deCast - Building an Azure App Part II: Azure Table Storage
This is part 2 of a multi-part series where Rob Bagby will be building an Azure application from the ground up.  The application will be a shopping cart application with a Silverlight Front End.   …[more ]
Posted By: RobBagby | Apr 10th @ 9:18 AM | Comments: 5
deCast - Building an Azure App Part I: Setup and Hello World
This is part 1 of a multi-part series where Rob Bagby will be building an Azure application from the ground up.  The application will be a shopping cart application with a Silverlight Front End.  The goal of this application is to illustrate various features of Windows Azure and in coming weeks, portions of .NET Services.  The first few posts will concentrate on Windows Azure, our Cloud Operating System.  I will illustrate things like the developer fabric, hosting various pieces of an…[more ]
Posted By: RobBagby | Apr 6th @ 12:06 PM | Comments: 0
deCast - Understanding The Azure Table Storage API
Are you interested in Azure?  Have you heard how Azure Table Storage can give you internet scalability and availability?  In this session, Rob Bagby will discuss and illustrate the REST API of Azure Table Storage.  After watching this session, you should have what you need to know to take advantage of this data platform.  Please also feel free to read Rob's blog post on this subject.[more ]
Posted By: RobBagby | Mar 13th @ 5:32 AM | Comments: 1
deCast - Entity Framework Modeling: Importing Select Stored Procedures
The Entity Framework supports both select and action stored procedures.  We covered action stored procedures in a previous screencast.  In this screencast, Rob Bagby will illustrate how to import select stored procedures.  However, the entity framework goes beyond simply importing and executing stored procedures.  You have the ability to map the result to an entity type which gives you some unique abilities.  We will explore some of these abilities in this screencast.[more ]
page 1 of 3
Microsoft Communities