Skip to content
Wednesday, October 08, 2025
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Blog Series
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
  • Deployed
    • Azure Static Website
>>
  • Home
  • c#

Tag: c#

Azure AI Foundry in 2025: Building Your First AI Agent in 30 Minutes – Part 3
Azure Tutorials Cloud Technologies AI and Machine Learning

Azure AI Foundry in 2025: Building Your First AI Agent in 30 Minutes – Part 3

October 2, 2025October 1, 2025

Write production-ready code for your Azure AI Foundry agent. Part 3 covers Python, Node.js, and C# implementations with error handling, retry logic, configuration management, and local testing.

Read More

node.js, Python, Error Handling, Production Code, Azure AI Foundry, SDK, Agent Development, c#
Share
Mastering Azure Development with C# in 2025: A Complete Guide to Modern Cloud Architecture
C# Azure .NET Development

Mastering Azure Development with C# in 2025: A Complete Guide to Modern Cloud Architecture

August 6, 2025August 7, 2025

As we navigate through 2025, Azure development with C# has reached new heights of sophistication. The ecosystem has evolved dramatically, offering developers unprecedented capabilities for

Read More

c#, best practices, Azure SDK, Cloud Development, Resilience
Share
C# program to find nth prime number
C# Code stuffs

C# program to find nth prime number

May 14, 2023May 14, 2023

Here is the C# program that can find the nth (100000 in this program) prime number: The program starts by initializing primeCount to 0, which

Read More

code, c#, Programming, prime numbers, math, loop, sqrt function, algorithm
Share
Write a program to find the maximum element in an array using linear search.
C# Code stuffs

Write a program to find the maximum element in an array using linear search.

May 14, 2023May 14, 2023

In computer science, searching for a particular element in a data structure is a very common task. One of the simplest ways to search for

Read More

c#, Programming, array, linear search, maximum element, searching, data structures, .net, computer science, algorithm, code
Share
ProjectEuler : Multiple of 3 And 5
Code stuffs C#

ProjectEuler : Multiple of 3 And 5

October 6, 2021July 5, 2022

Multiple of 3 And 5: Q1 From ProjectEuler.NET Description If we list all the natural numbers below 10 that are multiples of 3 or 5,

Read More

.net, code, c#, projecteuler
Share
Runtime Compile C# Code
Default Code stuffs Tweaks C#

Runtime Compile C# Code

July 24, 2021July 5, 2022

Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime

Read More

c#, .net, tweaks
Share
Lets Create a Null Checking Extension on C#
Tweaks C# Code stuffs

Lets Create a Null Checking Extension on C#

June 26, 2021May 14, 2023

Extension methods are static methods behaving like instance methods. We generally use this so that we can use this function as a part of that

Read More

code, tweaks, c#
Share
How to encrypt and decrypt using cryptography (AES)?
Tweaks C#

How to encrypt and decrypt using cryptography (AES)?

June 14, 2021July 8, 2022

Encryption Code Decryption Code Usage

Read More

code, c#
Share

Recent Posts

  • The Complete NGINX on Ubuntu Series: Part 18 – Automation and DevOps Integration
  • Mobile-First Development: Creating Android and iOS Apps with MediaPipe Framework
  • MediaPipe on the Web: Building Browser-Based Computer Vision Apps with JavaScript
  • Your Brain Isn’t a Browser: Why Context Switching Is Killing Your Productivity
  • The Complete NGINX on Ubuntu Series: Part 17 – Troubleshooting and Debugging

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Information Systems Software Engineering Project Management

    Stakeholders, The Players of an Information System

    May 1, 2021September 3, 2025
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • Web Server NGINX Ubuntu Devops Tutorial

    The Complete NGINX on Ubuntu Series: Part 18 – Automation and DevOps Integration

    October 7, 2025September 17, 2025
  • Mobile Development iOS Android Tutorial Computer Vision MediaPipe

    Mobile-First Development: Creating Android and iOS Apps with MediaPipe Framework

    October 7, 2025September 16, 2025
  • Tutorial Web Development JavaScript Computer Vision MediaPipe

    MediaPipe on the Web: Building Browser-Based Computer Vision Apps with JavaScript

    October 7, 2025September 16, 2025
  • Software Engineering Productivity

    Your Brain Isn’t a Browser: Why Context Switching Is Killing Your Productivity

    October 7, 2025October 7, 2025

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother | Father of a beautiful Angel

  • facebook
  • twitter
  • linkedin
  • instagram

Featured Posts

Devops Kubernetes Docker Tutorial

How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

October 6, 2025October 6, 2025
Setting up the Kubernetes Dashboard on your local Docker Desktop can seem daunting, but it's
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023

You May Have Missed

c#
Default Code stuffs Tweaks C#

Runtime Compile C# Code

July 24, 2021July 5, 2022
c#
Tweaks C# Code stuffs

Lets Create a Null Checking Extension on C#

June 26, 2021May 14, 2023
c#
Tweaks C#

How to encrypt and decrypt using cryptography (AES)?

June 14, 2021July 8, 2022
Default Tweaks

How to auto-generate unique-identifier column in Sql?

May 25, 2021May 14, 2023
All Rights Reserved 2025.