A SkillsCast for this session is not available.
Memstate introduces a radically different approach to managing state. Traditional applications pull in some data from the database, translate to internal types and structures, manipulate, translate back and save any changes made to the database. In a Memstate application, the data and code exist together in the same process all defined in whatever high-level .NET language you prefer. The Memstate runtime will provide transparent persistence and strong consistency guarantees and lets you focus on what matters most.
Contents:
- Introduction - A quick introduction to Memstate and an overview of the example application.
- Hello world - Walking through the 10 minute quick start guide
- Custom domain modeling - defining domain model root, entities, domain events, commands and queries
- Test authoring - writing unit and integration tests
- Integrating with the ASP.NET Core web application - calling into
- Memstatefrom the MVC controllers
- Making the application reactive - subscribing to domain events and integrating with SignalR
- Applying different runtime modes: embedded engine, embedded server, external server
- Using different backing stores - EventStore, PostgreSQL
- Running with docker - building a custom docker image and running as a container
-
System Requirements:
- Any development environment you are comfortable with. VS2017, VS for mac, VS Code
- .NET Core >=2.0 runtime and SDK (Run
dotnet --version
in your terminal/command prompt to verify) - Git (Run
git --version
in your terminal/command prompt to verify) - Docker (you know what to do now, right?)
-
Prerequisites:
- Working knowledge of C# including async/await
- An open mind
YOU MAY ALSO LIKE:
Tutorial: The Memstate Tutorial
Robert Friberg
Robert Friberg is a software developer with over 20 years of experience as a consultant and trainer, primarily on the Microsoft platform.