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
Setting up and running integration and end-to-end tests in distributed software systems is hard. Making sure that all components are deployed, with the right version, in the right state, with the right data is a challenging task for many teams.
15
+
16
+
Contract-based testing is an approach that tries to address this problem and simplify and speed up integration testing for distributed software systems.
17
+
18
+
In this talk and live demo, you'll learn about the basic principles behind contract-based testing, the questions it tries to answer, and the three different approaches to contract-based testing. You will also see contract-based testing in action, using the well-known Pact.Net library for C#. To wrap up the talk, we will also talk about how to adopt contract-based testing in your team and organization, and some of the potential pitfalls that should be addressed along the way.
19
+
public: true
12
20
---
13
21
Tasks:
14
22
-[x] Location fixiert
15
23
-[x] Title, Abstract & Bio von Speaker
16
24
-[ ] Meetup.com Event angelegt
17
-
- [ ] Main - Onsite Event
18
-
- [ ] Main - Remote Event
19
-
- [ ] Visual Studio User Group Wien - Event
20
-
- [ ] .NET User Group Austria - Event
25
+
-[ ] Main - Onsite Event
26
+
-[ ] Main - Remote Event
27
+
-[ ] Visual Studio User Group Wien - Event
28
+
-[ ] .NET User Group Austria - Event
21
29
-[ ] Social Media
22
-
- [ ] LinkedIn Event
23
-
- [ ] Twitter Posts
30
+
-[ ] LinkedIn Event
31
+
-[ ] Twitter Posts
24
32
-[ ] Streaming Prep
25
-
- [x] Grafiken
26
-
- [ ] StreamYard Event
27
-
- [ ] Invite Link an Speaker schicken
28
-
29
-
## Abstract
30
-
31
-
Setting up and running integration and end-to-end tests in distributed software systems is hard. Making sure that all components are deployed, with the right version, in the right state, with the right data is a challenging task for many teams.
32
-
33
-
Contract-based testing is an approach that tries to address this problem and simplify and speed up integration testing for distributed software systems.
34
-
35
-
In this talk and live demo, you'll learn about the basic principles behind contract-based testing, the questions it tries to answer, and the three different approaches to contract-based testing. You will also see contract-based testing in action, using the well-known Pact.Net library for C#. To wrap up the talk, we will also talk about how to adopt contract-based testing in your team and organization, and some of the potential pitfalls that should be addressed along the way.
Getting fat again with WinUI 3 and the Windows App SDK but reactive by David Eiwen & Raoul Holzer
16
+
17
+
Join us for an enlightening session where our expert speakers, David and Raoul, share their journey of migrating an old Universal Windows Platform (UWP) app to the modern Windows UI Library (WinUI) 3.0 using the Windows App SDK. Through real-world examples and practical insights, they’ll discuss the challenges faced during the migration process and the innovative solutions they implemented.
18
+
In addition, they will present how Rx.NET can be integrated well with a WinUI 3 app.
19
+
public: true
12
20
---
13
21
Tasks:
14
22
-[x] Location fixiert
15
23
-[x] Title, Abstract & Bio von Speaker
16
24
-[x] Meetup.com Event angelegt
17
-
- [x] Main - Onsite Event
18
-
- [x] Main - Remote Event
19
-
- [x] Visual Studio User Group Wien - Event
20
-
- [x] .NET User Group Austria - Event
25
+
-[x] Main - Onsite Event
26
+
-[x] Main - Remote Event
27
+
-[x] Visual Studio User Group Wien - Event
28
+
-[x] .NET User Group Austria - Event
21
29
-[ ] Social Media
22
-
- [x] LinkedIn Event
23
-
- [ ] Twitter Posts
30
+
-[x] LinkedIn Event
31
+
-[ ] Twitter Posts
24
32
-[ ] Streaming Prep
25
-
- [ ] Grafiken
26
-
- [ ] StreamYard Event
27
-
- [ ] Invite Link an Speaker schicken
33
+
-[ ] Grafiken
34
+
-[ ] StreamYard Event
35
+
-[ ] Invite Link an Speaker schicken
28
36
29
37
## Abstract
30
38
31
-
Getting fat again with WinUI 3 and the Windows App SDK but reactive by David Eiwen & Raoul Holzer
32
-
33
-
Join us for an enlightening session where our expert speakers, David and Raoul, share their journey of migrating an old Universal Windows Platform (UWP) app to the modern Windows UI Library (WinUI) 3.0 using the Windows App SDK. Through real-world examples and practical insights, they’ll discuss the challenges faced during the migration process and the innovative solutions they implemented.
34
-
In addition, they will present how Rx.NET can be integrated well with a WinUI 3 app.
Visual Studio offers a plethora of nobs, switches and tools to make life easier when debugging. In fact there might be even too much. I’ll show you my tool-belt with tools I use regularly and I’ll make take your debugging skills to next level.
15
+
public: true
12
16
---
13
17
Tasks:
14
18
-[x] Location fixiert
@@ -25,7 +29,3 @@ Tasks:
25
29
- [x] Grafiken
26
30
- [ ] StreamYard Event
27
31
- [ ] Invite Link an Speaker schicken
28
-
29
-
## Abstract
30
-
31
-
Visual Studio offers a plethora of nobs, switches and tools to make life easier when debugging. In fact there might be even too much. I’ll show you my tool-belt with tools I use regularly and I’ll make take your debugging skills to next level.
As a .NET dev who thinks in events (hi, Shahab The Guy ), I’ll show how to turn app behavior into evidence you can graph, search, and trust. In 10 minutes we’ll wire up OpenTelemetry once, add Serilog for structured logs, and ship traces, metrics, and logs straight to Grafana Cloud—while also lighting up the .NET Aspire dashboard for local dev.
0 commit comments