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]
George (7)
Tuhin Paul(6)
Sarthak Varshney(6)
Jalpa Dhola(6)
Mahesh Chand(5)
Gowtham Rajamanickam(5)
Nikhil Patil(3)
Nitin (3)
Vijay Kumari(3)
Sandhiya Priya(2)
Niharika Gupta(2)
Kaveendra Dhilhan(2)
Ashish Bhatnagar(2)
Mark Pelf(2)
Viknaraj Manogararajah(2)
Emanuel Martins(2)
Shiv Sharma(2)
Naveen Kumar(2)
Ananya Desai(1)
Champions League Final(1)
Dinesh Gabhane(1)
Keyur Pandya(1)
Vishal Yelve(1)
Stephen Simon(1)
Love Thakker(1)
Micheal Xavier A (1)
Sanjay Kumar Pathak(1)
Amit Kumar(1)
Kripanshu Kumar(1)
Adriancs (1)
Praveen Kumar(1)
Cynthia Sathuragiri(1)
Sumit Chauhan(1)
Gohulan Somanathan(1)
Abhishek Yadav(1)
Himanshu Patel(1)
Tharunkumar Magudeeswaran(1)
Harsh Gupta(1)
Divyansh Gupta(1)
Muhammad Imran Ansari(1)
Jay Pankhaniya(1)
Ziggy Rafiq(1)
Monica Rathbun(1)
Mohamed Safath(1)
Shafaet Hossain(1)
Vinay Ayinapurapu(1)
Raveena Attri(1)
Subarta Ray(1)
Sangeetha S(1)
Ismail Sayyad(1)
Daniel Gomez(1)
Aman Gupta(1)
Deepika Edakkoth(1)
Aiswarya E V(1)
Onkar Sharma(1)
Mohamed Shifan(1)
Resources
No resource found
Delete Single or Multiple Records from GridView in ASP.NET
Oct 13, 2025.
Learn how to implement single and multiple record deletion in ASP.NET GridView using checkboxes, client-side validation, and a SQL Server stored procedure. This tutorial covers UI design with a GridView, JavaScript for select-all functionality and validation, server-side C# code for deletion, and the SQL stored procedure.
How to Add Dark Mode Toggle in a React Website
Oct 08, 2025.
Implement dark mode in your React website with this comprehensive guide! Learn how to use CSS variables, React state, and localStorage to create a seamless user experience. Discover techniques for persisting user preferences, respecting system settings, and ensuring accessibility. Plus, explore Tailwind CSS and Next.js integration for advanced setups. Elevate your website's usability today!
How to Merge Two Dictionaries in Python
Oct 06, 2025.
Learn multiple ways to merge dictionaries in Python, from the traditional update() method to modern approaches using the ** unpacking operator and the | operator (Python 3.9+). Discover how to handle key conflicts and customize merge logic with dictionary comprehension. Choose the best method for your needs, whether you need in-place modification or a new dictionary, and write cleaner, more efficient Python code. This guide covers Python versions 3.5 and above.
How to Add Two 3×3 Matrices in Python
Oct 05, 2025.
Learn how to add two 3x3 matrices in Python using native lists, focusing on clarity, efficiency, and real-world applications. This guide provides a step-by-step implementation with complete code, test cases, and performance analysis. Discover its relevance in MRI image processing, where matrix addition corrects image distortions, ensuring diagnostic accuracy.
How to Fix useState Not Updating Immediately in React
Oct 03, 2025.
Learn why React’s useState set method doesn’t reflect changes instantly and how to fix it. Explore functional updates, useEffect, useRef, and best practices for reliable state management in React.
Champions League Final Core: Matchday 2 Possible Lineups and Team News
Sep 30, 2025.
Get the latest Champions League Matchday 2 team news, predicted lineups, and injury updates ahead of the Champions League Final 2026! Our in-depth analysis covers key clashes like Atalanta vs Club Brugge, Real Madrid, Inter, Chelsea, and more. Stay ahead with fantasy football insights and secure your Champions League Final tickets now!
How to Add Elements in Odd and Even Places in the Array: A Stock Market Strategy
Sep 30, 2025.
Learn how to leverage array manipulation in Python to build a profitable stock market strategy based on odd and even indices. Discover 5 methods, from basic loops to NumPy vectorization, and implement a "Buy Low, Sell High, Rebalance" algorithm. Optimize your portfolio's ROI with deterministic trading rhythms used by hedge funds. Includes complete code, test cases, and performance tips for real-world applications.
How to Delete a Particular Item from an Array
Sep 30, 2025.
Learn the safest and most efficient ways to delete items from Python arrays, avoiding costly errors. This guide uses a real-world insurance claims scenario to illustrate the dangers of improper deletion and provides five methods, highlighting the best practices for performance, data integrity, and preventing financial disasters. Discover why list comprehensions are preferred and which methods to avoid at all costs.
How to Delete an Item from a Particular Location: The CRM Disaster No One Talks About
Sep 30, 2025.
Deleting by index in CRM systems can be disastrous! Learn why del contacts[3] is a silent killer, leading to lost leads and broken audit trails. This article provides a safe, real-world solution for cleaning duplicate leads using Python, complete with test cases and best practices. Avoid costly mistakes and protect your customer relationships by mastering safe deletion techniques. Discover the power of filtering and validation to prevent data loss and ensure data integrity in your CRM.
Python Array Manipulation Explained: In-Place Updates, Transformations, and Real-World Use Cases
Sep 27, 2025.
Learn in-place updates, conditional replacements, and transformations for efficient data processing. Explore techniques like direct assignment, enumerate(), and list comprehensions. Discover memory/performance trade-offs and real-world applications like sensor data normalization. Optimize your code for clarity and speed.
Add .NET Aspire to an existing .NET app
Sep 15, 2025.
This article demonstrates adding Aspire to manage microservices, containers, and dependencies. Centralize orchestration, simplify dependency management, and improve observability by creating an AppHost project. Discover how Aspire solves manual startup, scattered logs, and configuration complexities, providing a unified development experience with environment variable injection and service discovery.
Important Update for SharePoint Online Classic Publishing Sites
Sep 10, 2025.
Microsoft announces significant changes impacting SharePoint Online classic publishing sites, starting September 15, 2025. Custom scripting will be disabled by default, and new classic sites can't be created. Organizations relying on classic publishing should begin planning their migration to Modern SharePoint now. PowerShell workarounds will be available temporarily. Prepare for improved performance and a modern user experience!
Add Users to M365 Groups with Microsoft Graph in SPFx
Sep 06, 2025.
Learn how to seamlessly add users to Microsoft 365 Groups within your SharePoint Framework (SPFx) solutions using the Microsoft Graph API. This guide provides a step-by-step approach, including code examples and best practices for managing group memberships, handling errors, and securing your code. Automate onboarding, manage course groups, and build powerful admin dashboards, all within SharePoint. Discover how to leverage MSGraphClientFactory for efficient group management.
How to Update Your Existing Blog for GEO
Aug 31, 2025.
Learn step-by-step how to update your existing blog posts for Generative Engine Optimization (GEO). Discover practical strategies to make your content parsable, quotable, and citable by AI engines like ChatGPT, Perplexity, and Google AI Overviews.
Docker Security Alert: Critical Vulnerability in Docker Desktop (CVE-2025-9074)
Aug 23, 2025.
A critical Docker Desktop flaw (CVE-2025-9074) risks container and host access. Learn what it means, why it matters, and how to stay secure.
How to Add or Change the Owner of a Synchronized Microsoft 365 Group
Aug 24, 2025.
Learn how to add or change the owner of a synchronized Microsoft 365 group by modifying the 'Managed By' attribute in Active Directory and syncing with Entra Connect.
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
What’s New in GPT-5: Features, Updates & Why It’s a Game-Changer
Aug 10, 2025.
Discover the latest GPT-5 features, improvements, and updates. Learn how OpenAI’s newest AI model delivers faster responses, smarter reasoning, multimodal capabilities, and advanced developer tools.
SharePoint Online Update: Major Changes to Custom Scripting and Classic Publishing Sites Coming September 2025
Aug 09, 2025.
Microsoft is rolling out key SharePoint Online updates in September 2025, impacting custom scripting and classic publishing sites. Learn what’s changing and how to prepare.
Understanding AJAX (Asynchronous JavaScript and XML)
Aug 09, 2025.
This article provides a comprehensive introduction to AJAX (Asynchronous JavaScript and XML), explaining what it is, how it works, and why it’s important in modern web development.
What’s New in GPT-5
Aug 08, 2025.
Discover all the new features of GPT-5, including massive context size, reduced hallucinations, smarter coding, multi-model integration, and enterprise adoption. Learn how GPT-5 changes AI workflows and boosts productivity.
Fix Outlook Error CAA90063: Encrypted Server Response
Aug 07, 2025.
Facing Outlook sign-in issues? It may be due to AAD Broker Plugin cache, outdated updates, or token errors. Clear cache, update software, or use the SaRA tool to fix authentication problems quickly.
Dataverse Gets Smarter! Introducing Prompt Columns in Power Platform
Aug 07, 2025.
If you're working with Microsoft Power Platform, especially Dataverse, here’s a cool update you should know about – a new column type called "Prompt" is now available (in preview as of writing this post).
To Delete a Row from Table in SQL Server
Aug 06, 2025.
Learn how to delete a row from a table in SQL Server using the DELETE statement. This guide explains the syntax, provides examples of deleting rows by specific conditions, and highlights the difference between DELETE and TRUNCATE. Whether you are removing a single record or multiple rows, this article covers the essential steps and best practices for safe data deletion.
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.
Figma 2025 Updates: A Game-Changer for Design and Collaboration
Aug 04, 2025.
Figma’s 2025 updates: AI-powered Figma Make, Figma Sites for websites, Figma Draw for vectors, Figma Buzz for marketing, enhanced Dev Mode.
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.
What is the Basic Behavior of a MonoBehaviour Script in Unity
Jul 30, 2025.
MonoBehaviour is Unity's base class for all scripts attached to GameObjects. It enables lifecycle methods like Start(), Update(), and FixedUpdate(), essential for building interactive gameplay and behaviors.
🧾 Creating Custom Middleware in ASP.NET Core – The Complete Guide with Real Examples
Jul 29, 2025.
ASP.NET Core is known for its modular pipeline, where middleware components play a critical role in handling HTTP requests and responses. Middleware can perform a variety of tasks such as request logging, authentication, routing, response modification, error handling, and more.
CRUD (Create, Read, Update, Delete) with Fetch API in Vanilla ASP.NET Web Forms (Vanilla Web Forms)
Jul 28, 2025.
Building a Web Forms Page with CRUD (Select, Insert, Update, Delete) Operations without Server Control and Postback
macOS Tahoe 26 Features, Supported Devices, and AI Tools Explained
Jul 25, 2025.
Discover what’s new in macOS Tahoe 26 — Apple’s latest update featuring the Liquid Glass design, enhanced AI with Apple Intelligence, powerful productivity tools, and a new Phone app for Mac. Explore key features, early impressions, and how it transforms your Mac experience.
Angular Reactive Forms – Dynamic Validation with Real-Time Issue and Fix
Jul 23, 2025.
This article explains how to handle dynamic form validation in Angular Reactive Forms. It shares a real-world scenario where validation rules need to change based on user input like requiring a PAN number for individuals and a company name for organizations. The article highlights a common mistake developers make: forgetting to call updateValueAndValidity() after setting or clearing validators, which causes the form to behave unexpectedly. It walks through the issue, shows the incorrect and corrected code, and provides a reusable custom validator for PAN format. Overall, this article helps developers understand how to implement clean, dynamic validation logic in Angular forms with a practical example and real-time bug resolution.
.NET 8 & C# 12 New Features
Jul 23, 2025.
Discover the most exciting new features in .NET 8 and C# 12, including performance improvements, syntax enhancements, and real-world examples. Learn how to upgrade and leverage these updates in your projects today!
What’s New in .NET 10: JSON Updates & Quantum Security
Jul 18, 2025.
.NET 10 Preview 6 boosts app security with strict JSON serialization, disallowing duplicates, and introduces Post-Quantum Cryptography (PQC) support to future-proof your code against quantum threats.
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.
Creating a Basic Node.js REST API (GET, POST, PUT, DELETE)
Jul 09, 2025.
Learn how to build a simple RESTful API using Node.js and Express. This tutorial covers CRUD operations (GET, POST, PUT, DELETE), JSON handling, and running a local server with in-memory data storage.
Difference Between FixedUpdate and Update in Unity
Jul 07, 2025.
Learn the key differences between Update() and FixedUpdate() in Unity. Understand when to use each for input, physics, and smooth gameplay to avoid bugs, jitter, and frame rate issues in your games.
Integrating Artificial Intelligence into the .NET Framework
Jul 04, 2025.
Step-by-step article to adding AI to .NET apps with ML.NET, Azure Cognitive Services, and ONNX Runtime. Code samples, use cases, and SEO tips included.
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.
Difference Between Update, FixedUpdate, and LateUpdate in Unity
Jul 01, 2025.
Here's a detailed and human-friendly article explaining the difference between Update, FixedUpdate, and LateUpdate in Unity, ideal for interviews or documentation.
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
GitHub Copilot – Huge Quality Advancement in 3 Months (June 2025)
Jun 20, 2025.
GitHub Copilot has made a huge leap in just 3 months. The June 2025 update brings major improvements in code quality, accuracy, and speed, making it a smarter AI assistant for developers.
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.
How to Use Copilot Studio’s “Add Tool” Feature with SharePoint – Add Attachment
Jun 12, 2025.
Learn how to use Copilot Studio’s “Add Tool” feature to upload attachments to SharePoint list items—no code or flows required. Build smarter bots faster with built-in Microsoft 365 connectors.
Guide to Add Custom Modules in ABP.IO App
Jun 06, 2025.
Learn how to add custom modules to your ABP.IO app with this simple, developer-friendly guide. Covers backend setup and Angular integration step by step.
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.
Recommended Video from Microsoft Build 2025: GitHub Copilot Agent Mode (May 2025)
May 29, 2025.
Explore the latest GitHub Copilot Agent Mode from Microsoft Build 2025, a smarter AI assistant for developers that helps plan, code, and debug more efficiently inside your IDE.
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.
Add a Multistep Form in Power Pages – Step-by-Step Guide
May 23, 2025.
Learn how to add a multistep form in Power Pages with this step-by-step guide. Improve user experience by breaking forms into easy steps, increasing engagement and completion rates.
Update Angular from 12 to 17 (5) --- Debugging (2)
May 16, 2025.
This article is to discuss the debug for Angular.
Update nx-Angular from 12 to 17 (6) --- .Net updating vs. Angular updating
May 16, 2025.
This article is to discuss the debugging of Angular.
How Can GenAI Drive Real Business Value in Engineering?
May 14, 2025.
Discover how Generative AI (GenAI) is transforming software engineering by boosting developer productivity, accelerating product delivery, reducing costs, and improving code quality. This guide explains practical use cases, real examples, and measurable business benefits of adopting GenAI in engineering teams.
Best Practices for Azure Blob, Table, Queue, File Storage with C#
May 11, 2025.
Azure Storage provides scalable solutions for unstructured and structured data. It includes Blob, Table, Queue, and File Storage, offering features like tiering, lifecycle management, security, and cost optimization for efficient data handling.
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.
What's New in PHP 8.4.6? A More Stable Foundation!
Apr 14, 2025.
The latest PHP release is here: version 8.4.6. Don't expect new features, but do anticipate a significantly more stable and refined PHP 8.4, thanks to a focus on bug fixes and essential improvements.
Updating an Object in the Local Database in MAUI .NET 9 [GamesCatalog] - Part 11
Apr 03, 2025.
Learn how to retrieve and update game statuses in a local database using MAUI .NET 9. Implement async functions in GameRepo and GameService, manage game status, and enhance UI interactions efficiently.
Adding Objects to a Local Database in MAUI .NET 9 [GamesCatalog] - Part 10
Apr 02, 2025.
Learn how to store game reviews in a local SQLite database using MAUI .NET 9. This guide covers setting up repositories, handling images, adding games, and implementing dependency injection for seamless functionality.
SQL Tag Library in Java Server Page
Mar 21, 2025.
JSTL SQL tags are used to access databases and are designed for low-volume Web-based applications.? JSTL SQL tags facilitate database interactions in JSP pages, enabling data source setup, query execution, updates, and transactions through tags like <sql:setDataSource>, <sql:query>, <sql:update>, and <sql: transaction>
VMware Workstation Pro 17.6.3: Free for All Users
Mar 07, 2025.
Discover VMware Workstation Pro 17.6.3—free for personal, commercial, and educational use. Run multiple OSes, test software securely, and boost productivity with the latest updates and bug fixes.
Here's what's new in C# 14
Mar 03, 2025.
Learn about new syntax enhancements, performance improvements, and key language updates in this in-depth article by Ziggy Rafiq.
Remove IIS Log Files (2-2) --- Add "Log on as a batch job" Right to a user
Feb 27, 2025.
This article is a server management.
Eliminating Unnecessary DELETE Operations
Feb 28, 2025.
SQL Server performance issues often stem from easy fix bottle necks that can be fixed with the right tuning strategies. This short blog will focus on the DELETE statement.
C# 14 - New Features and Updates
Feb 28, 2025.
C# 14, supported on .NET 10, introduces features like field-backed properties, implicit span conversions, and enhanced lambda expressions, simplifying code and boosting performance. Developers can download the .NET 10 SDK from the official .NET downloads page or through Visual Studio 2022.
How to Change Time in Linux
Feb 25, 2025.
This article covers how to check, set, and synchronize system time using commands like date, timedatectl, and NTP. Whether adjusting manually or syncing with a time server, learn how to manage time effectively in Linux.
How to Update a Managed Metadata Field Value in SPFx
Feb 19, 2025.
Updating a Managed Metadata field in SharePoint Framework (SPFx) with the latest version of PnP.js (SPFI) is straightforward once you understand the basics.
How to Add Swagger in .NET 9?
Feb 06, 2025.
Swagger is an essential tool for documenting and testing APIs. In .NET 9. In .NET 9, Swagger integration requires manual setup by adding the Swashbuckle.AspNetCore NuGet package and configuring it in Program.cs and launchSettings.json to document and test APIs.
Delete Microsoft Team Instantly
Jan 30, 2025.
This article will help you permanently uninstall or deactivate MS Teams on Windows, Mac, or mobile devices, ensuring a smooth and instant removal process. Follow our tips for hassle-free deletion.
Differences Between TRUNCATE and DELETE in SQL Server
Jan 22, 2025.
Learn the key differences between TRUNCATE and DELETE in SQL Server, two commands used to remove data from tables. Understand their syntax, performance impact, transaction logging, and use cases.
Configuring Route Table in AWS
Jan 18, 2025.
Learn how to configure AWS VPC route tables to manage network traffic between subnets and gateways. This guide covers adding routes, selecting gateways, and verifying configurations to connect AWS and Azure environments.
Mac Blocks Docker Desktop: False Malware Alert Disrupts Developers
Jan 12, 2025.
A false malware alert on macOS is blocking Docker Desktop, causing disruptions for developers. Learn what caused it and how to resolve the issue quickly.
How to Add Tags to an S3 Bucket in AWS
Jan 09, 2025.
This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your cloud storage experience.
How to Add and Manage connections in Power Automate
Jan 01, 2025.
Learn how to add, manage, and secure connections in Power Automate. Integrate 500+ services like SharePoint, Excel, and Office 365 for seamless workflows, time-saving automation, and centralized management.
Add Data Bars UI in SharePoint List Column Formatting in SharePoint List
Jan 01, 2025.
This article walks you through the process of customizing your SharePoint list columns for better data visualization and enhancing the current view with conditional formatting to display dynamic, visually appealing data bars.
Exploring HTML 5.3: New Features and Enhancements
Dec 23, 2024.
Discover the latest updates in HTML 5.3, including new elements, enhanced accessibility, and improved form elements. This article provides practical code examples to help you implement these features in your projects.
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
Dec 19, 2024.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
Dec 17, 2024.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Bulk Insert Example with Two SQLite DB Files using .NET
Dec 13, 2024.
Learn how to merge two SQLite databases in C# using bulk insert/update. This method reads data from one DB and updates or inserts it into another, achieving efficient data merging.
Restoring Deleted Power Automate Flows using Power Automate
Dec 05, 2024.
Process or steps to restore the deleted Power Automate flow using another Power Automate flow. Restoring Deleted Power Automate Flows using Power Automate.
Addition of Two Matrices in Java with Code
Nov 20, 2024.
Learn how to add two matrices in Java with a simple and clear code example. This article explains matrix addition, implementation steps, and sample output for better understanding.
What's New in ASP.NET Core 9?
Nov 15, 2024.
C# 13 enhances developer productivity with features like flexible params collections, scoped locks, and partial properties, allowing for streamlined coding, improved performance, and robust thread safety.
Managing User Data in Azure AD with Microsoft Graph API
Nov 05, 2024.
Microsoft Graph API is a RESTful web API that provides access to Microsoft 365 services, enabling developers to manage user data in Azure Active Directory. It allows operations such as retrieving, creating, updating, and deleting users.
Sitecore Pipeline to add rel="noopener noreferrer" to a General Link
Nov 02, 2024.
This guide explores how to utilize the Sitecore pipeline to efficiently add the rel="noopener noreferrer" attribute to general links. This attribute enhances security by preventing potential exploitation through opened links and improving performance.
BIT Functions New T-SQL Enhancements in SQL Server
Oct 30, 2024.
In this article, we’ll explore some of BIT functions new enhancements in SQL Server 2022, their practical applications, and a modified example to demonstrate their usage.
Java 23: The Latest Features and Improvements
Oct 28, 2024.
This latest release introduces updates in pattern matching, memory management, and enhanced API functionalities. Java 23 simplifies coding tasks, boosts efficiency, and strengthens application stability.
Restore Deleted Flows with PowerShell
Oct 26, 2024.
Learn how to restore deleted Power Automate flows using PowerShell in this comprehensive guide. This process enables users to recover important automated workflows, minimizing downtime and preserving valuable automation.
Add Multiple Users to SharePoint Group together in one API call
Oct 26, 2024.
This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
Restore Deleted Flows using Power Automate
Oct 25, 2024.
Learn step-by-step methods to retrieve flows, manage versions, and safeguard automated tasks. Ensure smooth operations by understanding flow recovery options within Microsoft Power Automate.
SharePoint Online - Add/Update Taxonomy Field Using Graph API
Oct 25, 2024.
This guide covers step-by-step instructions for integrating taxonomy fields, managing metadata, and customizing fields in SharePoint lists and document libraries. Enhance your SharePoint solutions with precise metadata control.
Delete Comment from SharePoint List Item
Oct 24, 2024.
This article explains how to delete comments from a SharePoint list item using the SharePoint REST API and Power Automate. It covers creating a flow with a manual trigger, fetching comment details via HTTP requests, and deleting specific comments by ID, providing enhanced control over list items.
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
Oct 22, 2024.
CentOS 7 reaches its end of life on June 30, 2024. Transition to RHEL, AlmaLinux, Rocky Linux, or CentOS Stream now. CentOS 7, a popular open-source OS, reaches the end of life on June 30, 2024, prompting users to migrate to alternatives like RHEL, AlmaLinux, or Rocky Linux.
Integrating SharePoint with Power Automate for Status Updates
Oct 13, 2024.
Approval workflows are a crucial part of managing business processes, ensuring that the right people review and approve important items. With Power Automate, you can easily create automated approval workflows for SharePoint lists.
How To Delete Duplicate Rows From A Table In SQL Server
Oct 12, 2024.
This guide explains how to delete duplicate rows from a table in SQL Server. Using common techniques like ROW_NUMBER() with PARTITION BY, you can identify and remove duplicate rows while keeping the original.
Update Angular from 12 to 17 (4) --- Debugging (1)
Oct 12, 2024.
This article is to discuss some major errors incurred in this upgrading process.
Update Angular from 12 to 17 (3) --- to Latest or Version by Version?
Oct 08, 2024.
This article is to discuss the upgrading approaches for an Angular app in a nx environment.
Update Angular from 12 to 17 (2) --- in a nx environment
Oct 06, 2024.
This article is to discuss a upgrading process for an Angular app in a nx environment.
Understanding Wi-Fi Technology: Standards, Strengths, & Weaknesses
Oct 05, 2024.
This document provides an overview of Wi-Fi technology, covering its key standards, strengths like wireless connectivity and easy setup, and weaknesses such as limited range and security risks. It also explores transmission media and the role of Internet Service Providers (ISPs) in delivering internet access.
Update Angular from 12 to 17 (1) --- Initial Point
Oct 05, 2024.
This article is to discuss a upgrading process for an Angular app in an initial point.