C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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)
Nikhil Patil(7)
Gowtham Rajamanickam(6)
Vijay Kumari(4)
Shivang (3)
Divyansh Gupta(3)
Keyur Pandya(2)
Ananya Desai(2)
Kautilya Utkarsh(2)
Naga Santhosh Reddy Vootukuri(2)
Rohit Gupta(2)
Malintha Wijewardana(2)
Praveen Kumar(2)
Deepak Pippal(2)
Kripanshu Kumar(2)
Pratik Chavan(2)
Vijai Anand Ramalingam(2)
Gautam Singh(2)
Bhuvanesh Mohankumar(2)
Mohamed Shifan(1)
Sreeparna Sreejay(1)
Vishal Yelve(1)
Baibhav Kumar(1)
Gaurav Kumar(1)
Sanjay Kumar Pathak(1)
Sujikaran Saththiyanathan(1)
Dashrath Hapani(1)
John Godel(1)
Sandhiya Priya(1)
Manish Dwivedi(1)
Cynthia Sathuragiri(1)
Dipen Shah(1)
Phiếu Trái(1)
Harshit Pandey(1)
Abiola David(1)
Sardar Mudassar Ali Khan (1)
Arkadeep De(1)
Manav Pandya(1)
Suraj Vishwakarma(1)
Amit Mohanty(1)
Sangeetha S(1)
Gaurav Kumar(1)
Mohammed Altaf(1)
Tharunkumar Magudeeswaran(1)
Ashish Bhatnagar(1)
Prakashkumar Sahoo(1)
Muhammad Imran Ansari(1)
Bimalshi Jayarathna(1)
Jay Krishna Reddy (1)
Parth Soni(1)
Viknaraj Manogararajah(1)
Jaydeep Patil(1)
Jignesh Kumar(1)
Rikam Palkar(1)
Sigar Dave(1)
Sandeep Nandey(1)
Ziggy Rafiq(1)
Velladurai (1)
Manoj Kalla(1)
Resources
No resource found
Streamlining SharePoint Site and Group Data Extraction Using PnP PowerShell
Aug 19, 2025.
This blog post explains how to use PnP PowerShell to automate the extraction of SharePoint site and group data, including site groups, subsites, and pages. It provides a step-by-step guide on how to connect to a SharePoint site, gather data recursively from subsites, and export the results to a CSV file for analysis. Ideal for SharePoint administrators looking to streamline auditing and management tasks.
Deploying a Storage Account in Azure using Asure Portal
Aug 19, 2025.
Azure Storage is a service from Microsoft that lets you save your files, photos, backups, and other data on the internet (cloud). You can create a storage account easily using the Azure website. Azure has three storage levels — Hot, Cool, and Archive — based on how often you need the data. It also gives you different ways to store data like Blob (for big files), File (for shared folders), Queue (for messages), Table (for simple data), and Disk (for virtual machines)
What is a Buffer in Node.js, and When Should it be Used?
Aug 19, 2025.
This article explains in simple words what a Buffer is in Node.js, how it works, and when it should be used. It provides detailed examples in JavaScript for better understanding.
Discovering SharePoint Pages and Subsites Using PowerShell
Aug 19, 2025.
This blog provides a PowerShell script to efficiently list all pages and subsites in a SharePoint environment. It explains how to navigate web applications, site collections, and subsites while leveraging PowerShell for automation, memory management, and customization. Ideal for SharePoint administrators looking to streamline content audits and management tasks.
Build a Task Reminder Bot Using n8n + Telegram + Scheduler
Aug 19, 2025.
Build a fully automated task reminder bot with n8n, Telegram, and a Scheduler trigger. This step-by-step guide shows how to set up commands, store reminders, and send them on time — plus includes the complete workflow JSON for easy import.
Working with SharePoint Files vs Attachments in SPFx using PnPjs
Aug 19, 2025.
Learn the key differences between SharePoint Files and List Item Attachments in SPFx development. Explore best practices for uploading, retrieving, and managing documents and attachments using PnPjs in modern SharePoint Online.
What are the global objects available in Node.js, and how are they used?
Aug 19, 2025.
This article explains in simple words the global objects available in Node.js, their uses, and provides detailed examples in JavaScript.
Managing SharePoint List Attachments in SPFx using PnPjs
Aug 19, 2025.
Learn how to manage SharePoint list item attachments in SPFx with PnPjs. Step-by-step article covering how to upload, retrieve, delete, and replace attachments in modern SharePoint Framework solutions.
How Docker simplfies Deployment and scaling when using .NET API's
Aug 18, 2025.
Learn how Docker containers streamline the development, deployment, and management of .NET applications. This guide covers creating, building, and running .NET apps in Docker efficiently and securely.
How to Generate Interview Questions Using AI Prompts
Aug 17, 2025.
AI can create tailored interview questions for any role if prompted correctly. Learn how to design prompts for technical, behavioral, and industry-specific interviews.
Create a Daily Habit Tracker in Notion Using Make.com
Aug 18, 2025.
You’ll build one Make.com scenario that, every morning, auto-creates that day’s habit checklist in a Notion database. You track completion by ticking checkboxes in Notion. No paid tools. Works on Make’s free tier.
Fetch Column Headers from Excel Files in a Folder using Power Automate
Aug 15, 2025.
In this article its mainly focus on extracting the column header names from multiple excel sheet stored in a folder using Power Automate.
Track Crypto Token Prices from CoinGecko Using HTTP Module
Aug 16, 2025.
If you’re a crypto trader, investor, or just a blockchain enthusiast, staying updated on token prices is crucial. Constantly checking prices manually is a productivity killer — and premium market data tools can be expensive.
How is AI used in Climate Change Mitigation?
Aug 13, 2025.
Discover how Artificial Intelligence is becoming a game-changer in climate change mitigation — from predicting extreme weather to optimizing renewable energy and reducing carbon footprints.
Soft Deletes using EF Core Interceptors
Aug 14, 2025.
Learn how to implement soft deletes in EF Core using interceptors. Mark entities as deleted without removing them, apply global query filters, and ensure automatic, transparent handling of deleted records
Building Cloud-Native Applications using .NET Aspire
Aug 13, 2025.
This article will introduce you to .NET Aspire, and its core features, and provide practical examples to help you get started.
Schedule Daily Email Summaries Using Gmail SMTP in n8n
Aug 13, 2025.
Automate daily email summaries using Gmail SMTP and n8n. Learn to set up Google App Passwords, configure workflow nodes, and send reports or reminders securely, no coding required, fully customizable.
How is AI used in Predictive Maintenance for Manufacturing?
Aug 12, 2025.
Discover how AI-powered predictive maintenance is transforming manufacturing by reducing downtime, cutting costs, and improving productivity through real-time monitoring, machine learning, and predictive analytics.
How to Build a Simple Website Using Only HTML and CSS (No JavaScript)
Aug 10, 2025.
Learn how to create a clean, responsive website using only HTML and CSS—perfect for beginners who want to master the basics without JavaScript.
How to Reverse a String in Python Using Slicing
Aug 11, 2025.
Learn how to reverse a string in Python using slicing. This beginner-friendly guide explains the concept of slicing in depth, provides step-by-step examples, and compares alternative methods so you can master string reversal with confidence.
How to Implement Pagination and Sorting in Spring Boot Using Spring Data JPA?
Aug 08, 2025.
A comprehensive guide to implementing scalable and efficient pagination and sorting mechanisms in Spring Boot applications using Spring Data JPA. Includes real-world examples, best practices, and performance optimization tips to improve your REST API responses.
What are Real‑world Applications of AI Today?
Aug 08, 2025.
Discover how AI is transforming industries in 2025! From healthcare to finance and agriculture, explore the top real-world applications of artificial intelligence that are shaping our lives today.
What are Large Language Models (LLMs) Used for?
Aug 08, 2025.
Explore what large language models (LLMs) are and how they’re used in real-world applications. From chatbots to content creation, discover why LLMs are revolutionizing industries in 2025.
Designing a Sales Data Mart from Scratch Using SQL and Dimensional Modeling
Aug 08, 2025.
Learn to build a Sales Data Mart from scratch using SQL and Dimensional Modeling. Discover schema design, data population, and powerful queries for insightful business reporting and BI integration.
What is JavaScript?
Aug 07, 2025.
Discover what JavaScript is, why it’s essential in modern web development, and how it powers the dynamic behavior of websites. A complete beginner-friendly guide with examples and practical insights.
Build a Simple Chatbot in Python Using NLTK and Rule-Based Logic
Aug 05, 2025.
In this article, you will build a lightweight Python chatbot that uses NLTK for text preprocessing and simple rule-based / similarity logic to respond to user queries. The bot handles greetings, FAQs, fallback similarity matching, and small talk. It’s a practical beginner-to-intermediate project demonstrating natural language processing basics without deep learning.
Build a Weather App in Python Using the OpenWeatherMap API
Aug 05, 2025.
Learn how to build a real-world Weather App in Python that fetches live weather data from the OpenWeatherMap API. This beginner-to-intermediate tutorial covers acquiring an API key, making HTTP requests, parsing JSON, handling errors, and optionally extending the app into a web interface using Flask.
SharePoint Online: Update Web Part Properties using PnP PowerShell
Aug 04, 2025.
In this article, we will see how you can update the web part property of a custom web part on your SharePoint Online page using PnP PowerShell script. Sometimes due to heavy customization on a SharePoint page.
Shopping web application using Next.js, Tailwind CSS, .NET Core Web API, and MongoDB
Aug 04, 2025.
This project integrates Next.js, Tailwind CSS, and MongoDB with ASP.NET Web API to create a responsive full-stack eCommerce app. Features include product listing, authentication, and payments via Stripe or Razorpay.
Building a GA4 to Power BI Data Pipeline Using Snowflake and dbt (Medallion Architecture)
Aug 04, 2025.
This POC demonstrates how to build a scalable data pipeline using GA4, Snowflake, dbt, and Power BI, following Medallion Architecture to ensure data quality, modularity, and insightful visualizations.
Create SharePoint Lists and Columns in SPFx Using PnPjs
Aug 04, 2025.
Learn how to use PnPjs (spfi) in SPFx to dynamically create various SharePoint list columns like text, number, date, choice, and lookup fields using addFieldAsXml for seamless customization and automation.
Monitor Performance by Using the Query Store
Aug 04, 2025.
Query Store in SQL Server helps monitor query performance over time by storing execution plans, runtime stats, and wait times. It enables troubleshooting, plan forcing, and tracking regressions effectively.
Cascading Private Tailored Small Language Models (PT-SLM) Using GSCP Framework: A Cost-Efficient Architecture for Accura
Aug 04, 2025.
AI cascade using PT-SLM and GSCP offers a modular approach to NLP by combining small, accurate models for complex tasks like document parsing and reasoning, improving scalability, accuracy, and control.
What is C# and What is it Used For?
Aug 02, 2025.
Learn what C# is, how it works, and what it's used for in 2025. Explore its core features, real-world applications, and why C# remains a top programming language for developers.
Validating UPI IDs Using a Secure API
Aug 01, 2025.
Implement UPI ID validation in ASP.NET Web Forms using JavaScript and AJAX. Validate UPI via backend API, display real-time feedback, and handle success or error responses for a seamless user experience.
CRUD Application using .NET Core and React.js
Aug 01, 2025.
Build a full-stack Employee Management System using ASP.NET Core Web API and React.js with SQL Server. Perform CRUD operations, manage employees, and integrate frontend-backend with Axios and EF Core.
Dependency Injection in .NET Core Using IServiceCollection
Jul 31, 2025.
Dependency Injection (DI) is a design pattern that enables the development of loosely coupled code. .NET Core has built-in support for DI, making it easy to manage dependencies in modern applications.
Send Email in SPFx Using Microsoft Graph API
Jul 31, 2025.
Learn how to send personalized emails from a SharePoint Framework (SPFx) solution using Microsoft Graph API. Set up permissions, build email payloads, and follow best practices for secure, efficient communication.
Implementing Encryption and Decryption in Cypress using Node.js Crypto Module
Jul 30, 2025.
This document provides a technical guide on how to implement encryption and decryption in Cypress using the Node.js built-in crypto module. This is particularly useful for securely handling sensitive data such as passwords or tokens during test execution.
ETL Design Pattern to Implement SCD Type 2 Using SQL, SSIS, or dbt
Jul 30, 2025.
SCD Type 2 is widely used in data warehousing to preserve full history of dimensional changes. Implementing it correctly through your ETL process is crucial for accurate historical reporting.
How to Build an AI Agent Using Azure
Jul 30, 2025.
Artificial Intelligence is reshaping the way we build applications—from chatbots to smart assistants. In this article, we'll explore how to create your own AI Agent using Microsoft Azure
Dynamic Form Generation in Angular Using JSON Configuration
Jul 30, 2025.
Create dynamic, reusable forms in Angular using JSON configuration and reactive forms. Easily manage input types, validations, and layout through a flexible, code-driven approach ideal for scalable applications.
Display Outlook Calendar with Time Zone in SPFx using Graph
Jul 30, 2025.
Integrate Outlook calendar events, including recurring ones, into SharePoint Framework (SPFx) web parts using Microsoft Graph API. Display time zone–aware events and enhance intranet personalization easily.
Building a Conversational Chatbot Using Mastra AI
Jul 29, 2025.
Learn how to build a conversational chatbot using Mastra AI. This step-by-step guide covers chatbot architecture, NLP integration, deployment, and real-world applications to enhance user interactions.
Create a Personal Budget Tracker in C# Using JSON and Console UI
Jul 28, 2025.
In this article, we will build a simple personal budget tracker using C# with a clean console UI and JSON for persistent storage. This beginner-friendly project helps users understand file handling, data serialization, and basic CRUD operations—ideal for those starting with .NET or looking for a practical mini project.
Empowering Agentic AI with Persistent Memory using Strands Agents SDK
Jul 26, 2025.
In this article, you will learn how to build an Agentic AI assistant using the Strands Agents SDK and FAISS-based memory
Simulating the NKTg Law on Varying Inertia Using C#
Jul 26, 2025.
Introduces the NKTg Law on varying inertia and demonstrates how to simulate motion with changing mass using C# and momentum-based dynamics.
🔥 How to Consume Web API in ASP.NET MVC Using HttpClient
Jul 24, 2025.
Are you building an ASP.NET MVC application and need to fetch data from a Web API? Look no further!In this guide, you’ll learn how to consume Web API using the HttpClient class in ASP.NET MVC with real examples and best practices.
How to Cancel Fetch Requests in JavaScript Using AbortController
Jul 23, 2025.
Learn how to cancel fetch requests in JavaScript using the AbortController API. Improve performance, prevent duplicate API calls, and manage async operations more efficiently with real-world examples and clean code.
🔍 Power Pages: Fetch Data from a Dataverse Table and Display Using Liquid Template
Jul 21, 2025.
Learn how to display Dataverse table records on your Power Pages home page using Liquid templates. This guide covers permissions, Liquid syntax, and secure dynamic content rendering for real-world scenarios.
Creating and Using Relationships in Power BI: A Practical Guide
Jul 21, 2025.
This article explains how Power BI relationships connect tables for cleaner data models, enabling accurate, interactive reports. Learn types, benefits, and how to create relationships for smarter data analysis.
🔐 Power Pages: Display Current Logged-in User’s Full Name Using Liquid template
Jul 19, 2025.
Learn how to display the full name of the currently logged-in user in Power Pages using Liquid templates. A step-by-step guide for Power Apps developers to personalize user experience.
Managing Relationships, Migrations, and Performance Optimization in ASP.NET Core MVC
Jul 18, 2025.
This ASP.NET Core MVC project demonstrates how to manage one-to-many relationships using Entity Framework Core, handle code-first migrations, and apply performance optimization techniques such as AsNoTracking, pagination, and in-memory caching.
Who Should Use CrewAI? 8 Ideal Users & Use Cases
Jul 16, 2025.
Discover the 8 types of teams and professionals who benefit most from CrewAI’s multi-agent orchestration—AI engineers, dev teams, DevOps, RPA practitioners, startups, data-driven enterprises, product innovators, and consultancies.
Rate Limiting with .NET Minimal APIs using AspNetCoreRateLimit
Jul 17, 2025.
This article explains how to implement rate limiting in a .NET Minimal API using the open-source library AspNetCoreRateLimit. It covers the basics of what rate limiting is, why it's important in modern web applications, and how to configure different limits for separate endpoints in a clean and scalable manner.
What Is CrewAI?
Jul 16, 2025.
Discover the top 10 essential topics for mastering CrewAI, the lightweight Python framework for building and orchestrating multi-agent AI systems—plus real Crew examples and companies already building production apps with CrewAI.
Create and Update SharePoint List Items in SPFx Using PnPjs
Jul 14, 2025.
Learn how to create and update SharePoint list items in an SPFx web part using the latest PnPjs (spfi). Includes step-by-step examples for all field types, including lookup, people, multi-choice, and more.
Using React Context like a Pro
Jul 11, 2025.
Learn how to use React Context like a pro! Avoid common pitfalls, improve performance with memoization, split providers, and combine them with custom hooks and reducers for scalable and maintainable state management.
Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScript
Jul 11, 2025.
This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
Guide: Importing Test Cases into Zephyr Squad using Excel
Jul 10, 2025.
This guide provides step-by-step instructions for importing multiple test cases into Zephyr Squad using an Excel file. It also explains the importance of the 'Discriminator' field, the correct use of 'Issue Type = Test', and how to structure test steps.
Building a Date Assistant Using Anthropic Claude, Python, and Function Calling
Jul 10, 2025.
Learn to build a smart date assistant by combining Anthropic Claude’s natural language skills with Python function calling. Extract dates, calculate intervals, and stream accurate results — blending AI reasoning with precise logic.
Data View and LINQ in C# and VB.NET
Jul 07, 2025.
Learn how to fetch unique values from a DataTable using DataView and LINQ in C# and VB.NET. Explore sorting, filtering, and displaying distinct book records with examples compatible with .NET Core and .NET 9.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
Mastering LINQ in C#
Jun 25, 2025.
Language Integrated Query (LINQ) is a game-changer in C#. It brings SQL-like data querying capabilities directly into your C# code, making data manipulation more intuitive, type-safe, and readable.
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.
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.
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.
Understanding Select vs SelectMany in LINQ
Jun 19, 2025.
In this article, we are going to learn about the importance of LINQ features of select and SelectMany and the difference between them.
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.
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.
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.
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.
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.
FirstOrDefault vs. SingleOrDefault in LINQ: Key Differences and Use Cases
Jun 16, 2025.
In this article, we'll dive into the key differences between FirstOrDefault and SingleOrDefault, examining their behaviours, ideal use cases, and guidance on when to use each one. By the end, you'll gain a better understanding of how to utilize these methods to optimize data queries in your C# applications.
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.
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.
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.
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.
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.
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.
🎥 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.