You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet-friday/config.yaml
+15-24Lines changed: 15 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ params:
128
128
enable: true
129
129
intro: "Welcome to"
130
130
title: "DotnetFriday"
131
-
subtitle: "Join us the 7th of March"
131
+
subtitle: "Join us the 16th of May"
132
132
content: "We host quarterly meetups for .NET developers and Microsoft Azure enthousiasts. Join us in-person in Nieuwegein, The Netherlands. We do not host online sessions and we do not post sessions online after the event."
jobTitle: SH10151 this is the serial number of our orbital gun
247
-
url: "https://blog.depechie.com/"
245
+
name: "Sjors Goering"
246
+
jobTitle: Lead .NET Developer at 4DotNet
247
+
url: "https://www.linkedin.com/in/sjorsgoering"
248
248
biography: |-
249
-
Glenn Versweyveld is a developer with interest in everything surrounding Microsoft and .NET in particular, currently working as a Technical Business Analist at Reynaers Aluminium.
250
-
Still loves Windows Phone, but don't judge him for it :)
249
+
Sjors Goering is a Lead .NET Developer at 4DotNet. A full-stack developer with 15+ years of experience at various companies. He's passionate about working with various cloud-native offerings. And is happy to help companies with his experience as a lead .NET developer at 4DotNet!
251
250
schedule: "17:00 - 18:00"
252
251
session:
253
-
title: "Add observability to any microservices environment."
252
+
title: "Scaling multi-tenant apps with CosmosDB for PostgreSQL"
254
253
abstract: |-
255
-
Get insights into your applications and infrastructure in real-time with the help of the monitoring, tracing and logging.
256
-
This talk will show you all the details about adding and observability platform for ingesting, monitoring, visualizing and analyzing metrics, traces and spans. Thanks to the power of OpenTelemetry and Grafana.
254
+
Scaling your application layer is usually easy, simply spin up some extra containers, Azure Web App instances or Azure Function instances. However, your database does not scale with the same ease. In case you faced this situation, you might have chosen to store each tenant in its own database and host them in an Azure Elastic Pool. However, how do you execute cross-tenant queries, update the schema of thousands of databases, or maintain shared (non-tenant specific) data? Those and more questions will be covered in this session where you will see how easily you can build multi-tenant apps with Azure CosmosDB for PostgreSQL.
257
255
258
256
- speaker:
259
-
name: "Michaël Hompus"
260
-
jobTitle: Architect @ Info Support | Microsoft MVP
257
+
name: "Sander ten Brinke"
258
+
jobTitle: Lead Software Engineer @ Arcady | Microsoft MVP (Developer Technologies)
261
259
url: "https://blog.hompus.nl/"
262
260
biography: |-
263
-
Michaël Hompus is an Architect and Area Lead at Info Support.
264
-
265
-
As an architect he is part of several teams, creating new and innovative solutions. Michaël has many years of development experience with .NET, Java, and Azure.
266
-
267
-
His passion is to share knowledge with colleagues, customers, and peers. Microsoft has recognized his efforts for the community by awarding him a Microsoft MVP award.
261
+
Sander ten Brinke is a Microsoft MVP and Lead Software Engineer at Arcady, a Dutch IT consultancy firm based in Zwolle. He loves working with .NET, Azure, DevOps and a whole lot more. He always stays up to date with all new technology and loves sharing his knowledge with everyone by speaking, blogging, podcasting and more!
268
262
schedule: "19:00 - 20:00"
269
263
session:
270
-
title: "A Season for Speed: Turning Puzzles into C# Performance Wins"
264
+
title: "The best ways to use the latest OpenAPI features in .NET 9!"
271
265
abstract: |-
272
-
Welcome to a world where coding puzzles lead to fast C# skills!
273
-
274
-
In this talk, I'll take you through an amazing journey, inspired by Advent of Code. We'll look at how these daily brain teasers helped me make C# code run quicker.
275
-
You'll learn simple tricks and methods that make a big difference in speed. This session is perfect for anyone interested in C#, from beginners to those who already code.
276
-
277
-
Join us to see how fun puzzles can transform your C# coding speed!
266
+
.NET 9 makes some impactful changes for creating .NET applications with OpenAPI support! In this session, we’ll dive into the breaking changes and latest OpenAPI advancements for .NET 9 and explore how these features can be leveraged to create robust, efficient, and well-documented APIs. We will cover both minimal API's and controllers.
267
+
268
+
This presentation will feature lots of demos with the aim of giving you an end-to-end experience of the latest and greatest features of OpenAPI in .NET 9!
0 commit comments