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 resource
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arun Ramaswamy (12)
Sarthak Varshney (6)
Allen Oneill (4)
Sanjay Kumar (3)
Ajay Kumar (3)
Mark Pelf (3)
Kuppu Swami (3)
Khoday Akilesh (2)
Mayooran Navamany (2)
Chetan Sanghani (2)
Jitendra Mesavaniya (2)
Dharmeshwaran S (2)
Mohamed Shifan (2)
CSharp TV (2)
Sardar Mudassar Ali Khan (2)
Abdul Basith (2)
Shafana Safwan (1)
Swesh S (1)
Pradeep Shet (1)
Vinay Ayinapurapu (1)
Kailash Chandra Behera (1)
Jean Paul (1)
Devesh Omar (1)
Gowtham K (1)
Priya Chavadiya (1)
Jaimin Shethiya (1)
Vijai Anand Ramalingam (1)
Madhanmohan Devarajan (1)
Keyur Pandya (1)
Sarfaraj Ansari (1)
Steven Woolston (1)
Mohammad Irshad (1)
Jobin S (1)
Jayakumar Balasubramaniam (1)
Ayush Gupta (1)
Rajeev Punhani (1)
Shweta Lodha (1)
Nagaraj M (1)
Sifad Hussain (1)
Delpin Susai Raj (1)
Sumit Gupta (1)
Syed Shanu (1)
Mohamed Hasan (1)
Vidya Vrat Agarwal (1)
Akshay Phadke (1)
Avinash Thakur (1)
Ziggy Rafiq (1)
Elavarasan R (1)
Koshila Senadhira (1)
Kunj Sangani (1)
Muhammad Aqib Shehzad (1)
Destin Joy (1)
Alpesh Maniya (1)
Gajendra Jangid (1)
Abiola David (1)
Allam Purushotham (1)
Dhiraj Poojary (1)
Naimish Makwana (1)
Dijid Maddumakumara (1)
Najath Risni (1)
Aravind Govindaraj (1)
Nandan Hegde (1)
Simran Verma (1)
Munir Shaikh (1)
Related resources for resource
No resource found
Organizing Resource Deployments Using Bicep
11/14/2024 11:01:24 AM.
Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
Streamline Resource Onboarding with AWS Tag-Sync Task
11/13/2024 4:53:32 AM.
This guide explores using AWS Tag-Sync tasks to streamline onboarding resources into AWS applications. By automating resource tagging, AWS Tag-Sync helps improve organization, governance, and cost all
Difference Between Large Language Model & Small Language Model
11/11/2024 6:01:01 AM.
Large and small language models differ primarily in scale, resources, and use cases. Large models, with billions of parameters, excel in generalization and diverse tasks but require significant comput
Cleaning the Resources: Finalize vs Dispose
9/19/2024 10:13:39 AM.
This article explores the concepts of Destructor and Dispose in C#. It illustrates the object's lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
How To Know The Version Of SharePoint
9/19/2024 10:05:40 AM.
This article explains how to determine the version of your SharePoint site using two methods. The first method involves accessing the host header URL and appending ‘/_vti_pvt/service.cnf’. The second
Why We Should Prefer To Use Dispose Method Than Finalize Method
9/19/2024 6:09:09 AM.
This article explores the benefits of Dispose for efficient resource cleanup, improved performance, and reliable memory management in C#. Discover best practices for handling managed and unmanaged res
PowerShell Memory Leak and Prevention
9/16/2024 11:21:14 AM.
This guide covers techniques for managing memory usage, troubleshooting leaks, and optimizing your scripts for better resource efficiency. Gain insights into effective memory leak prevention strategie
Understanding HttpClient Best Practice
9/2/2024 7:56:51 AM.
Creating a new HttpClient instance frequently can lead to performance issues like socket exhaustion due to open sockets lingering in the TIME_WAIT state. Instead, reuse a singleton HttpClient instance
Azure Advisor recommendation using Resource Manager REST API
8/27/2024 11:03:18 AM.
Azure Advisor is a digital assistant that optimizes Azure deployments by offering recommendations to enhance cost, performance, reliability, and security. Learn how to pull Azure Advisor reports, conf
Learn Use of Converters in WPF C#
8/21/2024 3:23:31 AM.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles mul
What are Azure Resource Group Benefits?
8/9/2024 7:58:09 AM.
In this article, we will learn Azure Resource Groups offer numerous benefits, including streamlined management and organization of resources, improved cost control, and enhanced security.
Cross-Origin Resource Sharing (CORS) in .NET 8
8/6/2024 5:14:40 AM.
Learn how to configure Cross-Origin Resource Sharing (CORS) in .NET 8 to control access to your APIs from different domains. Understand key concepts like Same-Origin Policy, preflight requests, and CO
Use HttpClientFactory Over HttpClient in .NET
8/5/2024 5:43:02 AM.
Discover the advantages of using HttpClientFactory over directly instantiating HttpClient in .NET Core. HttpClientFactory improves efficiency and resource management by providing a centralized way to
What are Azure Resources and Resource Groups
8/2/2024 6:21:11 AM.
Azure Resources are individual cloud services like virtual machines, app services, and storage accounts. Each resource serves a specific purpose, such as data storage or application hosting. Azure Res
UNION vs UNION ALL in SQL Server
7/24/2024 9:28:49 AM.
The SQL UNION operator combines the results of two or more SELECT statements, removing duplicate rows. In contrast, UNION ALL combines results while retaining all duplicates. UNION may impact performa
Efficient Data Retrieval with ADO.NET SqlDataReader
7/23/2024 6:15:48 AM.
SqlDataReader in ADO.NET provides fast, forward-only data retrieval from SQL Server databases. It reads data as a stream, minimizing memory usage, and making it ideal for large datasets. Unlike SqlDat
Working with Connection Objects in ADO.NET
7/22/2024 6:14:31 AM.
ADO.NET is a set of classes that expose data access services for .NET Framework programmers. A primary feature of ADO.NET is the ability to work with disconnected data. However, working directly with
Cost-cutting through VMware virtualization
7/22/2024 2:25:05 AM.
In this article, we will explore how VMware’s virtualization solutions cut costs by improving resource utilization, reducing server needs, and simplifying disaster recovery.
Task Scheduling with System.Threading.Timer in .NET
7/21/2024 4:05:41 AM.
Efficient task scheduling is essential for many applications, whether you're building background services, automated tasks, or periodic data processing. In .NET, the System.Threading.Timer class p
Create a guardrail for Amazon Bedrock using .NET console application
7/17/2024 11:45:24 AM.
Learn how to create Amazon Bedrock guardrails using a .NET console app in Visual Studio 2022. Utilize AWS SDK for .NET to manage IAM permissions, AWS CLI setup, and .NET 8.0 SDK integration. Configure
Single Sign-On (SSO) in ASP.NET Core Applications
7/15/2024 6:53:24 PM.
Implementing Single Sign-On (SSO) with IdentityServer4 in ASP.NET Core simplifies user authentication across applications, enhancing security and user experience. Centralized authentication and token-
Server Virtualization: The Power of Separation and Resource Efficiency
7/13/2024 12:25:26 PM.
Explore the transformative benefits of server virtualization in this insightful content. Discover how virtualization technology enhances efficiency through resource allocation and workload management.
Partitioning in Virtualization: Optimizing Resources and Enhancing Security
7/12/2024 8:16:17 PM.
Partitioning in virtualization optimizes resource use by dividing physical servers into multiple virtual machines (VMs). It allocates CPU, memory, storage, and network resources efficiently, enhancing
Dynamics 365 Customer Service: Disable the Resolve Case button
7/11/2024 10:15:52 AM.
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 C
Understanding the PowerApps GroupBy Function
7/2/2024 7:03:28 AM.
Learn about PowerApps' GroupBy function syntax and limitations. It's effective for grouping text, number, date, and duration columns but doesn't support Choices and Lookup columns. Essenti
App Settings in App Service Vs App Configuration Resource in Azure
6/24/2024 9:19:22 AM.
Learn the distinctions between Azure App Settings and Azure App Configuration for effective application configuration management in Azure. Azure App Settings are tailored for individual FunctionApps/A
Synchronizing Threads with AutoResetEvent in C# .NET
6/23/2024 3:47:19 PM.
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 act
The Rise of Small Language Models
6/19/2024 10:21:50 AM.
Rise of Small Language Models" explores the increasing prominence of compact AI models in natural language processing (NLP). These models offer efficient, scalable solutions for language tasks, b
String Replacement With Named String Placeholders
6/14/2024 10:38:51 AM.
The anonymous nature of placeholders in the String.Format method can make it confusing. Find out how to use named string placeholders in your code.
Creating a Web Resource Based on React TypeScript in Dynamics 365
6/13/2024 8:02:59 AM.
Integrating React and TypeScript with Dynamics 365 enables developers to build responsive and maintainable user interfaces. This approach leverages modern web practices for enhanced performance, reusa
Garbage Collection - Dispose Vs Finalize And IDisposable Pattern
6/12/2024 6:51:19 AM.
Explore Finalize, Destructor, IDisposable pattern in C# for managing unmanaged resources. Learn about memory management, Garbage Collector behavior, and IDisposable interface. Implement IDisposable fo
Implementing Model Binding in ASP.NET Core Web API
6/10/2024 8:06:43 AM.
Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sou
Overview Of Microsoft Graph Open Extensions And Schema Extensions
6/6/2024 7:43:56 AM.
Learn about Microsoft Graph Extensions allowing customization of Graph API resources. Understand Open Extensions and Schema Extensions, their necessity in managing application data, supported resourc
Convert an Embedded Resource into an XML File in WPF C#
6/6/2024 4:49:04 AM.
When working with embedded resources in a WPF application, it is important to follow specific steps to guarantee that your resources are properly included in the assembly and can be accessed during ru
REST APIs Evolution and Best Practices for Scalable Web Services
5/24/2024 4:07:51 AM.
Discover essential strategies in REST API development with our comprehensive guide. Explore best practices for resource design, HTTP methods, security, versioning, documentation, error handling, and m
Memory Management Using Finalize And Dispose Method
5/17/2024 10:36:10 AM.
Memory management ensures efficient use of system resources. The finalize method performs cleanup before object destruction, The Dispose method releases resources explicitly, especially for unmanaged
Memory Leak Analysis For .Net Application
5/13/2024 11:15:43 AM.
Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implement o
Advanced Azure Bicep Techniques: Master Infrastructure Code
5/13/2024 4:15:16 AM.
This article is a comprehensive guide that takes you on a deep dive into the advanced topics of Azure Bicep. It starts with logging into Azure, then moves on to explain the advanced topics in Azure Bi
Azure Bicep: Deployment and Infrastructure as Code
5/10/2024 6:06:59 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep
Azure Bicep: Modules for Flexible Resource Management
5/10/2024 6:02:58 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet
Managed Identities for Azure Resources
5/10/2024 4:15:52 AM.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
Exploring Azure Bicep Functions: Syntax, Usage, and Examples
5/9/2024 4:45:29 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep functions. It starts with logging into Azure and then moves on to explain the concept of functions in Azure Bicep,
Exploring Azure Bicep Outputs: Retrieving Resource Properties
5/9/2024 4:34:50 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complet
Azure Bicep: Power of Variables for Efficient Deployment
5/8/2024 10:25:27 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
Unraveling Azure Bicep Resources
5/7/2024 10:29:22 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep resources. It starts with logging into Azure, then moves on to explain the concept of resources in Azure Bicep, com
Mastering Azure Bicep Parameters
5/7/2024 10:24:35 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, c
Deploy Web App In Microsoft Azure
5/6/2024 11:56:43 AM.
Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
Mastering Resource Allocation in Azure
5/6/2024 8:54:15 AM.
This article provides a comprehensive guide on mastering resource allocation in Azure using the Allocation Success Recommender. The article concludes with tips on how to enhance your Azure experience
Kickstarting Azure Infrastructure: Azure Bicep
5/5/2024 8:34:19 AM.
Learn to rapidly deploy Azure infrastructure using Azure Bicep with this beginner's guide. Automate resource provisioning, enhance scalability, and streamline management through Infrastructure as
Azure Bicep - Introduction to Azure Bicep
5/3/2024 10:02:14 AM.
This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
Implementing On-Premises Servers into Microsoft Azure Arc
5/3/2024 9:17:33 AM.
Learn how to seamlessly integrate on-premises servers into Microsoft Azure Arc, enabling centralized management and governance for your hybrid infrastructure.
Xamarin.Forms - Open App Store Or Play Store In XamarinApp
4/30/2024 9:34:20 AM.
Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
Accessing XRM In Angular Component In Dynamics CRM
4/26/2024 11:58:44 AM.
Learn how to integrate XRM Toolkit with Angular JS for Dynamics CRM development. Follow steps to add ClientGlobalContext, install XRM libraries, configure tsconfig.app.json, and access user data. Perf
Are You Fresher & Looking For Way To Start With Microsoft .NET
4/25/2024 8:57:05 AM.
Get started with .NET Framework and its technologies for beginners. Learn C# with Visual Studio, explore web development with ASP.NET MVC and Entity Framework, master CRUD operations with SQL Server.
What is Alibaba Cloud Elastic IP Address?
4/23/2024 4:08:58 AM.
Alibaba Cloud EIPs provide static public IP addresses for your cloud resources, offering flexibility, cost control, and easy management in a Virtual Private Cloud (VPC) environment.
Diagnostic And Performance Monitoring in .Net 4.0
4/22/2024 8:23:32 AM.
Explore .NET 4.0's enhanced performance monitoring capabilities, including application domain-level resource tracking for memory and processor usage. Utilize Hosting APIs and Event Tracing for Wi
Things to Consider When Designing .NET Applications
4/22/2024 8:21:02 AM.
Explore efficient .NET application design for scalability and performance. Learn about proper resource management, application boundaries, assembly strategies, code refactoring, and optimal thread usa
Consuming ASP.NET WebService In AngularJS
4/22/2024 7:41:48 AM.
Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
Create Multiple Languages In ASP.NET MVC 4.5 Framework
4/18/2024 1:28:41 PM.
Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
Best Practices for Handling Exceptions in C#
4/16/2024 10:49:46 AM.
Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
A Guide to Cost Optimization on Alibaba Cloud
4/13/2024 5:20:37 PM.
Unleash Alibaba Cloud's full potential! This guide explores proven strategies to optimize costs, from resource allocation to serverless options. #AlibabaCloud #CloudCostOptimization
Parallel Programming with SemaphoreSlim in .NET
4/9/2024 5:59:21 AM.
SemaphoreSlim in .NET enables efficient concurrency management, regulating resource access and ensuring thread safety. It's crucial for robust parallel programming, offering scalability without sa
Azure Jupyter Notebook📋 With Azure ML Studio
4/5/2024 8:56:13 AM.
In this article, we will focus on how to get started Azure ML Notebook. Moreover, we will discuss why we use Azure ML services with a simple demo.
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
4/2/2024 10:26:25 AM.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling develo
Introduction of Azure VMware Solution
4/2/2024 8:28:35 AM.
Learn about Azure VMware Solution: subscriptions, regions, resource groups, virtual networks, ExpressRoute, and more for efficient Azure deployments.
Multilingual Application with single Resx file - Forms Validation Strings
4/1/2024 9:37:01 AM.
Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
ASP.NET 8 - Multilingual Application with Single Resx File
3/27/2024 8:37:08 AM.
Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages
Creating Azure Load Balancer for VM Load Balancing
3/21/2024 9:08:20 AM.
This article guides you through configuring a load balancer in Microsoft Azure to distribute traffic across virtual machines efficiently. It outlines steps to integrate VMs into the load balancer'
Managing Storage Spaces with File Server Resource Manager (FSRM)
3/13/2024 11:28:50 AM.
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.
Installing File Server Resource Manager on Windows Server
3/11/2024 11:26:52 AM.
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
Static Resource vs Dynamic Resource in WPF
3/11/2024 5:17:44 AM.
Delve into WPF's resource binding, exploring both static and dynamic approaches. Static binding offers performance benefits and compile-time validation, while dynamic binding allows runtime update
SharePoint CSOM For .NET Standard
3/6/2024 9:04:06 AM.
This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
ASP.NET Performance Optimization
3/5/2024 9:15:52 AM.
The content emphasizes the significance of application performance, particularly from the client's viewpoint, highlighting issues such as excessive round trips, resource consumption, and server ca
Lists Throttling in SharePoint 2010
3/4/2024 11:51:09 AM.
Learn how SharePoint 2010 lists throttling optimizes performance by imposing limits on resource-intensive operations, ensuring scalability, and preventing performance degradation. Explore best practic
Using Variables in Bicep
2/27/2024 6:11:25 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Bicep Data Types Explained
2/25/2024 4:54:53 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Bicep Resources: What They Are and How to Use Them
2/23/2024 3:53:25 AM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Rate Limits for Efficient Resource Management
2/19/2024 11:10:21 AM.
Rate limits are crucial for efficient resource management. Rate limits restrict the frequency of requests or actions within a defined timeframe, preventing system overload and ensuring fair resource d
What is Monitoring and Profiling?
2/9/2024 9:07:26 AM.
Monitoring and profiling involve tracking system behavior, resource usage, and performance metrics. These practices aid in identifying bottlenecks, optimizing code, and ensuring application health, cr
Azure Arc Resource Bridge on Azure Stack HCI
2/5/2024 8:36:07 AM.
In this session, you will be introduced to the theoretic fundamentals of the Azure Resource Bridge and how it works behind the scenes.
Sharing Data Gateway in Microsoft Fabric Portal with Demo
2/1/2024 4:30:21 AM.
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 o
Creating Azure Resource Groups, Advantages and Disadvantages
1/31/2024 7:14:38 AM.
Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource man
Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API
1/15/2024 9:08:11 AM.
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.
Handling HTTP Options Method in Angular and C#
1/12/2024 7:16:34 AM.
Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C#
Handling HTTP Patch Method in AngularJS Frontend and C# Backend
1/12/2024 7:14:11 AM.
Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A
Handling HTTP Put Method in AngularJS Frontend and C# Backend
1/12/2024 7:06:54 AM.
Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol
Side Pane with Entity Form in Dynamics 365
1/12/2024 4:40:48 AM.
In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records,
Comparing Vertical Scaling and Horizontal Scaling in System Design
1/11/2024 6:14:25 AM.
Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enha
Activate Azure Resource-Based PIM Assignment in PIM
1/4/2024 7:31:36 AM.
Activate your Azure resource-based PIM assignment with these steps. Log in, access PIM, navigate to "My roles," choose "Azure Resources," and activate your desired RBAC role. Fill
Introduction to the IDisposable Pattern
1/2/2024 6:46:59 AM.
Article on the IDisposable pattern in C#, covering introduction, details, code examples, and best practices. This article will explore the IDisposable pattern, its significance, and how to implement i
Manage Azure Subscription Owners: Add and Remove User Access
12/27/2023 4:36:28 AM.
Giving and taking away elevated privileges inside the Azure environment is what it means to designate and remove a user as an Owner of an Azure subscription. An owner has complete control over the sub
Automate Cross Tenant Resource Access With Azure AD Entitlement Management
12/19/2023 8:40:00 AM.
With the Azure AD Identity Governance feature “Entitle Management” it is easier to automate the access requests, set expiry dates, justify why a user needs access and get the load out of the IT admins
How to Install the File Server Resource Manager (FSRM)
12/4/2023 7:13:46 AM.
How to Install the File Server Resource Manager (FSRM).
Optimizing Resource Management in .NET HttpClient with Cancellation Tokens
11/17/2023 5:23:52 AM.
The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
OpenID Connect and OAuth 2.0 Cognizance
11/1/2023 7:37:02 AM.
An overview of OpenConnect and OAuth and its usage in the digital world. It introduces a standardized method for verifying user identities, allowing users to authenticate across different sites or app
Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra ID
10/23/2023 7:04:18 AM.
Resource URI (Unique Resource Identifier) details of Common Microsoft Resources in Entra ID.
Action Filters in ASP.NET Core
10/13/2023 8:10:05 AM.
This article provides a comprehensive overview of Action Filters in ASP.NET Core, exploring their types.
When to Choose Serverless Versus Fixed Size Resources
9/18/2023 3:50:01 AM.
In this session you will learn about utilization patterns that are a good fit for serverless workloads, and when to choose serverless versus fixed-size resources.
Scalable Event-Driven APIs with Azure Event Grid and Service Bus in ASP.NET Core
9/13/2023 10:37:28 AM.
In this comprehensive example, we covered all the essential components required for building an event-driven API using Azure Event Grid and Azure Service Bus. Keep in mind that the specific implementa
Connection Pooling
9/13/2023 7:11:00 AM.
While performing any database activity it is necessary that every single connection need to be closed, but in case your application throws some exception in that case our connection wont’ get closed.