TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About IN
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
CSharp TV (10)
Jalpa Dhola (7)
Sanjay Kumar (5)
Sangeetha S (4)
Naveen Kumar (4)
Abiola David (3)
Vijay Pratap Singh (3)
Ziggy Rafiq (3)
Daniel Gomez (2)
Rajiv Singh (2)
Vijay Kumari (2)
Amit Mohanty (2)
Vinodh Kumar (2)
Devesh Omar (2)
Kuljot Bakshi (2)
Kaveendra Dhilhan (2)
Sigar Dave (2)
Kanchana Jayathilake (1)
John Morehouse (1)
George (1)
Tural Suleymani (1)
Rikam Palkar (1)
Sardar Mudassar Ali Khan (1)
Aiswarya E V (1)
Aayushi B (1)
Jay Krishnareddy (1)
Babita (1)
Ayush Gupta (1)
Yogesh Vedpathak (1)
Aravind Govindaraj (1)
Vijay Sisodia (1)
Mayooran Navamany (1)
Swesh S (1)
Vishal Yelve (1)
Arjit Soni (1)
Saravanan Ponnusamy (1)
Praveen Sreeram (1)
Deepika Edakkoth (1)
Kesavan V (1)
Akhil Rajeev (1)
Lalit Bansal (1)
Mohamed Shifan (1)
Sandeep Mishra (1)
Satya Karki (1)
Rasul Huseynov (1)
Shikha Tiwari (1)
Željko Perić (1)
Pranshu Singhal (1)
Mohammad Rabie (1)
Baibhav Kumar (1)
Sarthak Varshney (1)
Sanwar Ranwa (1)
Nitin (1)
Bohdan Stupak (1)
Santosh Kumar Rangumudri (1)
Nitin Bhardwaj (1)
Debasis Saha (1)
Anubhav Chaudhary (1)
Pradeep Shet (1)
Hadshana Kamalanathan (1)
Related resources for IN
No resource found
Managing Exchange Online with Exchange 2019
11/2/2024 4:13:52 AM.
In this article, we will learn how to integrate on-premises infrastructure with cloud-based Exchange services for seamless administration, enhanced security, and efficient mail flow control.
Sitecore Pipeline to add rel="noopener noreferrer" to a General Link
11/2/2024 4:09:54 AM.
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
Implement a RAG Solution Using Azure SQL Database
11/1/2024 11:03:43 PM.
In this brief video I walk you through the components of retrieval augmented generation (RAG). I talk about embeddings and vectors and even show you how they are created. Finally, I'll show you
Add a Folder/File to OneDrive Without Moving it into OneDrive
11/1/2024 8:35:04 PM.
This article will discuss the way to Add Folder/File outside of OneDrive Folder to OneDrive without Moving it into OneDrive
Understanding API Gateways in Microservices
11/1/2024 5:34:50 AM.
The API Gateway pattern centralizes client requests, managing authentication, logging, rate limiting, and load balancing, optimizing resilience and scalability in complex microservice architectures th
Skip loops, use Virtualization in Blazor
11/1/2024 4:30:17 AM.
Let me teach you faster way of loading the list.
Create Premium Databricks Workspace on Azure in 5 mins
10/31/2024 4:45:34 AM.
This video shows how to create Databricks workspace on Azure.
Explaining 3SUM Problem
10/31/2024 4:38:50 AM.
3SUM Problem a classic problem in computer science and is often used in coding interviews to test problem-solving skills and understanding of algorithms.
Paging Microsoft Graph data in SPFx
10/31/2024 4:29:31 AM.
Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
Top AI Tools for Developers
10/30/2024 7:41:01 PM.
For the most current pricing details, developers should check OpenAI's official pricing page, as rates may change based on usage patterns and service updates.
Dependency Injection & EF Migrations in ASP.NET MVC with Autofac
10/30/2024 8:29:43 AM.
This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
Scroll View Example in Android Studio using Java
10/30/2024 8:04:11 AM.
Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where us
How to Set Permissions in Microsoft SharePoint
10/30/2024 7:03:23 AM.
Learn how to set permissions in Microsoft SharePoint effectively to ensure secure collaboration. This guide covers essential concepts, including permission levels, user access control, and managing si
Understanding Dataverse Text Fields
10/30/2024 6:51:35 AM.
Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
Learn Protocol Buffers in gRPC
10/30/2024 6:25:36 AM.
This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.
Top AI Tools for Testers
10/30/2024 6:04:42 AM.
Artificial Intelligence (AI) revolutionizes software testing by automating repetitive tasks, enhancing accuracy, and expediting the testing process. It enables testers to generate test cases, detect d
BIT Functions New T-SQL Enhancements in SQL Server
10/30/2024 5:58:33 AM.
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.
Map, Filter and Reduce in TypeScript with Examples
10/30/2024 5:47:41 AM.
This guide provides a comprehensive overview of these essential functions, complete with practical examples to illustrate their use in real-world applications. Enhance your coding skills and streamlin
Integrating OpenAI's Assistant API in .NET Applications
10/30/2024 5:41:53 AM.
Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
Securing Remote Access to SQL Server
10/30/2024 5:39:48 AM.
Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and protec
Enable Apple Intelligence on iPhone for Smarter Features
10/29/2024 6:36:17 AM.
Apple's new iOS 18.1 release unlocks Apple Intelligence, offering advanced Siri features, writing tools, enhanced email summaries, and photo search capabilities. Available on iPhone 15 Pro and M1
JWT Token Based Implementation using ASP.NET Core Web API
10/29/2024 6:30:51 AM.
JWT (JSON Web Token) is a way to share information securely between two or more systems and JWT structure allows for secure information exchange and user authentication.
Windowing Enhancements New T-SQL Enhancement in SQL Server
10/29/2024 6:29:27 AM.
SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, redu
Data Reliability and Availability with Microsoft Fabric Mirroring
10/29/2024 4:05:52 AM.
Mirroring in Microsoft Fabric enhances data reliability and availability by creating redundant copies of data across multiple locations. This ensures high availability, fault tolerance, and rapid disa
Understanding OSRM Routing with AWS
10/28/2024 10:11:05 AM.
This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your naviga
Data Loss Prevention in Microsoft Fabric Internals
10/28/2024 9:20:50 AM.
Microsoft Fabric’s Data Loss Prevention (DLP) feature protects sensitive data across services like SharePoint, Teams, and Exchange by enabling policy creation, scanning, and enforcement through Micros
How to Store Temporary Information in Table Like Format in C#?
10/28/2024 8:56:49 AM.
In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
Automate SharePoint Site Creation with Azure Functions and AD Auth
10/28/2024 8:53:35 AM.
This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function A
Create a Model with Database Table in .NET 8 using EF Core
10/28/2024 7:16:12 AM.
This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
All About the New Microsoft Copilot Agents
10/28/2024 6:43:47 AM.
What are copilot agents and how the agents can be build. What are the various ways available for building the copilot agents with screenshot images on enabling the option to build agents. Microsoft Co
DDoS Attacks and Prevention using .NET Core
10/28/2024 6:30:12 AM.
This article covers the basics of DDoS (Distributed Denial of Service) attacks and prevention methods in .NET Core. It explains how to identify DDoS symptoms and apply preventive techniques, including
Endpoint Explorer in Visual Studio 2022
10/28/2024 5:54:45 AM.
Endpoint Explorer in Visual Studio 2022 is a powerful tool for developers to easily test, debug, and manage API endpoints directly within the IDE. It streamlines API development by allowing quick setu
Rename Folder in SharePoint Online Document Library with Power Automate
10/28/2024 5:45:14 AM.
In SharePoint Online, renaming a folder in a Document Library with Power Automate can be done using an HTTP request to interact with the SharePoint REST API, as Power Automate lacks a direct rename ac
Mark Input Parameters in Triggers as Optional
10/28/2024 5:41:13 AM.
In this article, we’ll walk through how to mark input parameters as optional in Power Automate triggers and explore how this can improve flow flexibility.
Introduction to Semantic Kernel SDK and Azure OpenAI
10/28/2024 4:50:31 AM.
Introduction to Semantic Kernel SDK and Azure OpenAI.
How to Create and Use Key Vault References in .NET Core Web API
10/28/2024 4:14:04 AM.
Azure App Configuration allows your application to use Key Vault references by creating keys that point to values stored in Key Vault. Rather than storing sensitive data directly, App Configuration us
Explaining IAuthorizationFilter in .NET Core
10/27/2024 12:10:00 PM.
In this article, we delve into the IAuthorizationFilter interface in .NET Core, exploring its role in implementing authorization logic for web applications. We cover how to create custom filters, mana
An Overview of the Implementation of ValidationRules in WPF C#
10/27/2024 6:39:40 AM.
In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
User Profile Photos are Missing in the PnP People Webpart
10/27/2024 6:05:26 AM.
In this article, we will learn troubleshooting steps and best practices to ensure profile pictures display correctly, enhancing user experience in your SharePoint environment.
Efficient Data Handling in SQL Server with Table-Valued Parameters
10/27/2024 5:52:26 AM.
This article delves into how TVPs enhance performance by enabling the transfer of multiple rows of data in a single parameter, streamlining stored procedures, and optimizing database operations.
Protected Routes in React.js
10/27/2024 5:37:13 AM.
This approach is essential for apps with private content, ensuring unauthorized users can't view certain pages. By using React Router with authentication checks, developers can manage access dynam
Add Multiple Users to SharePoint Group together in one API call
10/26/2024 6:33:17 AM.
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.
Debugging Azure DevOps Pipelines with System.Debug
10/26/2024 6:13:32 AM.
This article explores essential techniques for Azure DevOps pipeline error diagnosis. It discusses how to enable diagnostic logs for individual and all pipeline executions using the "Enable Syste
How Select and SelectMany Works in C#
10/26/2024 5:05:45 AM.
Learn key differences, practical use cases, and examples that demonstrate how these methods simplify data manipulation, making it easier to work with nested and complex data structures in C#.
Socio-Technical Engineering and the Role of Roles in Software Projects
10/25/2024 11:47:45 AM.
This video will demonstrate how these activities of systems engineering can be reinterpreted in the realm of socio-technical systems.
Server-Driven UI: Building Dynamic React Applications
10/25/2024 11:44:23 AM.
This video will explore how SDUI, combined with React, empowers teams to build flexible, maintainable, and quickly adaptable applications that deliver exceptional user experiences.
User Login page Example in android studio using java
10/25/2024 11:42:39 AM.
We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android developm
Speedy Microservices: Build and Deploy in 30 min with Copilot & Devprime
10/25/2024 11:40:16 AM.
In this video, you will learn how Copilot & Devprime revolutionize your Dev Experience.
TRIM Function New T-SQL Enhancements in SQL Server
10/25/2024 10:44:09 AM.
The enhanced TRIM function in SQL Server 2022 adds flexibility for removing unwanted characters in strings, beyond just spaces. Now, developers can use BOTH, LEADING, and TRAILING keywords to trim fro
SharePoint Online - Add/Update Taxonomy Field Using Graph API
10/25/2024 10:31:41 AM.
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 wit
How to Resolve Error Code Caa50021 in Microsoft 365 App Login
10/25/2024 9:25:05 AM.
In this article, we will learn troubleshooting steps to restore login access, including checking network settings, clearing the cache, and verifying account permissions to resolve the issue quickly.
Understanding ARC in Email Authentication
10/25/2024 9:03:52 AM.
Email authentication is crucial for preventing spoofing and phishing attacks, and ensuring secure communication. Authenticated Received Chain (ARC) helps mitigate failures caused by message modificati
SQL Data Analysis in Databricks Notebook
10/25/2024 6:09:40 AM.
This video dives into performing SQL Data Analysis in Databricks Notebook.
GENERATE_SERIES Function New T-SQL Enhancements in SQL Server
10/25/2024 6:06:40 AM.
The GENERATE_SERIES function in SQL Server 2022 creates sequences of numbers or dates between specified start and end values, with an optional step. It's beneficial for reporting, filling data gap
How to Download Data as CSV in C# Blazor App
10/25/2024 5:46:03 AM.
In this article, we will explore the process of downloading data as a CSV (Comma-Separated Values) file in C#. CSV files are widely used for data interchange due to their simplicity and ease of use.
The Best Ordinal Wallets for Beginners in 2024
10/25/2024 5:34:27 AM.
In 2024, choosing the right ordinals wallet is crucial for managing digital assets securely. Options like Xverse and Hiro wallets offer user-friendly interfaces and strong security for beginners and v
Restore Deleted Flows using Power Automate
10/25/2024 5:13:54 AM.
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.
Understanding the Role of Servers in Modern Networking
10/25/2024 4:56:40 AM.
Servers play a crucial role in modern networking by managing data storage, processing, and communications across networks. From web hosting and cloud computing to secure data transfer, servers enable
Web api call in Android
10/25/2024 4:55:38 AM.
This article explains how to call a Web API in an Android app using Java. It covers key concepts like HTTP methods (GET, POST), status codes, headers, and the use of the OkHttp library for making API
How to Create an App Configuration Store
10/25/2024 4:30:30 AM.
App Configuration Store provides a unified platform to store, retrieve, and manage configuration settings securely. One of the most widely used services for this purpose is Azure App Configuration, pa
Generative AI in Copilot Studio
10/25/2024 4:29:43 AM.
This guide explains how to control Generative AI responses in Copilot by managing data sources and system settings. You can choose to generate answers from your private knowledge base or public AI kno
Domain-first GraphQL API Platforms for Your .NET Stack
10/24/2024 12:00:55 PM.
In this video, we'll demo how .NET developers can use modern architecture and data storage to build scalable GraphQL APIs for real-time data and AI integration.
Enhancing Forms with React Server Components
10/24/2024 11:49:57 AM.
In this video, we explore the application of React Server Components (RSC) to elevate the functionality and efficiency of forms.
Renovate to Innovate: Fundamentals of Transforming Legacy Architecture
10/24/2024 11:46:42 AM.
In this video, the speaker outlines what they learned about gracefully outgrowing technology and architectural choices.
Delete Comment from SharePoint List Item
10/24/2024 10:54:43 AM.
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
Blocking Access to GenAI Apps with Defender for Cloud Apps
10/24/2024 7:21:47 AM.
Blocking Access to GenAI Apps with Defender for Cloud Apps
Create a Data Visualization Adaptive Card Extension
10/24/2024 7:03:25 AM.
Creating a Data Visualization Adaptive Card Extension (ACE) for SharePoint Online using the SharePoint Framework (SPFx) involves building a custom ACE component to display visual data in the form of c
Difference Between Break and Continue in JavaScript
10/24/2024 6:58:10 AM.
In JavaScript, both break and continue are control flow statements used in loops. The break statement stops the loop entirely when a condition is met, while continue skips the current iteration and mo
A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native
10/24/2024 5:05:25 AM.
React Native, React, ReactJS
TypeScript for advanced type inference in React
10/24/2024 4:43:27 AM.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
Redis: RedisString and RedisJSON
10/23/2024 8:19:31 AM.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
Enhancing Microservices with Kafka: A Distributed Messaging Solution
10/23/2024 8:17:59 AM.
In this video, we will explore how to effectively bridge various pods and JVMs while considering key factors such as scalability, resilience, high availability, and performance for intensive applicati
Rockin’ The Code World with dotNetDave - Ep. 106
10/23/2024 8:13:19 AM.
In this episode, we’ll dive deep into the latest programming trends.
Dynamics 365 Sales Wave 2 2024: Top 10 Features - Microsoft Business Application Ep. 23
10/23/2024 7:21:23 AM.
In this session, we will be giving a walkthrough on the Dynamics 365 Sales Wave 2 2024: Top 10 Features.
Mastering API Testing with Api.http Files in .NET Projects
10/23/2024 6:06:57 AM.
The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. Thi
ASP.NET Core Middleware
10/22/2024 11:57:39 AM.
ASP.NET Core Middleware plays a crucial role in the request processing pipeline of web applications. It allows developers to add custom functionalities, such as authentication, logging, and error hand
Compiling Multiple Files to Build an Application
10/22/2024 10:46:04 AM.
This article explains how to compile multiple C files into a single executable using the C compiler. It covers two approaches: compiling multiple files with the cc command or using the #include direct
Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class
10/22/2024 10:04:42 AM.
This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and pract
Introduction to Power BI: A Beginner's Guide
10/22/2024 9:31:36 AM.
Power BI is a powerful business analytics tool from Microsoft designed for data visualization and sharing insights across organizations. This beginner-friendly guide covers its key components, includi
Best Practices for Microsoft 365 Admins when User Offboarding
10/22/2024 8:39:45 AM.
Learn how to effectively manage user accounts, ensure data security, and maintain compliance while revoking access. Implementing structured workflows and documentation will streamline the process, min
Caching HTML Tags Using WebForms Core Technology
10/22/2024 8:31:41 AM.
In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
Searching Items in Sitecore without Solr Indexes
10/22/2024 7:24:39 AM.
In Sitecore, we often need to perform searches for items without using Solr. This article explores a recursive search approach using the ManualSearch class to retrieve specific items or lists from the
Learn SharedPreferences in Android
10/22/2024 7:19:52 AM.
SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
An in-depth Look at Advanced Pattern Matching in C# 12
10/22/2024 5:27:09 AM.
With Ziggy Rafiq, learn how to leverage advanced pattern matching features in C# 12, including the new let pattern and enhanced recursive patterns.
Introduction to Python Classes
10/22/2024 5:14:06 AM.
Learn how to define classes, create objects, and understand key OOP concepts like inheritance and encapsulation. Perfect for new programmers looking to master Python's class-based structure.
Vertical Slice Architecture with Code Examples in C# 12
10/22/2024 5:02:12 AM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
10/22/2024 4:04:40 AM.
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, promp
ReactJS in 2024: Trends, Opportunities, Salaries, and Future Outlook
10/21/2024 11:20:21 AM.
Discover lucrative opportunities for developers, understand current salary ranges, and gain insights into the future outlook of web development. Stay ahead in the competitive market with key informati
Announcing the Launch of Unity 6: A New Era in Game Development
10/21/2024 11:09:10 AM.
The world of game development is entering a groundbreaking new phase with the launch of Unity 6, the latest version of one of the most popular and versatile game development engines.
Serialization and DeSerialization in C#
10/21/2024 10:18:19 AM.
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Binar
Using Span<T> To Improve Performance Of C# Code
10/21/2024 10:13:00 AM.
To enhance application performance, reducing IO calls and utilizing stack allocation is crucial. Leveraging value types and the Span<T> structure in C# allows efficient memory management and imp
Enable Specific Dates By Using Bootstrap Date Picker In ASP.NET MVC
10/21/2024 10:04:08 AM.
This article explains how to enable specific dates using the Bootstrap Date Picker plugin with an array object. It demonstrates how to set a date range, format dates, and customize date selection usin
Types in TypeScript
10/21/2024 9:56:16 AM.
TypeScript is a superset of JavaScript that introduces optional static types, enhancing code reliability and maintainability. It allows developers to define types for variables, functions, and objects
Encapsulation vs Abstraction in C#
10/21/2024 9:52:41 AM.
Encapsulation and abstraction are fundamental concepts in C# and object-oriented programming. Encapsulation refers to the bundling of data and methods that operate on that data within a class, promoti
Learn AngularJS From Beginning: Service - Part Three
10/21/2024 9:48:47 AM.
This article explores AngularJS services, emphasizing their role in organizing and sharing code through dependency injection. It covers creating custom services using the factory, service, and provide
Required Field and Email Validation Using AngularJS
10/21/2024 9:39:27 AM.
This guide covers key concepts like AngularJS directives, form validation, and custom validators, ensuring user input is properly validated for required fields and email formats, enhancing user experi
HTML 5 Feature: Drag And Drop
10/21/2024 9:19:16 AM.
In this article you will learn about drag and drop feature of HTML 5.
Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol
10/21/2024 8:15:07 AM.
In this episode, I covered how to Read/Write From Fabric Lakehouse to Databricks Notebook using ABFSS Protocol.
Activate Server-Side Encryption for Azure Disks with Customer Keys
10/21/2024 6:21:07 AM.
Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enh
New Feature: Drag and Drop in Microsoft Lists
10/21/2024 6:17:11 AM.
Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch