Fluxor + C#9 – Redux Pattern in Blazor WebAssembly

Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…

Read More

Is Github the best Content Management System (CMS)?

Adam Cogan – SSW Chief Architect and Microsoft Regional Director – explains: 1. What a Pull Request is 2. That Markdown is better than html/css for web content 3. Why Github should be the database of content websites (like a CMS) 4. Github.com/sswconsulting/SSW.People is a great example

Read More

Build your first deep learning solution using Azure Automated ML

Machine learning is a blazing topic today. Data scientists love the power of machine learning frameworks such as TensorFlow. However, software developers can struggle with a TensorFlow based machine learning solution on Azure. In this talk, I will show you how to use TensorFlow to design a deep learning neural network, train, and save the…

Read More

Clean Testing: Clean Architecture with .NET Core | Jason Taylor

All developers should be writing automated tests. In fact modern developers should be doing Clean Testing. Systems that adhere to the principles of Clean Architecture are independent of UIs, databases, frameworks, and other external concerns. As a result, the domain and business logic, the most important parts of the system, are completely isolated from external…

Read More