Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/sessions/2025-02-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Using ApiStub.FSharp to integration test your ASP.NET APIs"
preview: "Using ApiStub.FSharp to integration test your ASP.NET APIs"
isDraft: true
date: 2025-02-28T14:00:00.000Z
id: "2025/02/28"
champion: "jkone27"
zoomLink: "https://us06web.zoom.us/j/84653172116?pwd=T5a4iQIAVl72zmLRyjqWWFIRJ2MpPp.1"
zoomPasscode: "apistub"
youtubeId: ""
---

## Topic

Are you building ASP.NET Core applications in F# and want to ensure they’re rock-solid? Join us for a hands-on demo of [ApiStub.FSharp](https://github.com/jkone27/fsharp-integration-tests/), a powerful library designed to streamline integration testing for ASP.NET Core apps. We’ll explore how this tool, paired with the principles outlined in Microsoft’s ASP.NET Core [integration testing guide](https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-9.0), empowers F# developers to write robust, maintainable tests with ease.

In this session, we’ll dive into practical examples—setting up test fixtures, simulating HTTP requests, and verifying responses—all while leveraging F#’s concise syntax and functional power. Whether you’re new to integration testing or looking to level up your ASP.NET Core workflow, this demo will showcase actionable techniques to boost your confidence in shipping reliable F# web apps. Bring your questions, and let’s test smarter together!

## Champion

- [Giacomo Parmigiani(jkone27)](https://github.com/jkone27)