KubeMQ
KubeMQ is a messaging backend, built for efficient migration from .NET/MSMQ environment to Kubernetes.
KubeMQ provides smooth and graduate migration to containers
KubeMQ provides solutions in Kubernetes environment to all .NET communication method
- Supports partial conversion using MSMQ connector
- WCF built-in replacement
- MS-SQL worker bypasses inaccessible SOAP web service
- SignalR built-in replacement
- Easy development and connectivity of proprietary workers
KubeMQ is delivered in a ready to use production setting.
-
2
Tutorial: Linux :heart - .NET Core: Deploy and Run
Featuring Toby Henderson and Ian Cooper
So you have realized that you know how to design a .NET Core application: it is just C# and the BCL. So you have realized that know how to design ASP.NET Core and EF Core applications. They are just ASP.NET and EF, with a few changes to APIs, some good, some annoying.
tutorial asp.net-core bcl c# .net linux -
Tutorial: Understanding .NET Performance
Featuring Matt Warren
The tutorial will be focusing on the following tools/libraries:
- BenchmarkDotNet
- PerfView
- CLRMD
-
Tutorial: CosmosDB – Database for Serverless Era
Featuring Michal Jankowski
You are now getting into the serverless era. Many already known development patterns and solutions are not valid anymore. You need to solve issues in a bit different way. New challenges are waiting for you. One of such challenges is data storing.
.net tutorial prognet performance serverless cosmosdb -
Tutorial: The Memstate Tutorial
Featuring Robert Friberg
In this coding intensive workshop, you will build an asp.net core MVC application using a Memstate backend. The focus will be on Memstate specifics such as domain modelling, testing, configuration and integrating with the web application. Bring your Linux, Mac or Windows laptop and code along or...
.net microservices event-sourcing ddd distributed-systems -
Tutorial: Serverless Sanity
Featuring Ashic Mahtab
AWS Lambdas, Azure Functions - "Serverless" seems to be the rage these days. And it's simple enough to get an endpoint up and running. But try getting bigger applications going, and the complexity increases quite quickly. How do you maintain coherence when each function is a...
kubernetes gcp serverless azure-functions aws-lambdas tutorial -
2
Tutorial: Practical Event-Sourcing with C# and EventStore
Featuring Sergio Silveira and Alexey Zimarev
Event-sourcing remains a hot topic in the industry. It enables a lot of possibilities to build reactive microservices that scale and collect a lot of useful data. After many years of talking about capturing behaviour in our domain models, you finally are able to persist with the behaviour in a...
.net microservices eventstore c# event-sourcing tutorial