diff --git a/src/sessions/2025-02-28.md b/src/sessions/2025-02-28.md new file mode 100644 index 0000000..d91be71 --- /dev/null +++ b/src/sessions/2025-02-28.md @@ -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)