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
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Najath Risni(14)
Chetan Sanghani(8)
Mohamed Shifan(7)
Sanjay Kumar(4)
Debabrata Ghosh(3)
Mark Pelf(3)
Arun Ramaswamy(3)
Saksham Gupta(3)
Alkesh Bijarniya(2)
Kautilya Utkarsh(2)
Jefferson S. Motta(2)
Naveen Kumar(2)
Vikas Singh(2)
Sarthak Varshney(2)
Lokesh Varman(2)
Archana Dongre(2)
Sanwar Ranwa(2)
Vishal Babuks(2)
Madhanmohan Devarajan(1)
Velladurai (1)
Sreenath Kappoor(1)
Keyur Pandya(1)
Sigar Dave(1)
Abhishek Yadav(1)
Jitendra Mesavaniya(1)
Siddhesh Chavan(1)
Gunasekaran Palani(1)
Vishal Joshi(1)
Ayush Gupta(1)
Prakashkumar Sahoo(1)
Mahesh Chand(1)
Munesh Sharma(1)
Lokendra Singh(1)
Ali Benchaaban(1)
Darshan Adakane(1)
Suraj Vishwakarma(1)
Abdul Basith(1)
Kuppu Swami(1)
Shenbagapandiyan P(1)
Allam Purushotham(1)
Pratik Somaiya(1)
Jignesh Kumar(1)
Mohammad Elsheimy(1)
Shiv Sharma(1)
Harunraseed Basheer(1)
Dhiraj Poojary(1)
Dr Gomathi(1)
Abiola David(1)
Vinay Ayinapurapu(1)
Sardar Mudassar Ali Khan (1)
Tuhin Paul(1)
Rohit Gupta(1)
Vinoth Xavier(1)
Resources
No resource found
Create Azure File Share Using Azure Portal
Aug 22, 2024.
Azure File Share is a cloud-based storage service by Microsoft Azure that enables you to store, access, and share files securely over the internet. It supports both Windows and Linux systems, offers easy integration with on-premises storage, and provides backup and recovery options for seamless data management.
Advanced Topics in .NET Standard
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It enables code sharing and reuse across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and others.
Setting Up a .NET Standard Project
Jul 17, 2024.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms, including .NET Core, .NET Framework, Xamarin, and more.
Introduction to .NET Standard
Jul 17, 2024.
.NET Standard simplifies cross-platform development by defining a unified set of APIs for .NET platforms like .NET Core, .NET Framework, and Xamarin. It enables code sharing across these platforms, ensuring compatibility and reducing maintenance overhead.
Using .NET Standard in Cross-Platform Development
Jul 17, 2024.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consistent set of APIs that can be used across different .NET implementations.
Case Studies and Real-World Applications: .NET Standard in Action
Jul 17, 2024.
.NET Standard empowers developers to create robust applications across platforms like healthcare management systems with EHR integration using Xamarin and ASP.NET Core, and financial trading platforms leveraging scalable microservices on Azure.
Securing .NET Core Applications: Best Practices and Techniques
Jul 16, 2024.
In today's interconnected world, security is paramount for any application, especially those built on .NET Core. With its flexibility and scalability, .NET Core empowers developers to create robust web and cloud-based solutions.
Dynamics 365 Customer Service: Disable the Resolve Case button
Jul 11, 2024.
This article guides you on restricting customer service associates from resolving cases with open activities or child cases in Dynamics 365. By creating a JavaScript Web Resource and customizing the Case form, you can enable or disable the "Resolve Case" button based on the status of related activities and cases.
Custom Controls in C# Windows Forms
Jul 08, 2024.
Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and implementing owner-drawn controls.
Name a few techniques to optimize Reactjs app performance
Jul 07, 2024.
Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.lazy reduces initial load times, while virtualization libraries such as react-window optimize the rendering of large lists.
Implementing Periodic API Calls and Error Handling in C# Windows Forms Application
Jul 04, 2024.
The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles API interactions, data processing, and posting using PostDataJSON.
Query to Find SQL Server Version
Jul 02, 2024.
To identify the version of SQL Server running, use the query SELECT @@VERSION AS 'SQL Server Version';. This returns detailed information including version number, edition (like Developer Edition), and details about the operating system it runs on, such as Windows Server 2019 Standard.
Resolving IDCRL Error in PowerShell
Jun 27, 2024.
Resolve "Identity client runtime library (IDCRL) did not get a response from the login server" in PowerShell by checking credentials, disabling Multi-Factor Authentication (MFA) if enabled, and managing security defaults in Azure Active Directory.
Channel Types in Microsoft Teams: Public, Private, and Shared
Jun 26, 2024.
Microsoft Teams offers Standard, Private, and Shared Channels to meet various communication needs. Standard Channels are open to all team members for general discussions. Shared Channels enable cross-team collaboration, including external partners.
Control Arduino Relay with Windows C# App
Jun 25, 2024.
This guide demonstrates how to control an Arduino board using a relay switch through a Windows application written in C#. By integrating Arduino with C# via serial communication, you can manage electrical devices efficiently.
Synchronizing Threads with AutoResetEvent in C# .NET
Jun 23, 2024.
In multithreaded C# applications, synchronizing thread execution is crucial to avoid race conditions and ensure controlled access to shared resources. The AutoResetEvent class helps manage this by acting like a gate, blocking threads until signaled.
How to Install and Configure Windows Admin Center
Jun 21, 2024.
Windows Admin Center (WAC) is a versatile, browser-based management platform for Windows Server, Windows Client, and more. It simplifies troubleshooting, configuration, and maintenance tasks, enabling remote management without separate server requirements.
How to do .NET 8 Migration with Existing Tools?
Jun 19, 2024.
Microsoft's technology ecosystem spans desktop, web, and mobile apps, each requiring specific frameworks. To upgrade applications effectively, use Visual Studio 2022 with .NET Framework or Core, and the Upgrade assistant extension.
Understanding SQL Window Functions
Jun 13, 2024.
SQL window functions perform advanced analytics by computing values over a defined set of rows, using partitions and ordering. They enable operations like running totals, moving averages, and rankings without grouping rows into single output rows.
Microsoft Power Automate for Workflow Efficiency
Jun 11, 2024.
Microsoft Power Automate streamlines workflows between apps and services. Create automated processes effortlessly with templates and triggers for increased productivity and efficiency in your digital transformation journey.
Mongo DB Authentication and Authorization on Windows
Jun 10, 2024.
Dive deep into the world of MongoDB authentication. Whether you're a beginner or an experienced developer, this comprehensive guide will teach you everything you need to know about securing your MongoDB database
Shared Access Signatures in Azure
Jun 06, 2024.
Shared Access Signatures in Azure: A Comprehensive Guide" provides an in-depth look at securing Azure Storage using SAS tokens. It covers token generation, time-limited access, permission management, and policy-based access. Learn to enhance data protection and authorization for robust cloud security.
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2
Jun 04, 2024.
Learn how to integrate RabbitMQ with a WebApi and a Console application. Establish communication between the producer and consumer using RabbitMQ queues. Utilize RabbitMQ's features for asynchronous message passing, ensuring seamless data transmission between applications.
Elevating Code Quality: Best Practices for Effective Code Reviews
Jun 02, 2024.
Elevating Code Quality" presents essential strategies for effective code reviews, fostering collaboration, and enhancing software reliability. Explore best practices in peer feedback, automated testing, and adherence to coding standards to elevate your development process.
Identifying Missing Sequence Numbers in SQL
May 31, 2024.
In this article, we explore a method to identify missing sequence numbers in a database table using SQL. SQL code utilizes window functions and CTEs to efficiently find gaps in the sequence of region IDs by generating a complete range of potential IDs and comparing it against the existing values.
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 1
May 30, 2024.
RabbitMQ Messaging for .Net 8 WebAPI with Windows Client Part 1," introduces you to integrating RabbitMQ with a .Net 8 WebAPI and a Windows client application. Learn the fundamentals of setting up RabbitMQ, configuring your .Net 8 WebAPI for messaging, and establishing a Windows client to send and receive messages.
Adobe products on CopilotPC/ARM/Windows (May 2024)
May 30, 2024.
Discover the latest updates on Adobe products for CopilotPC with ARM architecture and Windows compatibility as of May 2024. Learn about the enhanced performance and new features in Adobe Creative Suite, optimized for ARM-based devices.
Harris Corner Detection in OpenCV
May 28, 2024.
Harris Corner Detection in OpenCV identifies key interest points in images, crucial for tasks like object recognition and tracking. This algorithm highlights corners where intensity variations occur, aiding in feature extraction and matching.
Creating Dynamic Narration in Scripts with System.Speech and .NET 8
May 28, 2024.
Creating Dynamic Narration in Scripts with System.Speech and .NET 8" enables automated speech synthesis in scripts using .NET's System.Speech library. Harnessing dynamic content generation, it offers customizable text-to-speech functionality for versatile narration applications.
Phi Silica is Microsoft’s AI model for Windows Developers
May 27, 2024.
Phi Silica, Microsoft's AI model for Windows developers, boosts productivity by offering AI-powered assistance in code generation and software engineering tasks. Tailored for the Windows ecosystem, it streamlines development processes, enhancing efficiency and innovation.
What is Microsoft Copilot+ PC
May 25, 2024.
A new era of PCs has arrived with the launch if Windows CoPilot+ PCs that are designed to process AI models locally and securely.
Copilot+PC is Microsoft vision related to AI on PC platform, as of May 2024
May 25, 2024.
As of May 2024, Microsoft's vision for AI on the PC platform focuses on integrating advanced artificial intelligence and machine learning capabilities directly into Windows.
Running the Microsoft Windows Malicious Software Remove Tool
May 24, 2024.
The Microsoft Windows Malicious Software Removal Tool (MSRT) helps remove malicious software from Windows systems. It automatically runs monthly via Windows Update, but can also be manually executed. MSRT scans for specific, prevalent threats and removes any detected malware, enhancing system security.
How to re-render the View When the Browser is Resized in ReactJS
May 24, 2024.
To re-render a ReactJS view upon browser resize, utilize the use effect hook to add a resize event listener. Upon resizing, update state variables triggering a re-render of the component, ensuring responsive behavior for dynamic layout adjustments.
Copilot+ PCs: The Future of AI Integration in Windows 11
May 22, 2024.
Copilot+ PCs, launched on May 20, 2024, are AI-powered Windows 11 computers with dedicated AI features, superior performance, multilingual support, and extensive OEM backing, transforming personal computing efficiency and interaction.
Working with LEAD and LAG Window Functions in SQL
May 20, 2024.
SQL's LEAD and LAG functions access data from different rows within the same result set, facilitating complex calculations. LEAD retrieves subsequent rows, while LAG retrieves previous rows.
An Introduction to OpenCV for Computer Vision
May 18, 2024.
OpenCV, a robust open-source library, offers extensive tools for real-time computer vision and image processing. It's cross-platform, supports numerous algorithms, and is widely used in applications like object detection, video analysis, and robotics.
Object Detection using Azure Cognitive Service and .NET
May 15, 2024.
Learn how to implement object detection using Azure Cognitive Services and .NET. Harness the power of computer vision and machine learning to analyze images, identify objects, and integrate with custom vision models.
Tools and Services for Computer and Custom Vision on Azure
May 15, 2024.
In my earlier article Feature of Computer Vision Workloads on Azure we explored the common workloads of Computer vision. Continuing this discussion on workloads, in this article will we are going to explore Tools and Services for Computer and Custom Vision.
Feature of Computer Vision Workloads on Azure
May 14, 2024.
In this article, we will explore the features of computer vision workloads on Azure, exploring key tasks such as image classification, object detection, semantic segmentation, optical character recognition (OCR), facial detection, and recognition, accompanied by illustrative examples.
Deploy Azure IoT Edge on Linux with Windows
May 13, 2024.
Discover optimal Azure IoT Edge deployment strategies for Linux and Windows environments. Explore compatibility, containerization with Docker, Kubernetes integration, and device management, ensuring seamless IoT solutions in hybrid setups.
Learn Visual Studio Tips and Tricks
May 10, 2024.
Visual Studio tips and tricks optimize productivity with shortcuts, code editing features, debugging tools like breakpoints and watch windows, code snippets, and integration with version control systems like Git. Customization and extensions further enhance development efficiency.
Convert Doc to Pdf using NodeJS
May 08, 2024.
In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
Installing Grafana for different Operating Systems
May 02, 2024.
Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
How to Create Azure Storage Account and Configure to Windows 11
May 01, 2024.
Learn how to set up an Azure Storage Account and integrate it with Windows 11. Create and configure storage containers using Azure Portal or tools like PowerShell and Azure CLI. Explore access management, including storage keys and shared access signatures.
Setting Up Azure IoT Edge on Windows EFLOW: OPC Publisher 2.9.6 & KepwareEX
Apr 30, 2024.
This article presents a comprehensive walkthrough for establishing Azure IoT Edge on the Windows platform, enabling it to run Linux-based containers. Additionally, it delves into the setup of a standalone OPC UA Publisher module, designed to subscribe to tags on a demonstration Kepware OPC UA server.
Streamline Your Jenkins Pipelines with Shared Libraries
Apr 24, 2024.
Imagine the daily grind of a developer working on multiple Jenkins projects. Each pipeline seems to involve repetitive tasks like interacting with version control, running tests, or sending notifications. Copying and pasting code snippets not only feels inefficient but maintaining these pipelines becomes a nightmare.
Microsoft Defender for Endpoint (MDE), Common Actions
Apr 23, 2024.
This article provides concise instructions for managing antivirus software on Windows and Linux Azure Virtual Machines using Microsoft Defender for Cloud. It covers tasks such as checking protection status, viewing incident history, running scans, configuring settings, updating definitions, and troubleshooting performance.
A Journey from ASP.NET Framework to ASP.NET Core
Apr 18, 2024.
Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC architecture and the integration of Angular for dynamic user interfaces. Delve into the version history of .NET Framework and .NET Core.
Deleting NFS Snapshot through Portal
Apr 15, 2024.
Efficiently manage your Azure File Share snapshots by learning the deletion process. With on-demand snapshots, you can safeguard your data and recover it when needed. Follow step-by-step instructions to navigate through the deletion process, ensuring seamless backup and recovery for your organization's files.
Azure File Share Snapshot And Implementation
Apr 15, 2024.
Azure File Share Snapshot provides point-in-time backups for file shares in Azure Storage, enabling data protection and recovery. Snapshots capture the state of files at specific moments, offering peace of mind against accidental deletions or corruptions.
File Share Snapshot automation - Creation
Apr 10, 2024.
Automating the creation of snapshots for file shares is essential for efficient data management in cloud environments. This PowerShell script connects to Azure, identifies storage accounts, and locates NFS shares within them.
How Secure Sockets Layer Works?
Apr 08, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifying server identities.
How to Disable IPv6 in ESXi without Additional Reboot
Apr 05, 2024.
Learn a step-by-step guide to disable IPv6 in ESXi without rebooting, ensuring uninterrupted network connectivity. In VMware ESXi, disabling IPv6 can be done through the ESXi Shell without an extra reboot, ensuring continuous network connectivity.
How to Enable and Disable Plugin in D365 using Power Shell Script
Mar 31, 2024.
Learn to control Dynamics 365 (D365) plugins effortlessly with PowerShell scripting. This guide demonstrates enabling and disabling plugins seamlessly. Harness Invoke-RestMethod to manage SDK Message Processing Steps, adjusting state and status codes.
Disable Social Bar (Like, Share and Views) in SharePoint Online
Mar 27, 2024.
Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option available.
Disable Quick Create Views Using PowerShell
Mar 26, 2024.
In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
Important PySpark Import Statements
Mar 21, 2024.
PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import statements in PySpark and delve into their significance in building robust data processing pipelines.
Exploring Inter-Process Communication in WPF Using Named Pipes
Mar 19, 2024.
In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
Effective Communication Between Executable Files Using Shared Memory
Mar 18, 2024.
In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
Deploying a Windows Server Virtual Machine in Microsoft Azure
Mar 17, 2024.
To deploy a Windows Server Virtual Machine (VM) in Microsoft Azure, you'll configure various settings to create your virtual environment.
How to Install Configure VPN on Windows Server
Mar 14, 2024.
This detailed guide offers step-by-step instructions on how to set up a VPN on Windows Server. Learn to set up a VPN on Windows Server 2019 efficiently. Understand the server's dual roles: client and host. Follow clear steps for installation and configuration. Simplify remote access and enhance security.
Managing Storage Spaces with File Server Resource Manager (FSRM)
Mar 13, 2024.
FSRM has key features to provide control over your storage space. I cover topics such as Quota Management and File Screening Management in this article.
Creating Users and Groups Within an Organizational Unit on Windows Server
Mar 12, 2024.
Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
Complete Guide to Install Elasticsearch and Kibana on Windows
Mar 12, 2024.
In this article, I will provide a detailed, step-by-step guide on setting up Elasticsearch and Kibana on a Windows system. We'll begin by downloading the necessary files, and then proceed to installation and configuration on your local machine.
Installing File Server Resource Manager on Windows Server
Mar 11, 2024.
In this article, we will learn File Server Resource Manager (FSRM) is a role service in Windows Server that allows you to manage and control the data stored on your file servers. FSRM helps you to classify files, set quotas on folders, and create reports monitoring storage usage.
Migrating ASP.NET Apps to Containers #2: Windows Fonts
Mar 06, 2024.
This post delves into challenges faced during the migration of ASP.NET apps from Windows to Linux Docker containers. It specifically addresses the complexities associated with Windows Fonts in this migration process.
Understanding Sharing in Lists on SharePoint Communication Sites
Mar 05, 2024.
This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
Disable Right Click Directive in Vue.js
Mar 05, 2024.
In Vue.js, disable right-click functionality by creating a custom directive. Bind an event listener to contextmenu, preventing its default behavior. Easily implement this directive for specific elements in your templates.
How to Do Distributed File System (DFS) In Server
Mar 04, 2024.
In this article, we will learn a distributed File System (DFS) as the name suggests, is a file system that is distributed on multiple file servers or multiple locations.
Implement and Configure Windows Defender Application Control (WDAC)
Mar 01, 2024.
Windows Defender Application Control is a security software application designed to protect devices, from malware and other harmful software. Its main purpose is to allow trusted applications to run on PCs.
How to Do Zone Transfer in Windows Server
Mar 01, 2024.
Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following the step-by-step instructions outlined in the article, users can configure zone transfer between primary and secondary DNS servers effectively.
Creating a Personalized Waiting Window in .NET 6, 7, 8 WPF
Feb 26, 2024.
A custom loader in a WPF (Windows Presentation Foundation) .Net 6,7,8 application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
How to Install WDS in Server?
Feb 26, 2024.
This article provides a comprehensive guide on installing Windows Deployment Services (WDS) on Server 2019, detailing each step in the process.
Explain Delta Sharing in Databricks
Feb 25, 2024.
Discover how Delta Sharing revolutionizes data exchange in Databricks. This article breaks down Delta Sharing into easy-to-understand concepts and guides you through its features and setup process. Learn how providers can securely share data, notebooks, and AI models with recipients, regardless of their computing platforms.
Steps to Change Sender Email address in Power Automate
Feb 24, 2024.
When using Power Automate, changing the sender email address for notifications involves choosing between V3 and V2 actions, utilizing a shared mailbox, and adjusting settings for personalized communication.
Installing and Configuring XAMPP on Windows 11
Feb 20, 2024.
This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
How to Do Work Folder in Windows Server?
Feb 19, 2024.
Work Folders in Windows Server 2019 enable seamless synchronization of user files between devices, ensuring access to up-to-date data. Administrators can set up and manage Work Folders via Group Policy and Active Directory.
How to Manage Drive Space with Storage Sense in Windows 11?
Feb 16, 2024.
Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.
React Design Pattern Series: Mastering Render Props Pattern
Feb 13, 2024.
The article delves into the power and flexibility of React render props as a fundamental design pattern in React development. Exploring the concept, benefits, and real-world use cases, the article demonstrates how render props allow for the seamless sharing of code between components.
GitHub Copilot: Sharing Code for Progress, Privacy in Question
Feb 12, 2024.
Explore GitHub Copilot: AI-driven code generation aiding developers, but privacy concerns arise. Balancing productivity with data privacy is crucial.
Perform CRUD Operations in Dynamics CRM Using PowerShell
Feb 05, 2024.
In this article, we will discuss how to perform CRUD operations in Dynamics CRM using Powershell. In this article, we will explore the potential of PowerShell in Dynamics CRM for seamless CRUD operations. Learn to connect, create, retrieve, update, and delete records, enhancing automation across various business processes for increased efficiency.
How to Do Account Lockout Policy on Server
Feb 05, 2024.
An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
How to Create Folder Redirection on Server
Feb 05, 2024.
Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
Creating Your First GUI with Tkinter
Feb 01, 2024.
This beginner-friendly article will guide you through the basics of Tkinter, showing you how to create a simple, interactive window.
Sharing Data Gateway in Microsoft Fabric Portal with Demo
Jan 30, 2024.
This article dives into how to share data gateway with users and resource groups in Microsoft Fabric. The Sharing Data Gateway in Microsoft Fabric Portal streamlines access and data transfer between on-premises and the cloud, promoting collaboration, optimizing resource usage, ensuring security, and enhancing scalability.
Disabling Multifactor Authentication in Microsoft related Services
Jan 24, 2024.
This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
How to Lock Windows 11 PC Automatically when you're Away
Jan 24, 2024.
Windows 11's Dynamic Lock feature automatically locks your device when you step away.
How to Create Virtual Machine in Azure Portal
Jan 23, 2024.
Azure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. This quickstart shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows Server 2019.
The Term Oh-My-Posh Is Not Recognized as a Name of Cmdlet
Jan 22, 2024.
This article explains how to set up oh-my-posh on Windows PCs. From the references, the steps can be found to implement for Linux and MAC OS as well.
How to Connect Client Computer to Server Domain
Jan 22, 2024.
For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but this is not a requirement.
How to Clean and Replace Corrupted Files in Windows 11
Jan 17, 2024.
The SFC process usually takes 5–10 minutes to complete, but it may take longer if the task is heavy. If the process takes longer than an hour, it may be stuck.
Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API
Jan 15, 2024.
Demystify CORS in ASP.NET Core! Learn how to seamlessly handle Cross-Origin Resource Sharing and overcome origin-related errors in your Web API with this concise guide.
External Logging for APIs with Serilog
Jan 09, 2024.
With Serilog, logging for APIs and Windows Services becomes an effortless endeavor. By configuring Serilog to use external logging sources, you ensure that your application's behavior is well-documented and can be easily analyzed.
What is Windows Sandbox?
Jan 06, 2024.
Windows Sandbox is an isolated environment that can be used to test Windows applications without changing your parent OS.
Registry Configuration for Launching Programs by File Extensions
Jan 03, 2024.
Associating a specific program with a particular file type through registry configurations involves defining entries in the Windows Registry.
Handle Dropdown Mouse Actions and Windows Using Selenium C#
Dec 26, 2023.
This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
Logging Brilliance in .NET Core Part 2 : Using of Serilog in Windows Service
Dec 26, 2023.
Learn to implement external logging in API and Windows Service using Serilog. This guide covers Serilog configuration, worker class setup, and package references, ensuring efficient information tracking with detailed examples.
Handling Frames, Windows Alert in playwright
Dec 25, 2023.
This article will help you to understand how to handle windows alerts and frames using playwright automation tool.
Disable Right Click Directive in Angular
Dec 19, 2023.
Disable Right Click Directive in Angular Application.
About Windows-8-Disable-Computer-sharing
NA
OUR TRAINING