Developing New Experiences

W15 Building Enterprise Blazor Apps Using CSLA .NET

06/15/2022

2:30pm - 3:45pm

Rockford Lhotka

VP of Strategy

Xebia

Blazor is one of the most powerful UI technologies available today, allowing you to write apps that run on a web server, or directly on client devices in any modern browser by using WebAssembly.

An enterprise 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 Blazor can be used to build end-user experiences for the enterprise
  • How CSLA .NET helps you develop maintainable, reusable, cross-platform business logic
  • How to leverage your business logic on the server with Linux containers