All | Series | TagsYears

 

All Posts Tagged "API" (7 Total) Page 1 of 2

GraphQL for .NET Developers

A comprehensive overview of GraphQL as an API solution with a focus on .NET developers.

ASP.NET Core ] [ API ] [ GraphQL ]

Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Bonus: Swagger

Learn how to document your ASP. NET Core 2.0 Web API endpoints using the OpenAPI specification with Swagger tools like Swashbuckle.

API ] [ Swagger ] [ Openapi ] [ Api Development ] [ .NET Core ]

Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Part 5: Security

Learn how to secure access to and manage permissions for Web APIs using ASP .NET Core 2.0, SSL and JavaScript Web Tokens (JWT).

API ] [ Api Development ] [ Security ] [ Jwt ] [ .NET Core ]

Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Part 4: Optimistic Concurrency

Learn how to implement optimistic concurrency in ASP.NET Core apps by leveraging the concept of entity tags or ETags.

API ] [ Api Development ] [ .NET ] [ .NET Core ] [ Concurrency ]

Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Part 3: Exceptions

How to consistently manage server-side exceptions in ASP. NET Core Web API apps to return a standard response that can be easily processed by clients.

Aspnet ] [ Webap ] [ API ] [ .NET ] [ Api Design ]

Five RESTFul Web Design Patterns Implemented in ASP.NET Core 2.0 Part 2: HATEOAS

Learn how to implement RESTful Hypertext as the Engine of Application State (HATEOAS) in .NET Core 2.0 Web API apps.

API ] [ Api Development ] [ .NET ] [ .NET Core ] [ Rest Api ]