Introduction Serilog is a structural logging library for Microsoft .Net and has become preferred logging library for .Net applications. The stack of features in Serilog that make it appealing choice for developing apps : Serilog's vast ecosystem comprising of hundreds of integrations that cover from Console, File, Message Queue, Seq, Elastic Search, Azure Event Hub …
Category: asp.net core
Query and Mutation in GraphQL- Part two
Recap In the previous article of the GraphQL series, we discussed the introduction of GraphQL and Pros & Cons of using GraphQL. If you haven’t read my previous articles then I highly encourage you to do so https://dotnetintellect.com/2020/07/29/introduction-to-graphql/ I believe you have prior understanding of EF Core and we'll be concentrating only on GraphQL concepts. …
Introduction to GraphQL
When we talk about API design, first thing that comes to our mind is REST(Representational State Transfer). In REST, data can be accessed from server using url. Back in early 2000s, REST was best fit for most of the applications due to relatively simple client application and development pace wasn't really where it is today. …