1 months

Learn how to build flexible AI agents in C# using the Microsoft Agent Framework. This step-by-step tutorial shows you how to integrate multiple OpenAI models via OpenRouter to avoid vendor lock-in in your .NET applications.

Vivek Jaiswal
277 Views

1 years

Here I explained How you can integrate Google Gemini AI model in ASP.NET Core Web API. I have explained step by step process to integrate Gemini Web API in ASP.NET Core web application. In this detailed tutorial, we walk you through the entire process of integrating Google's powerful AI platform into your backend API using C# and .NET Core.

Vivek Jaiswal
2516 Views

2 years

Learn how to implement Redis Cache in ASP.NET Core Web API to boost performance, reduce database load, and improve response time with practical examples.

Vivek Jaiswal
3890 Views

3 years

Here I have explain how to fetch data from database with gRPC Protobuf in ASP.NET Core project. It uses Protocol Buffers (Protobuf) as its default data serialization format

Vivek Jaiswal
4461 Views

3 years

Integrating ChatGPT API in C#: A Step-by-Step Guide and In Depth tutorial to implement ChatGPT in C# application.

Vivek Jaiswal
22575 Views

5 years

Here I have How to add Google Authentication (Login with Google) in ASP.NET Core Application without ASP.NET Core identity.

Vivek Jaiswal
15266 Views

5 years

This article is about Token-based Authentication with JWT(JSON Web Token) in ASP.NET Core Web API

Vivek Jaiswal
9703 Views

6 years

This article is about creating simple login page in ASP.NET Core MVC with database. ADO.NET used for all database related operations.

Vivek Jaiswal
71005 Views