
Building AI Agents: My First Agent with LLM and Tool Calling
Part 2 of “My Journey in Building AI Agents from Scratch” Introduction In Part 1, I shared why I started with Autogen and hit its limits. This post is about …
Path For Your Dream
Path For Your Dream

Part 2 of “My Journey in Building AI Agents from Scratch” Introduction In Part 1, I shared why I started with Autogen and hit its limits. This post is about …

Part 1 of “My Journey in Building AI Agents from Scratch” Introduction This is the beginning of my journey in building AI agents from scratch. With 15 years in IT …

The Azure Speech Service provides developers with powerful tools to enable text-to-speech conversion in their applications. In this blog post, I will guide you through the steps involved in setting …

Machine Learning is classified as Supervised and Unsupervised Machine Learning. Regression and Classification come under supervised Machine Learning. In this post, we will see Regression with an example, the iterative …
Machine Learning ( ML) is an important sub-field in Artificial Intelligence and It is referred to as a combination of two disciplines Data Science and Software Engineering. The main focus …

The most powerful and popular topic that is in discussion everywhere is Artificial Intelligence (AI). This post will give you an idea about what AI is and its key workloads, …
Introduction To define generic classes and methods that can work with various types of data specified at the compile time, we use generics in C#. We use generics mainly with …
What is Inheritance in C#? Inheritance in C# is one of the most important topics when discussing about object-oriented programming. It allows us to define a base class with specific …
Interface and abstract class are important topics of discussion when there is a need for abstraction. What is an abstraction? Abstraction is the process of providing details only about what …
What is a delegate? What is an event? For more such programming videos check the link ProgrammingInfoByGS – YouTube Need For delegates and events in c# Any static or instance …