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]
John Godel(12)
Mahesh Chand(9)
Gowtham Rajamanickam(7)
Ayush Gupta(7)
Divyansh Gupta(6)
Ashish Bhatnagar(3)
Muhammad Imran Ansari(3)
Bimalshi Jayarathna(3)
Tharunkumar Magudeeswaran(2)
Viknaraj Manogararajah(2)
Rikam Palkar(2)
Gautam Singh(2)
Sandeep Nandey(2)
Ziggy Rafiq(2)
Jalpa Dhola(2)
Aishwarya Gupta(2)
Tony S Thomas(2)
Mohammed Altaf(1)
Vijai Anand Ramalingam(1)
Bhuvanesh Mohankumar(1)
Prakashkumar Sahoo(1)
Dashrath Hapani(1)
Sarathlal Saseendran(1)
Lokendra Singh(1)
Jay Krishna Reddy (1)
Parth Soni(1)
Jaydeep Patil(1)
Jignesh Kumar(1)
Sigar Dave(1)
Velladurai (1)
Manoj Kalla(1)
Praveen Kumar(1)
Kapil Singh Kumawat(1)
Sharp Economy(1)
Arun Potti(1)
Deepak Tewatia(1)
Bohdan Stupak(1)
Saurabh Prajapati(1)
Anu Viswan(1)
Madhu Patel(1)
Aradhana Tripathi(1)
Nitin Pandit(1)
Mayooran Navamany(1)
Vijayaragavan S(1)
Abiola David(1)
Sarthak Varshney(1)
Bhawna Vishwakarma (1)
Sagar Rane(1)
Tural Suleymani(1)
Resources
No resource found
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.
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.
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.
Understanding SESSION_CONTEXT in SQL Server
Jun 26, 2025.
This article explains SQL Server's SESSION_CONTEXT, a session-scoped key-value store introduced in 2016, useful for securely passing metadata like User ID or flags between procedures, triggers, and applications.
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.
Basic SQL Queries for Database Testing
Jun 23, 2025.
Learn essential SQL queries used in database testing. This guide covers SELECT, JOIN, WHERE, and more—ideal for QA testers and beginners ensuring data accuracy and integrity in applications.
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#
How to Collaboratively Work with SQL Server 2025, Visual Studio Code, and GitHub Copilot (Step-by-Step Guide)
Jun 21, 2025.
This article walks you through how to collaboratively work using SQL Server 2025, Visual Studio Code (VS Code), and GitHub Copilot. With clear steps and screenshots, this guide helps beginners and professionals enhance productivity and collaboration in database development.
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.
What is DBT (Data Build Tool)?
Jun 19, 2025.
Learn how DBT (Data Build Tool) transforms raw data using SQL, enabling version control, testing, and documentation to bring software engineering best practices into modern, scalable, and reliable data workflows.
Database Testing: A Complete Guide
Jun 19, 2025.
Database Testing ensures data accuracy, integrity, and performance by validating schemas, procedures, and operations. This guide covers types, tools, scenarios, and best practices for robust, high-quality data-driven applications.
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.
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.
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.
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.
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.
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.
SQL vs NoSQL: Making the Right Database Choice for Your Application
Jun 12, 2025.
Learn the core differences between SQL and NoSQL databases. Explore their advantages, disadvantages, top database options, and when to use each. A must-read for software developers and DBAs making architectural decisions.
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.
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.
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.
Table Sharding in SQL: Types, Examples, and Best Practices
Jun 10, 2025.
Table sharding improves database scalability and performance by splitting large tables into smaller, distributed shards. It enhances speed, fault tolerance, and cost-efficiency—ideal for growing applications with heavy data loads.
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.
Database Fragmentation: Understanding, Managing, and Mitigating
Jun 06, 2025.
Learn how to detect, manage, and resolve SQL Server fragmentation with live examples. Improve query performance, reduce I/O overhead, and optimize indexes and heaps using proven best practices and tools.
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.
🤖 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!
Horizontal vs Vertical Partitioning in SQL
Jun 04, 2025.
Horizontal and vertical partitioning are techniques in SQL to improve performance and manage large datasets. Learn how each method works, their use cases, and how they impact database design.
Transforming Data Insights with Snowflake's LLM Functions – PART 2
Jun 04, 2025.
Snowflake Cortex LLM functions like TRANSLATE and SUMMARIZE, enabling powerful in-database AI for multilingual translation and concise text summaries, thereby enhancing data analytics without the need for external tools or APIs.
MongoDB Filter Query Cheat Sheet
Jun 04, 2025.
This article explains how to use filters in MongoDB GUI tools (like MongoDBCompress or Compass) using simple query examples. You’ll learn how to search for records, use conditions, sort results, and filter by dates or partial matches, all without writing any code!
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.
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.
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.
Onboard Any User onto Base Blockchain Using OnchainKit
Jun 02, 2025.
Learn how to onboard users to the Base blockchain with OnchainKit—create wallets via email, enable gasless transactions, and perform Web3 actions easily without MetaMask. Perfect for beginners and developers alike.
How to Automate Tasks in Azure Using Logic Apps with C# Integration
Jun 02, 2025.
Seamlessly automate workflows using Azure Logic Apps and C#. Trigger Logic Apps programmatically, integrate with cloud and on-premises systems, and build scalable, maintainable solutions with minimal code.
Understanding DBCC Commands in SQL Server: Use Cases and Importance
May 31, 2025.
Learn the essentials of DBCC commands in SQL Server—powerful tools for monitoring, maintaining, and troubleshooting databases. Mastering them ensures performance optimization, deadlock resolution, and proactive database health checks.
What Is Arbitrum and Why Everyone is Using It in 2025
May 30, 2025.
Arbitrum is an Ethereum Layer 2 scaling solution that makes use of Optimistic Rollups to boost transaction throughput while preserving Ethereum's security.
Using Built-in Handlebars Helpers in SPFx: A Practical Guide
May 30, 2025.
When building SharePoint Framework (SPFx) web parts, we often need to show lists or dynamic data. Writing all the HTML with logic mixed in can get confusing. Handlebars helps by separating your layout from your logic.
EJB QUERY LANGUAGE (EJB QL)
May 30, 2025.
EJB QL is a query language used to query enterprise beans and their relationships, supporting string and arithmetic functions, with syntax defined using Backus-Naur Form (BNF) for structured query creation.
Templatization in SPFx Using Handlebars Helpers: Dynamic UI Made Simple
May 28, 2025.
The SharePoint Framework (SPFx) provides a powerful way to build modern, client-side web parts for SharePoint. But when building dynamic, data-driven UIs, mixing logic with JSX can quickly become messy and hard to maintain. This is where Handlebars.js comes into play.
SQL Server Transaction Locks: Identification & Resolution
May 28, 2025.
Learn how SQL Server transaction locks ensure data integrity, identify locking issues using DMVs and Activity Monitor, and explore strategies like query optimization, isolation levels, and deadlock resolution for better performance.
Integrating GPT-4 in C# Applications Using Azure OpenAI Services
May 26, 2025.
Integrate GPT-4 into your C# apps using Azure OpenAI Services for powerful AI features like chat, summarization, and analysis.
How to Configure a "DoNotReply" Email Using a Shared Mailbox in Dynamics 365 CE
May 26, 2025.
In this article, we will learn Step-by-step details to configure the donotreply share mailboxes and send emails in Dynamics 365 CE
PLINQ vs LINQ: Use Cases, and Performance Insights in C#
May 25, 2025.
Discover the key differences between LINQ and PLINQ in C#, including their syntax, execution models, performance benchmarks, use cases, and when to choose parallelism for processing large datasets efficiently.
How to Ensure Data Privacy and Intellectual Property Protection When Using LLMs
May 23, 2025.
Learn how to protect data privacy and intellectual property when using Large Language Models (LLMs). Explore secure deployment options, prompt sanitization, regulatory compliance, and best practices for safely integrating GenAI into your enterprise workflows.
Add SharePoint Knowledge to a Custom Copilot using Copilot Studio
May 23, 2025.
Enhance your custom Copilot with SharePoint knowledge using Copilot Studio. Seamlessly connect and integrate SharePoint data to empower your AI assistant with organizational content, improving responses and productivity within your business environment.
How to Install and Configure SQL Server 2025 in Windows
May 22, 2025.
This articlee walks you through installing SQL Server 2025 on Windows, from system requirements to setup and configuration. Learn how to enable features, set authentication modes, and ensure your server runs smoothly ideal for beginners and advanced users alike.
Using RAG architecture for generative tasks
May 22, 2025.
This article explores using Retrieval Augmented Generation (RAG) with LLMs to create artistic text, combining personal datasets, prompt engineering, and synthetic data for more relevant, high-quality poetic output.
Gender Classification from Speech Using Machine Learning
May 22, 2025.
This article covers key techniques, features like pitch and frequency, and how models are trained to classify gender based on audio data.
How to Make Power Pages Form Fields Mandatory or Optional Using jQuery
May 22, 2025.
In this article, we will learn how to use jQuery to dynamically set Power Pages form fields as mandatory or optional.
What Is a Neural Network? How It Works and Where It's Used
May 22, 2025.
Learn what neural networks are, how they process data, and where they’re used in real-world applications.
Service Discovery using Consul
May 21, 2025.
Explore how to implement service discovery in .NET using Consul, enabling microservices to dynamically locate and communicate with each other without hardcoding service addresses or configurations.
How to Clean Data in Pivot Query in Excel
May 16, 2025.
In this article, we will learn how to clean and prepare your data directly within Pivot Queries in Excel.
Typical Uses of JDBC with Architecture
May 16, 2025.
The traditional client/server model has a rich GUI on the client and a database on the server. In this model a JDBC driver is deployed on the client.
Event-Driven CQRS with C# 14 and the SQL Outbox Pattern
May 15, 2025.
Learn how to implement a reliable event-driven CQRS microservice using the SQL Outbox Pattern with C# 14. Ensure strong consistency, transactional event publishing, and fail-safe asynchronous processing for scalable distributed systems.
How Would You Architect a Chatbot Using a Large Language Model
May 15, 2025.
This article explains the basic steps to get started with creating a chatbot using a large language model.
Real-Time Data Retrieval from APIs Using SSIS
May 14, 2025.
This article explains how to integrate APIs with SQL Server Integration Services (SSIS) to automate data retrieval using HTTP requests. It covers API setup, SSIS package creation, and script task configuration.
.NET Aspire Integrations (SQL Server Integration in Aspire Applications)
May 14, 2025.
In this chapter, you'll learn how to integrate SQL Server into your .NET Aspire applications with minimal configuration and maximum flexibility.
Export Table Data as CSV in React Using Axios and react-csv
May 14, 2025.
Learn how to export table data to a CSV file in a React application using Axios for data fetching and the react-csv library for easy CSV generation.
EOMonth function in PowerFx using canvas App with Power apps
May 13, 2025.
Learn how to use the EOMonth function in Power Fx with Microsoft Power Apps. Build a canvas app to calculate the last day of added or subtracted months using TextBox, Label, and Button controls.
Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
May 13, 2025.
Use C# 14 and .NET 9 to design, query, and manage data warehouses efficiently. Automate schema creation, support SCD Type 2, integrate with BI tools, and run high-performance queries for real-time analytics.
Microsoft Fabric Warehouse Integration in VS Code for Devs
May 13, 2025.
Experience seamless development with Microsoft Fabric and VS Code integration. Write, debug, and manage SQL queries directly in your editor, connect to Fabric Warehouse, and boost productivity with real-time data access.
Advanced ETL from OLTP Databases to a Data Warehouse with C# 14
May 12, 2025.
Build scalable and efficient ETL pipelines using C# 14 and .NET 9. Leverage Dapper, SQL Server, Azure Synapse, and cloud integration for seamless data extraction, transformation, and loading to data warehouses and lakes.
C# Big Data Processing Using C# 14 Features
May 09, 2025.
Explore how C# 14 empowers big data processing with its latest features like improved pattern matching, enhanced performance, and simplified syntax.
What’s New in Grafana 12.0
May 08, 2025.
Explore Grafana 12.0's new features like Git Sync, dynamic dashboards, and enhanced drilldowns. Perfect for beginners seeking practical insights.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
Construction of Polyglot Microservices using C# and .NET
May 07, 2025.
Learn how to design C# microservices for polyglot systems that integrate multiple languages like Python, Node.js, and Go. Explore strategies for using open protocols, defining contracts, and ensuring resilience in distributed environments.
Applying the Saga Pattern for Distributed Transactions Across Services Using C# Examples
May 07, 2025.
The Saga pattern in microservices helps manage distributed transactions by breaking them into local transactions with compensating actions. It ensures data consistency and handles failures through choreography or orchestration.
Using children in React?
May 07, 2025.
Learn how to use `props.children` in React to pass elements, text, or components between tags. Enhance flexibility, create reusable layouts, and apply styles or logic using `cloneElement` and fallbacks.
What are the risks of using Vibe Coding?
May 06, 2025.
Explore the potential risks of using AI for code generation, from code quality and security risks to skill erosion and legal uncertainties.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
Build & Deploy Azure Function Using C# and Integration with Azure SQL
May 05, 2025.
This article walks you through creating the function, connecting to SQL, and deploying it to Azure perfect for developers looking to build serverless apps with database support.
Storing Event Streams in a Database Using Cosmos DB with C#
May 03, 2025.
This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET and Azure.
Vibe Coding with AI: Using Prompt Engineering to Build a Full C# Database Solution
May 02, 2025.
Discover how to harness the power of AI and prompt engineering to build a complete C# database solution.
NoSQL vs. SQL: Which One to Use
May 02, 2025.
Explore the key differences between SQL and NoSQL databases, including structure, scalability, use cases, and performance.
Advanced C# Database Tricks for Power Users
May 01, 2025.
Explore advanced C# database techniques using ADO.NET, Entity Framework Core, and Dapper.
PDF Generation Using Power Automate Flow
Apr 29, 2025.
This Power Automate flow enables PDF generation directly from Power Apps. It parses input data, populates a Word template, converts it to PDF, and saves it to SharePoint.
Using C# with Azure Blob Storage: Practical Examples with the Azure SDK for .NET
Apr 29, 2025.
This article covers uploading, downloading, and managing blobs, making it easier to integrate cloud storage into your .NET applications efficiently and securely.
POC Template Generation Using MS Word
Apr 29, 2025.
Generate structured Proof of Concept (POC) templates using Microsoft Word to streamline documentation for IT and business projects.
Using C# with AWS S3: Practical Examples with the AWS SDK for .NET
Apr 28, 2025.
Learn how to use AWS S3 with C# using the AWS SDK for .NET. This guide covers setting up your project, uploading/downloading files, listing and deleting objects, and best practices for secure and efficient S3 operations.
How to Seamlessly Integrate Microsoft Dataverse with Fabric Using Fabric Link
Apr 28, 2025.
Learn how to easily connect Microsoft Dataverse to Microsoft Fabric using Fabric Link. Step-by-step guide covering prerequisites, setup, Lakehouse validation, and understanding how Dataverse syncs with Fabric.