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 AD
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abiola David (8)
Jalpa Dhola (5)
Vijay Kumari (4)
Ziggy Rafiq (4)
Gowtham K (3)
Allen Oneill (3)
Sangeetha S (2)
Kaveendra Dhilhan (2)
Naveen Kumar (2)
Subarta Ray (2)
George (2)
Jignesh Kumar (2)
Sarthak Varshney (2)
Aiswarya E V (2)
Devesh Omar (2)
Mamta M (2)
Chethan N (2)
Rahul Kumar Saxena (2)
Oleg Litvinov (1)
Nitin (1)
Tural Suleymani (1)
Babita (1)
Varun Setia (1)
Mohamed Shifan (1)
Jochen Bartlau (1)
Prarthana Bhat (1)
Muzaffar Ur Rahman (1)
Praveen Sreeram (1)
Ng Cheehou (1)
Sean Franklin (1)
Vanshika Agrawal (1)
Baibhav Kumar (1)
Vinoth Xavier (1)
Daniel Gomez (1)
Vijay Sisodia (1)
Deepika Edakkoth (1)
Akhil Rajeev (1)
Rasul Huseynov (1)
Sanjay Kumar (1)
Mohammad Rabie (1)
Satish B (1)
Harminder Singh (1)
Gopal C. Bala (1)
Amol Sarkate (1)
Jin Necesario (1)
Jihen Hnena (1)
Balaji Thilagar (1)
Mahesh Chand (1)
Lokendra Singh (1)
Rohatash Kumar (1)
Swesh S (1)
Dhruvin Shah (1)
Prabhakar Maurya (1)
Harshit Vyas (1)
Manoj Kalla (1)
Vinay Ayinapurapu (1)
Erika Ehrli (1)
Vivek Kumar (1)
Abhimanyu K Vatsa (1)
Arkadeep De (1)
Harshad Tretiya (1)
Adarsh Nigam (1)
SriHari VP (1)
Anupam Maiti (1)
Siddharth Vaghasia (1)
Manpreet Singh (1)
Rajiv Singh (1)
Related resources for AD
No resource found
Learn NLog Advanced Usage / Change NLog Configuration Per Request
12/20/2024 8:39:38 AM.
This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
Handling Post Logout Redirection in Azure AD B2C with Blazor App
12/20/2024 4:36:15 AM.
This article covers configuring logout redirect URLs, managing user sessions, and enhancing the post-logout user experience. Simplify identity management and ensure seamless navigation after sign-out.
File Read Write Operation in Python
12/19/2024 4:25:23 AM.
This article covers Python file handling, including reading, writing, appending, and binary operations. It explains functions like `read`, `readline`, and `readlines`, with code examples for practical
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
12/18/2024 10:13:45 AM.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
Handling Azure AD B2C Claims in Blazor Application
12/18/2024 7:12:15 AM.
This article covers how to handle Azure AD B2C claims in a Blazor application. It explains how to integrate Azure Active Directory B2C for authentication, manage user claims, and configure claims-base
Sensitivity Labels in Teams 365 Groups and SharePoint Sites
12/18/2024 5:24:37 AM.
Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
How to Upload Files to S3 Bucket Using S3 Browser
12/17/2024 10:45:03 AM.
Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
12/17/2024 6:48:30 AM.
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.
Implementing Background Tasks in Python
12/16/2024 10:08:39 AM.
This article covers key concepts like concurrency, task queues, and process management, helping you execute time-consuming tasks efficiently without blocking your main program flow.
Azure AD B2C as an Identity Provider for Blazor Applications
12/16/2024 7:04:28 AM.
From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, cover
How to Manage Teams Channel Policies in Microsoft Teams
12/16/2024 5:30:23 AM.
Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
A Threadsafe C# LRUCache Implementation
12/16/2024 5:27:17 AM.
The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
Enhancing Performance and Responsiveness Using Threading in C#
12/13/2024 10:24:18 AM.
Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time.
Understanding Responsive Applications
12/13/2024 8:47:19 AM.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
Take User Input in Java with BufferedReader
12/13/2024 4:04:37 AM.
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless input h
Entity Framework (0-1), Overview Additions
12/11/2024 9:27:29 PM.
This article will add some additions for Entity Framework Overview.
New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy
12/11/2024 5:06:01 AM.
In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
Take Input in Java using Scanner Class with Code
12/6/2024 6:44:28 AM.
Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with exampl
Exception Handling in C# 9.0
12/4/2024 10:14:53 AM.
Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience. This includes using try, catch, finally, and throw for structured er
Azure Function to Read Incoming Message in Twilio
11/27/2024 10:44:55 AM.
Learn how to create an Azure Function that reads incoming SMS messages from Twilio. This tutorial covers the setup of Azure Functions, integrating with Twilio's API, and processing incoming messag
Implement a retry policy in .NET 6 Applications with Polly
11/27/2024 4:07:39 AM.
Learn how to enhance fault tolerance in .NET 6 applications using Polly. This powerful library helps handle transient faults, timeouts, and resource unavailability with features like retry policies,
Azure Storage Account Vs Azure Data Lake Service Gen 2
11/25/2024 8:15:25 AM.
Azure Data Lake Storage Gen2 (ADLS Gen2) is a highly scalable and analytics-optimized storage solution in Azure, offering hierarchical namespace, big data processing capabilities, and Secure File Tran
Exploring Advanced Generics in C#: A Practical Guide with Examples
11/25/2024 7:00:44 AM.
This article aims to provide a guided tour of some advanced topics in C# generics, such as constraints, covariance and contravariance, and custom generic interfaces.
How to incrementally load data from Microsoft Fabric Lakehouse to Warehouse
11/25/2024 5:00:00 AM.
In this end-to-end data engineering episode, I demonstrated how to incrementally load data from Microsoft Fabric Lakehouse to Warehouse using Dataflow and Data Pipeline.
Limit Concurrent Execution in Asynchronous Methods
11/24/2024 7:43:01 AM.
In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
11/22/2024 5:43:02 AM.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienc
Addition of Two Matrices in Java with Code
11/21/2024 11:11:58 AM.
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.
Azure Data Factory Lakehouse Connector to Read and Write Data
11/21/2024 5:24:15 AM.
In this new video, I covered how to use the new Lakehouse Connector in Azure Data Factory to read data from ADLS Gen2 to Fabric Lakehouse as a delta table and also to write data from the Lakehouse to
Satya Nadella Unveils AI Innovations at Microsoft Ignite 2024
11/21/2024 4:43:15 AM.
Satya Nadella's keynote at Microsoft Ignite 2024 showcased AI's transformative impact on business, security, and innovation. Highlights included Copilot, AI agents, Azure AI Foundry, Quantum C
What's New in ASP.NET Core 9?
11/19/2024 10:07:33 AM.
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 saf
Change Data Capture Automated Incremental Data Loading in Azure Data Factory
11/19/2024 5:56:36 AM.
In this new video, I demonstrated how to implement automated incremental data loading using Change Data Capture technique in Azure Data Factory.
Types of APIs and Essential API Testing Tools
11/18/2024 8:41:55 AM.
Learn about essential API testing tools such as Postman, SoapUI, and JMeter, which help ensure the functionality, performance, and security of APIs through effective testing and automation.
Open-Source AI Models Gain Traction and Outperform Closed Models
11/17/2024 10:50:40 AM.
Open-source AI models offer startups flexibility, innovation, and cost-efficiency, enabling faster market adoption. They allow for customization, collaboration, and transparency, providing a competiti
How to Read and Write JSON Files in C#
11/17/2024 10:49:03 AM.
JSON is a common data format used in APIs, configuration files, and data exchange. Learn to handle JSON in C# using `System.Text.Json`. This article covers creating data models, writing to and readin
Broadcom Launches VMware Tanzu Platform 10 for Private Cloud Apps
11/15/2024 8:22:15 AM.
Broadcom launches VMware Tanzu Platform 10, simplifying private cloud app development with reduced costs, enhanced security, and GenAI support for enterprises.
The Future of AI: Exciting Possibilities Ahead
11/15/2024 5:14:58 AM.
Explore the future of artificial intelligence and the groundbreaking possibilities it holds. From advancements in automation and machine learning to societal impact, discover how AI is shaping tomorro
Data Quality, Security, and Building Trust in AI
11/15/2024 5:14:14 AM.
As AI adoption grows, data quality, security, privacy, and trust are becoming critical. Organizations must prioritize data cleansing, validation, encryption, and access controls to ensure reliable AI
Loading Nested JSON File Data in Dropdown ASP.NET
11/14/2024 6:58:43 AM.
Learn how to load and bind nested JSON data to a dropdown in ASP.NET, covering both client-side and server-side techniques for dynamic data binding and efficient JSON parsing in web applications.
Setting Default Dates in Power Apps: Using Today(), Date(), Year(), and DateAdd()
11/14/2024 6:39:41 AM.
Learn how to set default dates in Power Apps using functions like Today(), Date(), Year(), and DateAdd(). This guide explains how to simplify date fields, enhance user experience, and improve app func
Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & Footer
11/13/2024 9:32:17 AM.
In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure an
Read Multiple CSV Files from GitHub Repository to Databricks Notebook
11/11/2024 5:52:15 AM.
In this Data engineering episode, I covered how to read multiple CSV files from GitHub Repository to Databricks Notebook for analysis.
Managing User Data in Azure AD with Microsoft Graph API
11/5/2024 5:47:57 AM.
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, cre
Increase UI Performance using Timeout Middleware in .NET Core
11/4/2024 5:26:04 AM.
Timeout Middleware in .NET Core is crucial for handling long-running requests by setting specific time limits for responses. It improves application reliability, manages resources efficiently, enhance
OpenAI Partners with Broadcom, TSMC to Create Custom AI Chips
11/4/2024 5:07:47 AM.
OpenAI partners with Broadcom and TSMC to create custom AI chips, diversifying suppliers with AMD to meet increasing infrastructure needs and manage rising costs.
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
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
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
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.
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 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.
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
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.
Example of Aspect Oriented Paradigm with DispatchProxy Class
10/23/2024 5:25:01 AM.
This article explores how to implement cross-cutting concerns in .NET using the DispatchProxy class. It demonstrates dynamic proxy creation for logging and other concerns, highlighting the benefits of
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
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.
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.
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
10/21/2024 6:14:51 AM.
A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency
Using Attributes and Metadata in C# 12
10/21/2024 5:38:45 AM.
Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
Training on using WebForms Core Technology to Upload Images
10/19/2024 2:52:21 PM.
In this article, using WebForms Core technology, we will teach you how to send images to the server and display the images sent in the client.
Use Adaptive Cards with Copilot
10/16/2024 10:36:25 AM.
This article explores the use of Adaptive Cards in Microsoft Copilot, covering their purpose, integration strategies, and practical examples that developers can use to build custom experiences for use
Understanding List Column Data Types in SharePoint
10/15/2024 11:08:42 AM.
SharePoint allows users to create and manage lists with various column types, such as text, number, date, and lookup fields. These columns help organize and store data effectively, ensuring better rep
Understanding React File Upload
10/15/2024 7:20:20 AM.
In this article, I am going to discuss how to upload a file using react. This article explains how to enable file uploads in a React app, covering file selection, server communication, error handling,
How To Read CSV File Using C#
10/14/2024 4:03:46 AM.
This article demonstrates how to read Excel files using Microsoft's Interop Excel library in a C# Windows application. It covers adding references, handling file extensions, and displaying Excel d
Customizing HTTP Headers with Middleware in ASP.NET Core
10/12/2024 4:26:09 AM.
In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific API
Integration And Server Broadcast With SignalR 2
10/11/2024 12:29:10 PM.
Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
Multiple File Upload in ASP.NET With Example
10/11/2024 12:25:08 PM.
The FileUpload control in ASP.NET enables users to upload files to the server easily. It features a text box and a browse button for file selection. The control supports multiple file uploads when set
Using Gradients and Border Radius in CSS3: Part II
10/11/2024 12:24:27 PM.
This article continues from a previous discussion on CSS3 gradients, diving into more complex gradient applications. It offers practical examples, including creating gradients in an HTML file, ensurin
Implementing Azure Databricks AutoLoader (Incremental Data Loading)
10/11/2024 4:25:22 AM.
In this end to end video, I walked you through how to implement Azure Databricks Autoloader which allows incremental loading of new files from Azure Data Lake Storage Gen2.
TypeScript Object Spread
10/10/2024 5:33:56 AM.
Object spread in TypeScript allows for copying properties of objects or arrays using the spread operator (...), with later objects overwriting properties with the same name, and it can also be used to
Power Platform for Admins Connector in PowerApps
10/9/2024 6:38:19 AM.
PowerApps allows users to integrate the "Power Platform for Admins" connector to manage environments efficiently. By using functions like GetAdminEnvironment(), users can retrieve and pagina
Using Border Radius and Gradients in CSS3: Part I
10/8/2024 9:01:34 AM.
This article introduces the use of CSS3 for creating gradients directly in web pages, eliminating the need for image workarounds. It explains the two primary types of gradients: linear and radial. A p
Simple Load Balancer in .NET Core with YARP
10/8/2024 3:40:14 AM.
Load balancing ensures efficient traffic distribution in distributed systems. YARP enables load balancing with sticky sessions for consistent routing, improving scalability, performance, and availabil
How do AWS and Azure compare in terms of market share and adoption?
10/7/2024 11:59:19 PM.
AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
Read Multiple PARQUET Files from GCS to Azure SQL Database using Azure Data Factory
10/7/2024 4:56:25 AM.
In this Data Engineering episode, I covered how to read multiple sales parquet files resident in Google Cloud Storage to Azure SQL Database leveraging Azure Data Factory.
Pattern Matching for Switch in Java 17
10/7/2024 4:17:21 AM.
Pattern matching for switches in Java 17 enhances code readability and simplifies working with complex data structures. It allows you to match object types, use type patterns, and add conditions with
Uploading Multiple Files With ListBox in ASP.NET
10/3/2024 11:40:19 AM.
This article explains how to upload multiple files using a ListBox control in ASP.NET. Unlike the standard FileUpload control, which supports single file uploads, this method combines FileUpload with
Integrate Azure AD OAuth2 SSO Authentication RBAC for AKHQ Kafka-UI
10/3/2024 10:58:48 AM.
This content explores the integration of Azure Active Directory (Azure AD), OAuth2, and Single Sign-On (SSO) for authentication, along with Role-Based Access Control (RBAC) for authorization, specific
Hidden Gems - Adding the Custom Data to Generative Answers
10/3/2024 4:17:34 AM.
Learn how to input a string variable as custom data for the Generative Answers component in Copilot Studio. Overcome challenges like binding errors and formatting issues by converting large text into
Create Year Quarter Month Drill Down With Proper Sort Order In Power BI
10/1/2024 9:15:37 AM.
This article guides you through achieving Year-Qty-Month drill-down functionality in Power BI, even without a Date column in your dataset. Learn to create a duplicate Month column, generate a SortNumb
Download Up to 10 Files at a Time Using Internet Explorer in Windows 8
10/1/2024 9:12:47 AM.
This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By
Uploading Multiple Files in ASP.NET 2.0
10/1/2024 9:05:24 AM.
The FileUpload control in ASP.NET 2.0 allows users to upload files from a web page. By using multiple FileUpload controls and a button, users can select and upload several files at once. The files are
How to handle multiple file upload dynamically
10/1/2024 8:25:24 AM.
This guide covers essential techniques for managing bulk file uploads in web applications using JavaScript, ensuring seamless file handling and improved user experience. Perfect for developers looking
Overview of Minimal API
10/1/2024 8:20:11 AM.
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
10/1/2024 5:33:32 AM.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in
A Detailed Explanation of COUNT in SQL Server
10/1/2024 5:10:59 AM.
This article explores the differences between SQL counting methods: COUNT(*), COUNT(1), COUNT(column_name), and COUNT(DISTINCT column_name). It highlights their purposes, performance considerations, a
Insert Master-Detail Data using Transact-SQL
10/1/2024 4:54:39 AM.
This document explains how to utilize SQLXML in SQL Server 2000 for efficient batch operations with XML data. It outlines the process for creating stored procedures to insert, update, and delete recor
Check which process deleted the files on Window
9/28/2024 5:13:19 AM.
Enable event logging to identify the process causing deletion operations. Set up folder auditing by adjusting security properties, adding auditing entries, and running AuditPol commands.
Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 1
9/27/2024 10:08:34 AM.
This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
How To Add Dependency Injection In Your Sitecore Application
9/27/2024 8:17:09 AM.
Dependency Injection (DI) is a design pattern that enhances code maintainability and reusability by allowing developers to create loosely coupled components. It facilitates unit testing and supports v
How To Create Word Add-Ins
9/27/2024 8:16:56 AM.
This article outlines the steps to create and run a Word add-in using technologies like HTML, CSS, JavaScript, and C#. Word add-ins enhance functionality and work across platforms, including Windows,
How to Download Code from Your Azure Function App
9/27/2024 5:59:14 AM.
In this article, we will learn how to easily download code from your Azure Function App using built-in tools like the Azure Portal, App Service Editor, or source control integration.
How To Add A Button To Existing Ribbon Tab In Office Applications
9/24/2024 11:56:24 AM.
Learn how to enhance your productivity by adding a custom button to an existing Ribbon tab in Microsoft Office applications. We’ll walk you through the steps to customize the Ribbon, whether you'r
Understanding AddTransient Vs AddScoped Vs AddSingleton In ASP.NET Core
9/24/2024 7:13:08 AM.
In this article, you will learn about AddTransient Vs AddScoped Vs AddSingleton In ASP.NET Core. Dependency Injection (DI) in ASP.NET Core, focusing on service lifetimes: Transient, Scoped, and Single
SharePoint Based Triggers In MS Flow - Part Two
9/23/2024 11:26:54 AM.
This article explores SharePoint triggers in MS Flow, detailing five key trigger points: file deletion, item creation, item modification, item deletion, and file creation/modification in a folder. It
Manage Web Applications In SharePoint Central Administration - Part Eight
9/23/2024 9:52:25 AM.
This article covers managing web applications in SharePoint 2016 Central Administration. It walks through key steps, including accessing Central Admin, configuring mobile accounts, setting up SMS noti
Geographical Information by IP Address in ASP.NET and C#
9/23/2024 9:27:00 AM.
This article explains how to obtain geographical information about website visitors using their IP addresses. It showcases a free service from iplocationtools.com that provides data in XML, JSON, and
Learn Sliding Window Technique
9/23/2024 8:26:33 AM.
The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adj
Integrate Azure AD OAuth2 SSO Authentication and RBAC for Kafka-UI
9/23/2024 7:29:57 AM.
This article explores the integration of Azure Active Directory (AD), OAuth2, and Single Sign-On (SSO) for secure authentication and Role-Based Access Control (RBAC) for authorization within the Prove
Advanced ADF: Integrate Multiple Category of Files Leveraging FILTER and other Activities
9/23/2024 6:37:08 AM.
In this episode, I am going to walk you through how to integrate multiple category of files in ADLS Gen2 to Azure SQL Database via Azure Data Factory data pipeline activities focusing on filter and o