Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(11)
Gowtham Rajamanickam(9)
Divyansh Gupta(6)
Ck Nitin(6)
Ayush Gupta(5)
Bhuvanesh Mohankumar(4)
Sangeetha S(3)
Prathap Reddy(3)
Ziggy Rafiq(3)
Mohammed Altaf(2)
Parth Soni(2)
Gautam Singh(2)
Micheal Xavier A (2)
Kripanshu Kumar(2)
Viknaraj Manogararajah(2)
Sandeep Nandey(2)
Aanchal Tyagi(1)
Gohulan Somanathan(1)
Manoj marmat(1)
Arnab Das(1)
Naimish Makwana(1)
Atharva Urade(1)
Gaurav Kumar(1)
Lalit Bansal(1)
Nikhil Patil(1)
Neel Shah(1)
Vijai Anand Ramalingam(1)
Yash Rajora(1)
Gourav Jain(1)
Tharunkumar Magudeeswaran(1)
Ashish Bhatnagar(1)
sasikala s(1)
Naina Kuchhal(1)
Sardar Mudassar Ali Khan (1)
Prakashkumar Sahoo(1)
Muhammad Imran Ansari(1)
Saravanan Ganesan(1)
Bimalshi Jayarathna(1)
Kartik (1)
Jaydeep Patil(1)
Nitin Pandit(1)
Vardhan Vyankatesh Chatla(1)
Vishal Yelve(1)
Rikam Palkar(1)
Sigar Dave(1)
Velladurai (1)
Amit Naik(1)
Manoj Kalla(1)
Praveen Kumar(1)
Sudhir Vaghela(1)
Shafaet Hossain(1)
Niraj Parmar(1)
Resources
No resource found
Power BI for Absolute Beginners: A Step-by-Step Guide
Jul 09, 2025.
Learn how to install Power BI, connect your first dataset, and build a basic dashboard. A beginner's step-by-step guide to getting started with Power BI.
Beyond the API: Architecting Intent-Based Applications in .NET 8
Jul 09, 2025.
A deep dive into Intent-Based Architecture in .NET 8 explores how to design smarter, context-aware applications that move beyond traditional REST endpoints. Ideal for developers building adaptive, AI-ready systems using modern .NET tools.
API Basics: A Beginner's Guide with Examples
Jul 07, 2025.
Learn what an API is with simple analogies, types of APIs (REST, SOAP, GraphQL), and how to use them with JavaScript. Includes examples, tools like Postman, and cool APIs like OpenWeatherMap and NewsAPI.
Build Branching Logic in SharePoint Online List Forms
Jul 07, 2025.
Learn how to use branching logic in SharePoint Online list forms to show or hide fields based on user input. Enhance user experience, minimize errors, and create intelligent, no-code forms effortlessly.
đMastering SOLID Principles in Real-World .NET Projects
Jul 07, 2025.
Learn SOLID principles in C# with real-world .NET examples. Master SRP, OCP, LSP, ISP, and DIP to write clean, testable, and scalable code using interfaces, patterns, and best practices for enterprise apps.
Duplicate Message Detection for an Azure Service Bus
Jul 07, 2025.
Duplicate detection in Azure Service Bus prevents processing the same message multiple times by tracking MessageId within a configurable time window, improving system efficiency and ensuring reliable, error-free message handling.
Filtering, Sorting & Pagination Made Easy in .NET with Sieve
Jul 05, 2025.
Discover how to use the powerful Sieve NuGet package to simplify dynamic filtering, sorting, and pagination in your .NET Web API projects. This article walks through real-world usage with in-memory data, custom filters, and a clean architecture pattern.
Implementing JWT Authentication with Redis Cache in ASP.NET Core Web API
Jul 05, 2025.
This article demonstrates how to implement JWT authentication in an ASP.NET Core Web API using Redis cache for efficient token management. By generating access and refresh tokens during login and storing them in Redis, the API achieves faster token validation, improved scalability, and automatic expiration handling.
QR Code Scanner using ML kit and Camera APIs in Android using Compose
Jul 04, 2025.
This article explains about the process of QR code scanning and processing results. I have used ML kit for object detection and QR detection from gallery and camera as well. Decode the QR image from gallery is most interesting feature of this app.
JWT Auth in ASP.NET MVC: Secure REST API with C#.NET
Jul 04, 2025.
Learn how to build a secure ASP.NET Web API using C# and JWT authentication. This hands-on guide covers token generation, validation, and securing endpoints to protect your API with modern practices.
API Security in Open Banking: Ensuring Data Privacy, Compliance, and Secure Financial Transactions
Jul 04, 2025.
Explore why robust API security is vital for Open Banking and Fintech. Learn key threats, compliance needs, OAuthâs role, and strategies to balance strong protection with seamless customer experience.
Building a Token Vesting dApp on Polygon Using Solidity, Hardhat, and React.js
Jul 04, 2025.
Learn how to build a complete token vesting dApp on the Polygon network using Solidity smart contracts, Hardhat for deployment, and a React.js frontend. This step-by-step article covers contract logic, deployment, and seamless integration with MetaMask for real-time token info.
What Is the DOM(Document Object Model)
Jul 04, 2025.
The DOM (Document Object Model) is a browser-generated tree structure representing HTML. JavaScript utilizes the DOM to access, modify, and interact with page elements dynamically in real-time.
Getting Started with React: Setting Up Your Project and Integrating APIs
Jul 03, 2025.
React is one of the most popular JavaScript libraries for building modern web applications. Whether you're a beginner or transitioning from another framework, learning how to set up a React project and connect it to APIs is essential. This guide will walk you through the process from scratch.
Basic Auth in ASP.NET MVC Web API Using C#.NET
Jul 03, 2025.
Learn how to build a secure ASP.NET Web API using Basic Authentication in C#. Protect your student data endpoints by validating user credentials with a custom auth filter. Perfect hands-on project for beginners.
Creating a Slick Carousel in SPFx Using React
Jul 03, 2025.
Build responsive carousels in SharePoint Framework using React and react-slick. Learn to install, configure, and render rotating slides with ease, ideal for showcasing announcements, events, or image banners.
Unleashing the Power of Vision: Image Classification on Azure
Jul 01, 2025.
Explore image classification with Azure: learn to build, train, and deploy AI vision solutions using Custom Vision, Computer Vision API, and Azure Machine Learning for powerful, scalable visual data insights.
Getting Started with REST APIs using Node.js and Express
Jul 02, 2025.
Learn how to build a simple REST API using Node.js and Express. Set up a server, create CRUD endpoints, and test with Postman. Ideal for beginners seeking to grasp the fundamentals of backend development.
Empower Your AI Agent with a Knowledge Base using Strands Agents SDK
Jul 02, 2025.
Build an AI-powered insurance Q&A agent using Strands Agents SDK and Amazon Bedrock Knowledge Base to answer customer policy questions accurately, retrieve info from S3, and suggest human help when needed.
Best Strategy for Launching a DEX Listing After a CEX Launch
Jul 02, 2025.
Planning to launch your crypto token on a decentralized exchange after listing on a CEX? Discover the best strategies for price alignment, adding liquidity, preventing bot attacks, and maintaining market stability when expanding your token to DEX platforms.
How to Launch a New Crypto Token on a DEX: Step-by-Step Guide
Jul 01, 2025.
Planning to launch your crypto token on a decentralized exchange like Uniswap or PancakeSwap? Learn the best DEX launch strategies, from adding liquidity safely and avoiding bots to locking liquidity and protecting your token from rug pulls and price volatility.
Build a RESTful Student Info API with ASP.NET MVC & C#.NET
Jul 02, 2025.
Learn how to build a simple RESTful API using ASP.NET MVC in C#. This beginner-friendly tutorial guides you through creating a student info API with models, controllers, routing, and JSON output step by step.
Building a MERN Stack REST API with Node.js, Express, and MongoDB
Jun 30, 2025.
A complete guide to building a RESTful API in Node.js, Express, and MongoDB for managing goals, including CRUD endpoints, user authentication, error handling, and deployment steps.
How to Deploy Copilot Agents Using Copilot Studio â Step-by-Step for Beginners
Jun 30, 2025.
Learn how to deploy Copilot Agents using Copilot Studio with this beginner-friendly, step-by-step guide. Ideal for newcomers looking to build, test, and launch their own AI-powered copilots.
Building an AI-Powered Quiz Generator with React and Gemini AI
Jun 30, 2025.
Build custom quizzes on any topic using Google's Gemini AI with this modern React app. Features include difficulty settings, real-time feedback, explanations, and smooth deployment via GitHub Pages.
Basic AI Application Creation for Beginner Using Javascript and Visial Studio Code - Chat GPT
Jun 30, 2025.
Learn how to build a basic AI-powered app using JavaScript and Visual Studio Code. This beginner-friendly guide shows how to integrate ChatGPT for simple, interactive functionality.
Automating Azure Analysis Services (AAS) Firewall Whitelisting Using Azure Data Factory
Jun 30, 2025.
This article explains how to automate IP whitelisting in Azure Analysis Services (AAS) using Azure Data Factory (ADF). It covers dynamic firewall rule management using a configuration-driven pipeline, secured with Managed Identity and REST API integration.
.NET Core Web API Features with Code Examples
Jun 30, 2025.
Learn the key features of .NET Core Web API with real code examples. From routing, dependency injection, and middleware to authentication and versioningâbuild robust, scalable RESTful APIs easily.
ClientâSide Student Record Management Using JavaScript (Add, Modify, Delete, Show â Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
.Net 9 Web API Minimal API with Entity Framework
Jun 29, 2025.
Here we will discuss how to create an Entity framework in .Net Minimal Web API with an Authorized JWT (JSON- Wen Token) token in Swagger web view.
Move and Delete Files Like a Pro using Power Automate Desktop
Jun 28, 2025.
How to move and Delete Files Like a Pro using Power Automate Desktop
Understanding the Logical Design of IoT
Jun 28, 2025.
In this article, we will learn about Logical design of IoT with the help of three terms - IoT Functional Blocks, Communication Models (Request-Response, Publish-Subscribe, Push-Pull, Excusive Pair Communication model), IoT communication APIs (REST-based and websocket-based Communication APIs) .
How to Manage Global State in React Using Hooks (Without Redux)
Jun 26, 2025.
Learn how to manage global state in React using built-in hooks like useContext and useReducer. No need for Redux! Get practical examples and best practices.
Mastering Connection Pooling with Dapper in ASP.NET Core Web API
Jun 27, 2025.
In modern web development, one of the key challenges when working with databases is efficiently managing database connections.
Building a CRUD API with Express.js and MongoDB
Jun 27, 2025.
Backend engineers should gain a thorough understanding of how to construct a RESTful CRUD API, which stands for construct, Read, Update, and Delete activities. This tutorial will guide you step-by-step through the process of creating a simple CRUD API with Node.js, Express.js, and MongoDB.
Minimal API with Authorization JWT Token in .NET 9
Jun 27, 2025.
This article explains how to implement JWT authentication and authorization in Minimal API using .NET Core 9.0, Visual Studio 2022, and Swagger for testing secured endpoints via generated bearer tokens.
How to Share Logic Between Components Using Custom Hooks in React
Jun 26, 2025.
Learn how to reuse and share logic between React components using custom hooks. Create clean, maintainable code with real examples of custom React hooks.
10 .NET Core Features Youâre Not Using (But Definitely Should!)
Jun 26, 2025.
.NET Core (now just â.NETâ from .NET 5 onwards) has become a powerhouse for modern, cross-platform development. But while most developers are busy writing APIs or deploying Blazor apps, thereâs a treasure trove of underutilized features that could make your code faster, cleaner, and more maintainable.
Service Lifetimes in ASP.NET Core: Transient vs Scoped vs Singleton
Jun 25, 2025.
Learn the differences between Transient, Scoped, and Singleton service lifetimes in ASP.NET Core with real-world examples
Setting Up Azure Data Fabric Workspaces and Lakehouses Using C# SDKs
Jun 24, 2025.
Learn how to set up Azure Data Fabric Workspaces and Lakehouses using C# SDKs. This guide covers workspace provisioning, lakehouse creation, and automating data infrastructure with .NET.
Meet the o3 Series Models: Smarter Tools for Reasoning and Problem Solving on Azure
Jun 24, 2025.
Microsoft has introduced a powerful range of AI models called the o3 series, designed to help with tasks that require deep thinking, reasoning, and advanced problem-solving.
Real-Time Azure Digital Twins: Building a Scalable NDJSON Solution with Event-Driven Architecture
Jun 23, 2025.
This article shows how to build a real-time system that keeps digital twins (virtual copies of physical machines) updated instantly using Microsoft Azure cloud services.
Can I build AI or machine learning apps in C# like I can in Python?
Jun 21, 2025.
Can you build AI or machine learning apps using C# like you can in Python? Absolutely! While Python leads in AI development due to its rich ecosystem, C# offers powerful tools like ML.NET, ONNX Runtime, and Azure Cognitive Services for building and deploying AI solutions in .NET applications. This guide explains how to use C# for AI, where it shines, and when Python might still be the better choice.
Quickstart: Convert Text to Speech Using Azure AI Speech Service
Jun 22, 2025.
Quickstart: Convert Text to Speech Using Azure AI Speech Service or Build a Text-to-Speech App with Azure AI Services in C#
Why Generative AI Matters: How It's Changing Creativity, Learning, and Work
Jun 20, 2025.
Generative AI is transforming how we create, learn, and work. Discover the real-world impact of this powerful technology, from helping students and artists to boosting productivity and innovation across industries.
Difference Between Minimal API and Controller API .NET Core
Jun 20, 2025.
Explore the key differences between Minimal API and Controller API in .NET Core, including structure, performance, routing, and use casesâhelping you choose the right approach for your project.
Best Generative AI APIs in 2025
Jun 19, 2025.
Discover the top Generative AI APIs in 2025, including OpenAI GPT-4o, Anthropic Claude 3.5, Google Gemini 1.5, and open-source models like Mistral and LLaMA 3. This guide offers detailed comparisons of text, code, and image generation APIs, covering features, pricing, use cases, and performance. Ideal for developers, startups, and businesses integrating AI-powered solutions in chatbots, search, automation, and creative tools.
What is Azure AI Service and Azure OpenAI Service?
Jun 20, 2025.
This article explains the key differences between Azure AI Services and Azure OpenAI Service, guiding developers on when to use each and how combining both unlocks powerful, modern AI-driven applications.
Data-Driven Testing in Selenium Using Excel and TestNG
Jun 20, 2025.
Learn how to perform data-driven testing in Selenium using Excel and TestNG. Read test data from Excel with Apache POI and automate test execution using TestNG's DataProvider feature.
How to use Ngrok in ASP.NET Core
Jun 18, 2025.
When building modern web applications, developers often face a common challenge: testing locally developed webhooks, APIs, or third-party integrations that require a publicly accessible URL.
đ¨ A Backend Developerâs Pain đ¨
Jun 18, 2025.
Postman tests may pass, but real issues begin with frontend calls, often due to CORS. Browsers enforce security checks that Postman skips. Understanding CORS is key to debugging real-world API problems.
Health Checks in .NET 8 Web API: A Comprehensive Guide
Jun 18, 2025.
Ensure your ASP.NET Web APIâs reliability with .NET 8 health checksâmonitor SQL Server, external APIs, and network connectivity using JSON-formatted diagnostics for proactive monitoring, easier debugging, and improved application resilience.
Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF Viewer
Jun 18, 2025.
Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
Getting Started with Azure OpenAI for Power Platform
Jun 17, 2025.
Learn how to integrate Azure OpenAI GPT models with Microsoft Power Platform. This guide helps developers build smart, AI-powered apps using Power Automate, Power Apps, and low-code tools.
Fixed Window vs. Sliding Window Rate Limiting in .NET
Jun 17, 2025.
Learn the difference between Fixed and Sliding Window Rate Limiting in .NET. Understand how each algorithm controls API traffic, prevents abuse, and suits different use cases like login or public endpoints.
Risk of Using AI Coding Tools Such as Copilot and ChatGPT
Jun 16, 2025.
Explore the critical risks associated with integrating AI coding tools like GitHub Copilot and ChatGPT into development workflows, covering concerns from code quality and security vulnerabilities to intellectual property issues and developer skill erosion.
How To Run JavaScript in Power Automate Desktop Using âRun JavaScriptâ Action
Jun 17, 2025.
Learn how to run JavaScript directly in Power Automate Desktop using the âRun JavaScriptâ action. Build objects, return JSON via WScript.Echo(), and integrate JS logic seamlessly into your PAD flows.
Adding a Custom Domain Using Amazon Route 53
Jun 17, 2025.
Learn how to connect your custom domain to AWS using Amazon Route 53. This step-by-step guide covers domain setup, DNS records, and configuring hosted zones for seamless web routing.
API Rate Limiting in .NET
Jun 17, 2025.
In the world of web APIs, especially public ones, controlling how many requests a user or client can make is very important. This is known as API Rate Limiting. Without it, one careless or malicious user could overload your server, slow down services for others, or even bring down your entire application.
Deploying a .NET Weather Forecast App to AKS Using GitHub Actions and Argo CD
Jun 16, 2025.
Learn how to deploy a .NET Weather Forecast app to Azure Kubernetes Service (AKS) using GitHub Actions for CI/CD and Argo CD for GitOps-based continuous delivery.
The Top Challenges of Using Generative AI
Jun 16, 2025.
Discover the biggest challenges of using Generative AI in 2025, from hallucinations to ethical risks, and learn how to overcome them wisely and responsibly.
Privacy and Data Leakage in Generative AI: Explained Simply
Jun 16, 2025.
Learn how generative AI models like ChatGPT and DALL·E handle your data, and what privacy risks or data leaks may occur. This beginner-friendly guide breaks down how AI training works, where data can leak, and how to protect yourself when using GenAI tools.
How to Use Azure AI Document Intelligence in Power Automate Flows
Jun 16, 2025.
Automate document processing with Azure AI Document Intelligence and Power Automate. Extract data from PDFs, invoices, and forms with high accuracyâno code needed. Perfect for HR, finance, logistics, and more.
From Custom Reporting Headaches to Self-Service Dashboards: The Reveal BI Advantage for SaaS
Jun 16, 2025.
Here in this article, we'll see how from Custom Reporting Headaches to Self-Service Dashboards with the Reveal BI Advantage.
Mastering Trigger Conditions in Power Automate Flows: Simplify Your Flow Logic Like a Pro! đĽ
Jun 16, 2025.
This article explores Trigger Conditions in Power Automate, explaining what they are, why they matter, and how to use them effectively, especially in SharePoint-based flows. Learn with real-world examples, syntax tips, and best practices to build smarter, more efficient workflows.
Handle Entity Framework Transactions
Jun 15, 2025.
Learn how to manage transactions in Entity Framework to ensure data integrity. This article covers built-in handling, explicit transactions, rollbacks, commits, and managing multiple DbContexts for consistent operations.
Youâre Using useState for That? Cute
Jun 15, 2025.
Tired of useState management in complex components? useReducer is way for building structured, scalable state management in React + TypeScript.
Should We Train Our Own LLMs or Use Existing Ones via APIs?
Jun 13, 2025.
Learn whether to train your own LLM or use existing APIs, with pros, cons, cost considerations, and expert tips to guide your enterprise AI strategy.
State Management in Angular Using NGXS
Jun 12, 2025.
As your Angular application grows, managing shared state between components becomes increasingly complex. NGXS (pronounced "nexus") provides a simple, intuitive, and powerful state management pattern for Angular applications, built on the principles of Redux but with a more Angular-friendly approach.
Creating a Smart Contract on Base Using Remix + Hardhat
Jun 12, 2025.
Learn how to write and deploy a simple smart contract on Base using Remix, Hardhat, and MetaMask. This beginner-friendly guide makes Ethereum Layer 2 development fast, affordable, and easy to follow.
Easily Change Folder Colors and Create Folders in SharePoint Using Power Automate
Jun 12, 2025.
Learn how to use Power Automate to create folders and change folder colors in SharePoint with ease. Enhance organization, boost productivity, and streamline your SharePoint experience.
Understanding Key Microsoft Azure Services
Jun 11, 2025.
Explore 11 essential Microsoft Azure servicesâlike Storage, Key Vault, AKS, and DDoS Protectionâalong with real-world use cases, best practices, and interview questions to boost your cloud expertise.
đ§ What is AKS? Azure Kubernetes Service (AKS)
Jun 11, 2025.
So youâve heard the word Kubernetes floating around, right? And maybe you've also heard of Docker, containers, microservices â all that modern cloud stuff. Well, AKS is Microsoft Azureâs managed service for Kubernetes.
Secure API Payloads Using AES and RSA Encryption in Angular and .NET Core
Jun 11, 2025.
Learn how to secure API payload using AES and RSA encryption in Angular and .NET Core. This step-by-step guide covers hybrid encryption, key exchange, and best practices for protecting sensitive data in web applications.
Best Practices and Code Examples for Azure Functions using C# 13
Jun 09, 2025.
Ziggy Rafiq shares best practices for structuring, testing, and deploying production-grade serverless functions using Azure and xUnit in this article.
đ˛ How to Generate a Random Number or List of Random Numbers in Power Automate Desktop
Jun 10, 2025.
Learn how to generate single or multiple random numbers in Power Automate Desktop for testing, simulations, or dynamic inputsâperfect for RPA, Excel automation, chatbots, and Indian IT project scenarios.
Vehicle Count Visualization Using ApexCharts in ASP.NET MVC
Jun 10, 2025.
In this snippet, we are working on visualizing vehicle category counts (B and C) using a donut chart powered by ApexCharts.
Getting Started with Redis in .NET Core Applications
Jun 10, 2025.
Learn how to integrate Redis with .NET Core to boost app performance using distributed caching. This guide covers setup, key libraries like StackExchange.Redis, and practical use cases with C#.
Testing with Moq for Clean and Reliable Code in ASP.NET Core with C# 13 and xUnit
Jun 08, 2025.
With this tutorial, you will learn how to use C# 13, xUnit, and Moq to test your APIs in ASP.NET Core using best practices. The guide was written by Ziggy Rafiq.
Building Scalable APIs with Vertical Slice Architecture in .NET
Jun 09, 2025.
Vertical Slice Architecture organizes code by features rather than technical layers. Each âsliceâ encapsulates all aspects of a specific feature, including the UI, business logic, and data access.
Overview of TLS with .NET Framework
Jun 09, 2025.
Learn TLS basics, its advantages, .NET framework compatibility, how to enable or set default TLS versions in C#, and detect active TLS versions on websites using practical C# code examples.
A Simple Guide to How AI Agents Work Behind the Scenes
Jun 09, 2025.
Ever wondered how AI agents like ChatGPT or virtual assistants seem so smart and capable? Behind the scenes, thereâs a well-structured system that makes all of it possible.
Building Background Tasks in ASP.NET Core
Jun 09, 2025.
In modern ASP.NET Core applications, especially those involving microservices, background processing is a key requirement. Whether itâs sending emails, processing Kafka messages, running cron-like jobs, or handling long-running workflows, background services are essential.
Agentic AI: The Mindful Machine Architecture
Jun 09, 2025.
Agentic AI blends autonomy, reasoning, and decision-making into machines. This mindful architecture powers systems that act with purpose, like intelligent agents that think before they act.
Getting Started with Natural Language Processing (NLP) in C# .NET
Jun 06, 2025.
Learn how to build a simple sentiment analysis NLP model using C# and ML.NET. This hands-on guide empowers .NET developers to process text and classify sentiment efficiently.
đĽ Sentiment Analysis on IMDb Using BERT and Hugging Face
Jun 05, 2025.
Learn how to fine-tune BERT for sentiment analysis using the IMDb dataset with Hugging Face Transformers. Includes Python code, attention visualization, and Gradio deployment.
How to Schedule Automated Workflows Using Apache Airflow
Jun 06, 2025.
Apache Airflow is an open-source tool that helps you automate, schedule, and monitor workflows, a set of tasks that need to run in a specific order.
đ¤ Create a Copilot Agent for SharePoint Development Site Creation using Copilot Studio
Jun 05, 2025.
Learn to automate SharePoint development site creation using Microsoft Copilot Studio and Power Automate. Build a smart agent that collects user inputs and provisions sites instantlyâno manual effort needed!
Generate RSA Public and Private Keys Using OpenSSL
Jun 05, 2025.
Learn how to generate RSA key pairs using OpenSSL in Git Bash. Step-by-step guide includes creating private/public keys, PEM file usage, and key file insights for secure communication.
Getting Started with Machine Learning in .NET
Jun 05, 2025.
Learn how to build a simple ML.NET app in .NET using Visual Studio. From loading CSV data to training a regression model and making predictions, this guide covers the basics of integrating ML into your projects.
How Indexed Columns Improve SharePoint List Speed
Jun 04, 2025.
Indexed columns in SharePoint help improve list and library performance by allowing faster filtering and searching, especially in large lists with thousands of items.
Calling REST APIs in Blazor Server: A Beginner's Guide with Example
Jun 04, 2025.
In this article, we will learn how to call REST APIs in a Blazor Server application using HttpClient. Weâll walk through how to send GET, POST, PUT, and DELETE requests, and handle JSON responses using strongly-typed models.Whether you're building a dashboard, e-commerce site, or internal tool, REST API integration is a must-have skill for Blazor developers.
Deploy a Website Using AWS Amplify Console
Jun 04, 2025.
AWS Amplify is a cloud-based development platform that simplifies the building and deployment of web and mobile apps, featuring CI/CD hosting, authentication, APIs, storage, and low-code tools such as Amplify Studio.
Logging in ASP.NET Core Web API Using MongoDB
Jun 03, 2025.
Logging is one of the most important parts of building a real-world application. It helps you track errors, monitor behavior, and understand what your app is doing behind the scenes.
đĄ Real-World Small JavaScript Projects â For Real People
Jun 03, 2025.
So youâre learning JavaScript and you want to build something useful, not just âHello Worldâ or random number generators. You want to build something that feels like what real developers do. Something simple but practical. Something that makes sense in the real world.
Getting Started with OpenCV in .NET
Jun 03, 2025.
Learn how to use OpenCV in .NET applications with OpenCvSharp. This beginner-friendly guide covers setup, loading images, converting to grayscale, displaying results, and performing edge detection.
Modern C# in 2025: What You Should Be Using (and What to Retire)
Jun 03, 2025.
Explore the latest C# 12 and .NET 8 features in 2025, including primary constructors and required properties, while learning modern practices to write cleaner, faster, and more maintainable C# code.
What is Debouncing in JavaScript?
Jun 03, 2025.
You're typing something into Google search, right? And it shows suggestions after every letter you type.If the app tries to send a request for every single keypress, thatâs a lot of wasted work â especially if someone types fast.So what do smart developers do?
Building a Clean ASP.NET Core API with C# 13, EF Core, and DDD
Jun 02, 2025.
The guide is written by Ziggy Rafiq and follows real-world architecture and testing best practices to provide a clean, scalable REST API using ASP.NET Core, C# 13, EF Core, and MS SQL.
Mastering API Development in .NET
Jun 02, 2025.
This article provides a practical guide for .NET developers to build clean, scalable, and maintainable APIs using ASP.NET Core.