News

Launch the Visual Studio 2022 IDE. Click on “Create new project.” In the “Create new project” window, select “ASP.NET Core Web API” from the list of templates displayed. Click Next.
We won’t be using any of those features here. Click Create. We’ll use this ASP.NET Core Web API project to measure API performance with MethodTimer.Fody in the sections below.
Q&A Versioning and Documenting ASP.NET Core Services By David Ramel 12/13/2024 Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're ...
Q&A What's Next for ASP.NET Core and Blazor By David Ramel 06/18/2024 Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has ...