.Net Technologies

51 Videos

Future Tech Masterclasses Live: Gian Paolo Santopaolo – gRPC is the new WCF

Google RPC and Protocol Buffers are becoming industry standards for exchanging data across systems; they are now natively integrated into .Net Core to become the new WCF with pluggable support for load balancing, tracing, health checking, and authentication. gRPC benefits from new features introduced in HTTP/2 like framing, bidirectional streaming, header compression, multiplexing, and flow […]

Future Tech 2021: Annie Talvasto – Top new CNCF projects to look out for

The Cloud Native Computing Foundation (CNCF) bought you such fan favorites like Kubernetes & Prometheus. In this talk Annie Talvasto will introduce you the most interesting and coolest upcoming CNCF tools and projects. This compact and demo-filled talk will give you ideas and inspiration that you can 1) discover new technologies and tools to use […]

Future Tech Masterclasses Live: Kenzie Whalen – Uno – A Platform to Rule Them All

Today’s users expect to be able to access their apps from multiple platforms but deploying to mobile, desktop, and web can be challenging even for a team of experienced developers. The Uno Platform allows developers to quickly develop and deploy to Android, iOS, UWP, and WebAssembly using a single shared codebase written in C# and […]

Future Tech 2021: Richard Campbell – The Next Decade of Software Development

It’s 2021 – and after a very odd year, we’re still in a new decade! How will software development evolve in the 2020s? Join Richard Campbell as he explores the landscape of technology that will have a huge impact on development over the next ten years. How will the pandemic change things? What new devices […]

Future Tech Masterclasses Live: April Edwards & Abel Wang – Agile to DevOps with GitHub Actions

Especially for the Future Tech Masterclasses, Microsoft’s April Edwards and Abel Wang will do a joint session! They’ll share all the excitement around agile working, DevOps, and how you can use GitHub Actions to deploy your applications! Bio April: April is a senior software engineer and cloud advocate for Microsoft specializing in datacentre modernization and […]

Future Tech 2021: Brendan Burns – Why should you care about microservices?

Are microservices really a technical innovation? Or are they really about ideal team design? At the end of the day, technology changes rapidly, but people change slowly, if ever. This means that to truly build great systems, we need to understand how to enable our teams to excel, as well as how to use the […]

Future Tech 2021: Laurent Bugnion – The State of .NET

.NET is almost old enough to drink in the US (the first release was in 2002, 19 years ago…) but it’s definitely not rusty. Over the years it went through many transformations, including its latest incarnation known as .NET 5. In this presentation, Laurent Bugnion, a Cloud Advocate at Microsoft, who coded his first .NET […]

Future Tech 2021: Luca Bolognese – Introduction to Functional Programming in F#

We are going to look at the fundamental concepts in functional programming by transforming a snippet of code from imperative to functional. We will use F# as our chosen programming language, but also see how the same concepts apply in C, Powershell, C# and others.”

Future Tech 2021: Steve Gordon – Let’s Talk HTTP in .NET Core

In the world of microservices (yes, there’s that buzzword again!) and distributed systems, we often find ourselves communicating over HTTP. What seems like a simple requirement can quickly become complicated! Networks aren’t reliable and services fail. Dealing with those inevitable facts and avoiding a cascading failure can be quite a challenge. In this talk, Steve […]