Menu

Boost your .NET minimal APIs

Minimal APIs in .NET offer a wide range of benefits for streamlining the development process compared to the traditional controller based api development model. The minimal approach let's you focus on the business logic rather than worrying too much about the boilerplate setup.

Exploring Semantic Kernel

We have come to learn during the past months that AI-powered LLM(large language model)'s are good at generating text based on user input. We quickly discovered...