Skip to content

Commit f0f46a4

Browse files
committed
Add event for "Testcontainers - Integration Testing Done Right" talk on 2025-12-16
1 parent a8145f0 commit f0f46a4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

_events/2025-12-16.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
date: 2025-12-16
3+
title: "Testcontainers - Integration Testing Done Right"
4+
speakers:
5+
- Christoph Wille
6+
InPersonLink: https://www.meetup.com/dotnet-austria/events/312252248/
7+
RemoteLink: https://www.meetup.com/dotnet-austria/events/312252280/
8+
RecordingLink:
9+
Registrations:
10+
Participants:
11+
Viewers:
12+
abstract: |
13+
Aspire vastly improves your local developer experience, and Testcontainers can do the same for your testing experience. Use the real database (or "insert-dependency-here"), execute in parallel, and still be assured that the tests are properly isolated from each other. Testcontainer does all the hard work for you in terms of managing the container lifetime, and you can run anything from integration tests to E2E tests. Bring your dependencies, be it EF-only, ASP.NET or Azure Functions.
14+
15+
Christoph Wille has written the first-ever book on C# in 2000 that was handed out to all attendees at the Professional Developers Conference where .NET was revealed. He has contributed ever since to various communities and open source projects (eg ILSpy), and in his day to day work is helping companies build large enterprise and/or Internet-facing solutions with .NET and Azure.
16+
public: true
17+
---

0 commit comments

Comments
 (0)