Nevron
-
#ProgNET Park Bench Panel Session
Don't miss our #ProgNET experts in a casual and engaging environment - a chance for you to discuss those burning questions!
-
Safe At Any Speed: Patterns of High Availability
Featuring Ian Cooper
You held tight to the mantra 'If you build it they will come,' released your MVP and then it happened: people loved your site you were handling explosive growth.
But that brought a new reality: how do you stay up under all that load, why are so many of your RAD techniques haunting you and...
-
Up and Running with .NET Core
Featuring Toby Henderson
.NET Core is a set of runtime, library and compiler components that allow you to create apps that run on Windows, Mac OS X and Linux. It can be installed locally with your app with only the packages you need. It provides a lightweight development model and the flexibility to work with your...
dotnet core -
Safe At Any Speed: Patterns of High Availability
Featuring Ian Cooper
You held tight to the mantra 'If you build it they will come,' released your MVP and then it happened: people loved your site and you were handling explosive growth.
But that brought a new reality: how do you stay up under all that load, why are so many of your RAD techniques haunting you...
ltg .net -
The Fundamentals of Machine Learning with F#
Featuring Mark Gray
Join Mark Gray in this workshop on Machine Learning with F#!
f# .net building testing machine-learning ml -
App 2.0 - why the Web lost and Apps won
Featuring Liam Westley
In the heady days after the dotcom boom and bust, Web 2.0 arrived and created an exciting new delivery mechanism for software. Browser wars improved performance to a level where they could host fully functional applications, with easy of deployment and updating.At the same time smartphones had...
apps mobile-apps web -
The Asynchronous Age: A Developer's Illustrated Primer
Featuring Dylan Beattie
We live in connected world, powered by countless thousands of loosely-coupled distributed systems. As developers, we're working in an age where you can do almost anything by connecting to APIs. You can pay bills, order pizza, print T-shirts, publish videos... the entire internet is our...
async await promises callbacks javascript concurrency parallelism api scalability -
Running .NET with Docker
Featuring Ben Hall
Containers are changing the way we design and develop systems. In this workshop, Ben will explore how to combine .NET applications and Docker to improve your infrastructure. The workshop will explore how they work in production and the real world.
containers devops docker dotnet -
Script all the things with scriptcs
Featuring Glenn Block
scriptcs offers a lightweight and cross-platform way to write and execute C# code outside of an IDE. In this half-day workshop we'll get hands on looking at all the possibilities.
scriptcs repl .net c# atom visual-studio -
Implementing OpenID Connect using IdentityServer
Featuring Rajpal Singh Wilkhu
OpenID Connect is an authentication protocol built on top of OAuth 2.0, which facilitates clients to verify the end-user identity against the authentication performed by an authorisation server. At the same time, it provides methods to transfer the end user information through claims.
openid identityserver