Developing New Experiences

TH10 Run Your Business Logic Everywhere with WebAssembly, Containers, and CSLA .NET

04/02/2020

11:00am - 12:15pm

Level: Intermediate

Rockford Lhotka

VP of Strategy

Xebia

You may write your smart client app in UWP, Xamarin, WPF, or even Windows Forms. In any case, your app probably calls back-end services and needs to interact with app servers. Some or all of your business logic may run on the client, the app server, or both. That's ideal for the balance between user interactivity, performance, scalability, and security. The widely-used open source CSLA .NET framework helps you create a reusable, scalable, and cross-platform portable business layer that lets your application run on multiple types of client devices while sharing business logic between the clients and your app server. This session is an end-to-end walkthrough of how this works and how you can benefit.

You will learn:

  • How CSLA .NET helps you develop maintainable, reusable, cross-platform business logic
  • How to leverage your business logic in WebAssembly (via Blazor and Uno)
  • How to leverage your business logic on the server via Docker and Kubernetes