The Core CSLA .NET 3.8 Video Series provides nearly 9 hours of high quality training content to build your skills around CSLA .NET - for any type of user interface. The focus of this series is not on user interface development, it is on the core concepts of CSLA .NET – the knowledge you need to build a solid business layer for any application.
This six part series provides an introduction to CSLA .NET, then dives into detail to show how to code each type of business object, including business, validation and authorization rules. You’ll also learn about the various options for implementing data access, and how to effectively utilize the data portal for 1-, 2- and 3-tier deployments of your applications.
I’m offering a special “pre-release” sale price of 33% off on the video series. Buy now with this heavy discount, and get each new video segment as they become available. Segments 1 and 2 are online now!
Act now, the discount will phase out as the entire series comes online!!
Here is a summary of the 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, and the requirements necessary to build CSLA .NET applications.
Business Object Types
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.
Data Access
This video details the various options supported by CSLA .NET for data access. You will learn how to put data access code into your business class, or into a separate data access assembly using a repository pattern, 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.
Data Portal
In this video you will learn how to build 1-, 2- and 3-tier applications using CSLA .NET. 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 and Validation Rules
In this video you will learn how to implement business and validation rules in your business objects. This includes the use of validation attributes, common validation rules and custom business and validation rules. You will also learn how to implement and use synchronous and asynchronous business rules in your applications.
Authentication and Authorization
In this video you will learn about the various authentication and authorization techniques supported by CSLA .NET. Authentication options include Windows, ASP.NET Membership Provider and custom authentication. The CSLA .NET authorization subsystem supports per-property and per-type authorization, which is role-based by default, and can be customized.
rxelizondo:How much overlap would I expect to see between the “Core CSLA .NET 3.8 Video Series” and the “CSLA .NET for Silverlight video series”. Would I need to skip any videos if I already watch the Siverlight videos?
Introduction: There's some overlap around the history of the framework, etc. But the setup of a solution for .NET is different from Silverlight, and I think I talked about downloading/building the framework differently this time.
Object types: This video is pretty similar - it should be, because the various stereotypes should work 99% the same on any platform :)
Data access: I reworked the approach for the Core series, adding the use of a repository patttern in DataPortal_XYZ methods, which is my personal favorite approach.
Data portal: This is quite different since this is the .NET data portal, not the SL data portal.
Business/validation rules: This is a new video and is more in-depth around the rules than the SL series.
Authn/Authz: This is a new video and covers .NET techniques for authn, which are different from the SL techniques. The authz stuff is obviously the same, since there's parity between .NET and SL.
The thing is, in the SL videos most segments take time to talk about the UI aspects of the feature. In this Core series there's little or no UI discussion at all, so I have more time to focus on the business layer aspects of each feature and I can go a little more in-depth. I think this is a better way of breaking out the content - I hope so anyway :)
Segment 3 just went online.
This means video segments 1, 2 and 3 are available now at http://store.lhotka.net!
And you can still take advantage of the huge pre-release discount.
That's over $100 off the regular $300 price!!
But this price won't last much longer, so act now.
Will there be a C# 2010 Business Objects book, or are the videos intended to replace the book?
Also, is there some kind of index for the videos? I find it helpful to be able to skip to parts I need to review again.
There’s a Data folder in the zip file, and in the Data folder is
an ObjectFactory project, which is the demo I’m using at that point in the
video.
Copyright (c) Marimer LLC