By mswatcher

APIFrame is a simple .NET library that implements the core components required for ASP.NET WEB API development. It’s a C# class library with logical separation of Server (Provider), Client (Consumer) and the supporting Framework (An Infrastructure). The Server components provide an interface to implement security (Authentication & Authorization), exception handling and versioning of Web API methods.