shaid hussainhowtodotnetapi.hashnode.dev·Nov 27, 2024Building and Testing a .NET API: A Step-by-Step GuideIn this blog, I will show you how to create a .NET API, host it locally using Docker, and integrate it with a web application. We'll use Visual Studio Code as our primary development environment. This guide includes everything from setting up the env...how to create .net API
Hung Tranpanmantran.hashnode.dev·Aug 8, 2023A Breezy Guide to Implementing SAML2 Authentication with JWT in .NET WebAPI using SustainsysDid you pull a new assignment to sprinkle SAML2 magic on your .NET WebAPI using JWT with a free library? Well, your search ends here, fellow coder! By the end of this guide, you'll be equipped with a production-ready solution and glean insights into ...3 likes·49 reads.NET
Swati Kumariswatikumari.hashnode.dev·Jun 2, 2023Building Secure Web APIs with ASP.NET Web APIWhat is an API? An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. It defines the methods, data formats, and rules that enable developers...51 readsAsp.Net Web API
Sundeep Kamathtrystwithcode.hashnode.dev·Mar 25, 2018Adding Swagger (Open API) support to ASP.Net Web APIsThese days, APIs are everywhere. Be it internal APIs (APIs within the system) or external ones (exposed across systems), APIs are the base that enables huge systems to be scalable and maintainable. Dealing with such vast APIs and understanding their ...swagger