Friday, April 17, 2009
« ugMIX: .NET User Group & Silverlight... | Main | MCsla – compiling DSL source into ... »

I have the first three segments of the CSLA .NET for Silverlight video series available now, and so I'm extending a special pre-purchase offer to anyone who wants to get access to the content as it becomes available.

Buy now and save $100 off the regular purchase price. This special offer gives you immediate access to the first three video segments, and will give you access to the remaining video segments as they become available. You can be among the first to have access to this great content!

You can get an idea of the video style with this promo:

Here is a summary of all seven video segments:

Introduction
In this video you will become familiar with the CSLA .NET framework's vision, goals and overall scope. You will be introduced to the various architectures supported by CSLA .NET for Silverlight, and the requirements necessary to build Silverlight and CSLA .NET for Silverlight applications.

The Basics
This video details the basic steps of creating a CSLA .NET business object that interacts with a server-side web service to get its data. The process of using data binding to connect the object to the Silverlight UI is also covered. At the end of this video you will understand all the basic steps and coding structures necessary to build a simple CSLA .NET for Silverlight application.

Client-only Architectures
This video covers the various client-only scenarios supported by CSLA .NET for Silverlight, including true client-only applications and “edge” applications that interact with remote services. This video builds on The Basics to dive deeper into the various options for building client-only applications.

N-tier Architectures - coming soon
In this video you will learn how to build 2-, 3- and 4-tier applications using CSLA .NET for Silverlight. CSLA .NET allows your UI, business object and data access code to remain the same in all these configurations, but there are numerous configuration options and choices you can make to optimize how your application works in each of these scenarios.

Business Object Types - coming soon
In this video you will learn how to implement each of the business object stereotypes supported by CSLA .NET. These include editable objects, lists of objects, read-only objects, read-only lists, name/value lists, command objects and more. At the end of this video you will understand the purpose behind each stereotype, and the coding structure to use when building business objects for each stereotype.

N-tier Data Access - coming soon
This video details the various options supported by CSLA .NET for data access in n-tier scenarios. You will learn how to put data access code into your business class, or into a separate data access assembly, along with the pros and cons of each technique. You will also learn about the ObjectFactory attribute and base class, that can be used to create pluggable data access layers for an application.

Authentication and Authorization - coming soon
In this video you will learn about the various authentication and authorization techniques supported by CSLA .NET for Silverlight. Authentication options include Windows, ASP.NET Membership Provider and custom authentication. Authorization is the same as CSLA .NET for Windows, and includes per-property and per-type authorization, along with Silverlight UI controls to simplify the creation of your interface

Thursday, April 23, 2009 8:20:42 AM (Central Standard Time, UTC-06:00)
How long are each of the videos?
Chris
Thursday, April 23, 2009 8:44:47 AM (Central Standard Time, UTC-06:00)
You can go to

http://download.lhotka.net/default.aspx?t=slvid01

to see details about all the video segments, including both run time and file sizes.

I expect the average segment length to be 50-60 minutes. After the Intro segment, most of the segments are focused on code - XAML, C#, config files, WCF, etc. So in a 60 minute segment you can expect around 40-45 minutes of the time to be spent in Visual Studio.
Thursday, April 30, 2009 4:48:16 PM (Central Standard Time, UTC-06:00)
In taking advantage of the current offer, will I be paying $100 or $200 dollars?

By the way, I am most interested in seeing what a screen shot looks like. On my PC and also my TV.
Darin
Thursday, April 30, 2009 5:42:33 PM (Central Standard Time, UTC-06:00)
I am going to create a slightly longer promo that includes some screen shots. I've viewed them on my TV (you can play these files off a network share through an xbox 360, which is cool) and they are quite good.

The special offer is to save $100 of the regular purchase price. So the current sale price is $200.
Comments are closed.