From e6eef02d014fd5e8febfb329d20963693c9d61f9 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 22 Feb 2025 10:37:53 -0500 Subject: [PATCH] adds 2025-02-28 session --- src/sessions/2025-02-28.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/sessions/2025-02-28.md 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)