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 BAL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sarthak Varshney (10)
Ajay Kumar (3)
Rasul Huseynov (2)
Aman Gupta (2)
Jitendra Mesavaniya (2)
Sardar Mudassar Ali Khan (2)
Amatya Agyey (2)
Shanuka Maheshwaran (2)
Rahul Rai (2)
Mark Pelf (2)
Koshila Senadhira (2)
Sanwar Ranwa (2)
Alpesh Maniya (2)
Keyur (2)
Kautilya Utkarsh (1)
Balaji Thilagar (1)
CSharp TV (1)
Jignesh Trivedi (1)
Vishal Nayan (1)
Praveen Sreeram (1)
Sanjay Kumar (1)
Rupenkumar Anjaria (1)
Devesh Omar (1)
Safyan Yaqoob (1)
Anuradha Rani (1)
Ashwani Tyagi (1)
Alexis Gridel (1)
Saravanan Ganesan (1)
Madhavi Wani (1)
Sandeep Mishra (1)
Keyur Pandya (1)
Krunal Trivedi (1)
Aayushi B (1)
Siddhesh Chavan (1)
Madhu Patel (1)
Shubhankar Banerjee (1)
Chetan Sanghani (1)
Ahmad Mozaffar (1)
Rajeesh Menoth (1)
Ritesh Sharma (1)
Mayur Gujrathi (1)
Ayush Gupta (1)
Sachin Kalia (1)
Lalit Bansal (1)
Ratnesh Singh (1)
Suraj Vishwakarma (1)
Debasis Saha (1)
Surya Kant (1)
Sumit Gupta (1)
Frank Gutierrez (1)
Vikas Singh (1)
Divyansh Gupta (1)
Nirlep Kaur (1)
Sairam (1)
David Mccarter (1)
Ziggy Rafiq (1)
Sarathlal Saseendran (1)
Shweta Lodha (1)
Sifad Hussain (1)
Najath Risni (1)
Rohatash Kumar (1)
Ramprakash Duraisamy (1)
Prasad (1)
Shaily Dubey (1)
Santosh Kumar Adidawarpu (1)
Guest User (1)
Mohit Chhabra (1)
Manoj Kalla (1)
Prashant Tailor (1)
Dhiraj Poojary (1)
Tuhin Paul (1)
Thiyagu Baskaran (1)
Viknaraj Manogararajah (1)
Malcolm Crowe (1)
Rathrola Prem Kumar (1)
Rahul Singh (1)
Anand Kumar Rao (1)
Related resources for BAL
No resource found
Object Oriented Design Balancing with Anti-Single Responsibility
11/5/2024 4:18:47 AM.
This article will change your perspective on working with the Single Responsibility Principle (SRP). The main point is to focus on finding balance when designing object-oriented systems and applying S
Use Cases of Alchemy in Web3
10/19/2024 2:02:21 PM.
Alchemy is a powerful platform for developing decentralized applications on blockchain technology. It supports various sectors, including DeFi, NFT marketplaces, and DAOs, by providing essential tools
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
Why Does the Big Ball of Mud Keep Happening and How to Stop it
9/17/2024 7:06:38 AM.
In this video, you will learn Avoiding the Big Ball of Mud
Entity Framework Core Feature - Global Query Filters
9/12/2024 5:59:39 AM.
Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
What are Temporary Tables in SQL Server?
9/5/2024 7:19:46 AM.
Temporary tables in SQL Server, stored in tempdb, assist with short-term data management. They come in Local (scope limited to current connection, prefixed with "#") and Global (accessible t
Azure App Service: Sessions Management in Load Balancing Environment Using Redis Cache
8/29/2024 7:27:31 AM.
In this article we will learn how sessions are maintained in a load balancing environment using Redis Cache.
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
Why You Should Learn Azure Cosmos DB?
8/20/2024 12:26:01 PM.
Discover why learning Azure Cosmos DB is essential for modern data management. With its global distribution, scalability, and multi-model capabilities, Cosmos DB offers unmatched performance and high
Introduction to API Gateway in .NET Using Ocelot
8/12/2024 5:08:54 AM.
Learn how to implement an API Gateway in .NET using Ocelot, a powerful open-source library. This guide covers the essentials of routing, load balancing, security, and microservices management in .NET
Learn API Gateway in Micro services
8/9/2024 8:23:01 AM.
An API Gateway in microservices acts as a reverse proxy, managing incoming requests and routing them to the appropriate services. It enhances scalability, security, and performance by providing load b
Priciples of Scalable System Design
8/5/2024 9:50:14 AM.
The principles of scalable system design focus on creating architectures that can efficiently handle increasing loads. Key aspects include load balancing, fault tolerance, and performance optimization
Tracking Visits and Visitor Details on PowerApps Page
7/25/2024 12:07:39 PM.
Learn to track unique page views in PowerApps by integrating SharePoint lists and using global variables. This guide covers designing lists, configuring PowerApps screens, and patching view counts. It
Singleton Design Pattern: Detailed Explanation and Practical Examples
7/24/2024 6:52:58 AM.
The Singleton Design Pattern ensures a class has only one instance and provides global access to it. Implementations include Basic Singleton, Thread-Safe Singleton with synchronization, Double-Checked
Singleton Design Pattern
7/19/2024 9:55:57 AM.
Learn about the Singleton design pattern, which ensures a single instance of a class in Java. Explore eager and lazy loading techniques, including thread-safe solutions like double-check locking and e
HTML5 Canvas Game
7/18/2024 3:19:55 PM.
Dive into the world of interactive entertainment with our guide to creating HTML5 Canvas Games. Learn how to harness the power of JavaScript and Canvas API to build engaging games that run directly in
MAPIG: My Method for Analysis, Projection, and Global Integration for technology strategy
7/17/2024 12:16:41 PM.
MAPIG (Method for Analysis, Projection, and Global Integration) is a comprehensive tech leadership framework designed by Alexis Chân Gridel. It integrates historical analysis, strategic alignment
Master Global Exception Handling with IExceptionHandler in .NET
7/16/2024 5:44:17 AM.
Global exception handling in .NET with IExceptionHandler centralizes error management, ensuring consistent responses and improved logging. Our Global Exception Handler Middleware catches exceptions gl
Effortless IoT Device Onboarding with Azure Device Provisioning Service
7/15/2024 4:04:39 PM.
Azure Device Provisioning Service (DPS) is a cloud-based tool that simplifies the onboarding of IoT devices to Azure IoT Hub. By automating registration, configuration, and security, DPS enables scala
Azure Cosmos DB for Modern Applications
7/10/2024 1:59:24 PM.
Dive into Azure Cosmos DB with our comprehensive guide tailored for modern applications. Explore its scalable NoSQL capabilities, global distribution, multi-model support, and robust partitioning stra
Implementing Global Search with Detailed Views in ASP.NET Core MVC
7/10/2024 11:02:42 AM.
Learn how to implement a robust global search feature in ASP.NET Core MVC. This tutorial covers setting up models like Product and Category, configuring the database with Entity Framework, seeding in
Global Reach with Localization of Microsoft Copilot
7/3/2024 11:04:07 AM.
Discover its impact on multilingual AI adoption, enhancing user experience across diverse languages and cultures. Learn about Microsoft's approach to internationalization and the seamless integrat
Resolving IDCRL Error in PowerShell
6/27/2024 5:38:12 AM.
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,
Understanding of Load Balancers
6/23/2024 9:33:46 PM.
Load balancers are essential for managing network traffic and ensuring high availability, scalability, and fault tolerance in server environments. They distribute incoming traffic across multiple serv
Availability Set, Fault Domains And Update Domains In Azure Virtual Machine
6/20/2024 11:42:21 AM.
Plan Azure Virtual Machines effectively using Availability Sets for fault tolerance. Understand Fault Domains and Update Domains to distribute VMs across hardware and manage updates, ensuring high ava
Local And Global Variables In Power Apps
6/20/2024 6:44:06 AM.
Local variables are temporary and screen-specific, declared using the UpdateContext function (e.g., UpdateContext({LocalVariableName: Value})). Global variables, declared with the Set function (e.g.,
Understanding Global Variables in Azure Data Factory
6/13/2024 7:09:59 AM.
Global variables in Azure Data Factory are user-defined variables accessible across different pipelines and activities within the same data factory. They store values like strings, numbers, dates, and
Stemming vs Lemmatization in NLP
6/13/2024 5:02:03 AM.
Explore NLP techniques like stemming and lemmatization for text normalization. Understand their algorithms, applications, and limitations. Learn how to implement them in Python using NLTK and analyze
How Does Avalanche Consensus Works?
6/11/2024 9:59:18 AM.
Discover how Avalanche Consensus revolutionizes blockchain with its speed, scalability, and energy efficiency, ensuring rapid and secure transaction processing.
Achieving Personal Growth: Strategies for Self-Improvement and Work-Life Balance
6/9/2024 5:37:59 PM.
The responsibilities of work and daily life can easily overwhelm one in today's fast-paced society. Nonetheless, long-term success and satisfaction depend on placing a high priority on work-life b
Localize Your Blazor Applications and Build UIs to Support Multiple Langauges Without JS
6/7/2024 10:36:26 AM.
In this article, learn how to develop Blazor applications that support more than 69 languages with a Nuget package and online translator tool for your content.
Translate Text Into Multiple Languages Using Translator Text API With ASP.NET Core And C#
6/6/2024 11:44:54 AM.
In this article, we are going to learn how to translate text into multiple languages using one of the important Cognitive Services APIs called Microsoft Translate Text API ( One of the APIs in Languag
What is An Assembly
6/4/2024 12:51:59 PM.
An assembly in .NET is a unit of deployment containing compiled code, metadata, and resources. It's the fundamental building block of .NET applications, facilitating deployment, versioning, and ex
Creating And Using Shared Assembly
6/4/2024 12:51:22 PM.
In this article, we will learn By default every assembly is a private assembly. If we add a reference to a private assembly to any project, a copy of the assembly is given to the project.
Content Delivery Network (CDN): A Comprehensive Overview
6/2/2024 10:40:27 AM.
A Content Delivery Network (CDN) is a system of distributed servers that deliver web content to users based on their geographic location. CDNs improve website performance by caching content, reducing
NSX ALB Virtual Services and Vulnerable Web Applications
5/29/2024 5:54:10 AM.
Explore VMware NSX ALB's role in enhancing web application security and performance. This article delves into its key features like load balancing, WAF, and DDoS protection, and explains how virtu
Key Components of VMware NSX ALB
5/28/2024 7:00:13 AM.
Explore the core components of VMware NSX ALB, including Service Engine, Controller, Console, Data Plane Scaling, and NSX ALB Cloud Services.
Introduction VMware NSX ALB Architectural Overview
5/27/2024 5:24:56 AM.
Discover VMware NSX ALB: a scalable, secure load-balancing solution optimizing application delivery across multi-cloud environments. Enhance performance and security today.
Optimizing Long Polling Performance in .NET Applications
5/20/2024 10:23:56 AM.
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency thro
Difference between a GUID and Tenant ID in Azure Environment
5/10/2024 6:21:39 AM.
Difference between a GUID (Globally Unique Identifier) and a Tenant ID in their scope and purpose within the Azure environment:
Real Time example of GUID in Azure
5/9/2024 11:49:29 AM.
Azure uses GUIDs (Globally Unique Identifiers) to organize and secure resources. From signing up for services to managing databases, GUIDs ensure seamless operations and data security across various s
Local and Global Temporary Tables in SQL Server
5/6/2024 11:21:50 AM.
Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data sto
Top Innovative Blockchain Trends to Watch in 2024
5/3/2024 11:30:04 AM.
In this blog, we will look at the key blockchain trends in 2024 and beyond. We will also look into how they influence businesses and how they help sectors change, particularly as we approach a new pha
Exception Handling in MVC
5/2/2024 9:50:23 AM.
Learn effective exception-handling techniques in MVC (Model-View-Controller) for robust web applications. Explore try-catch blocks, global exception filters, custom error pages, and logging strategies
Learn Local and Global Temporary Tables in SQL Server
5/1/2024 7:11:09 AM.
Temporary tables in SQL Server provide a way to store and process intermediate results within a session. There are two types of temporary tables: local temporary tables and global temporary tables.
What is ASM in Alibaba Cloud?
4/30/2024 5:58:13 AM.
Learn about Alibaba Cloud Service Mesh (ASM) and how it simplifies the management, security, and monitoring of microservices-based applications.
Implement Global Exception Handling In ASP.NET Core Application
4/29/2024 11:47:51 AM.
Explore ASP.NET Core's robust exception handling mechanisms, including global handlers and custom middleware. Learn to implement middleware for comprehensive error management, ensuring smooth appl
Assemblies In .NET Application
4/29/2024 11:13:26 AM.
Understand Assemblies in .NET, including Private and Shared types, managing in Global Assembly Cache, generating Public Key with Sn.exe, versioning with AssemblyInfo.cs, and installing with Gacutil. L
What is Global Traffic Manager (GTM) in Alibaba Cloud ?
4/27/2024 4:01:52 AM.
Unleash global application reach & peak performance with Alibaba Cloud GTM! Explore intelligent traffic routing, geo-redundancy & disaster recovery for seamless user experience & business
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
How to Call a .NET Assembly From a SQL Server Scheduled Job
4/25/2024 8:29:38 AM.
Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
Optimizing Security & Performance in .NET Core Apps for Heavy Loads
4/24/2024 7:40:20 AM.
Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perform
What is Server Load Balancer in Alibaba Cloud
4/24/2024 6:31:03 AM.
Unveil the power of Alibaba Cloud's SLB! Balance traffic, optimize performance, & ensure app uptime. Explore NLB, ALB & CLB for a robust cloud infrastructure. #AlibabaCloud #ServerLoadBala
Understanding the Python Global Interpreter Lock (GIL)
4/23/2024 11:06:43 AM.
The Python Global Interpreter Lock (GIL) is like a traffic cop inside your computer that makes sure only one thing happens at a time in Python, even if your computer has multiple processors.
Indepths of Global Assembly Cache
4/22/2024 8:54:29 AM.
In this article, we will Explore the depths of the Global Assembly Cache (GAC) in .NET Framework. Learn about assembly management, versioning, security, and deployment.
Enhancements in Assemblies and Versioning in Visual Studio
4/22/2024 8:18:23 AM.
The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemb
Singleton vs. Static Class in C# - Choosing the Right Approach
4/17/2024 4:54:57 AM.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
Alibaba Cloud CDN: Enhancing Web Performance Globally
4/16/2024 5:13:33 AM.
Unleash website speed with Alibaba Cloud CDN! Explore its benefits, architecture, and how it works. Discover the difference between CDN and DCDN for optimal content delivery. #AlibabaCloud #CDN
Comparing Strings with Globalization and Performance in .NET
4/15/2024 11:44:26 AM.
Efficiently compare strings in .NET considering globalization for culture-aware operations. Optimize performance by selecting appropriate StringComparison and CultureInfo options, ensuring accurate an
How to Configure Azure Application Gateway and WAF v2
4/15/2024 6:05:14 AM.
We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
Best Practices for Working with DateTime, UTC, and Offset in C#
4/9/2024 5:50:01 PM.
Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
Global Error Handling In ASP.NET Core App Using NLog
4/8/2024 8:44:06 AM.
In this post, we will see how to create an error handling middleware in ASP.NET Core application and handle all the exceptions in the app globally. We will write the error log details into a text file
Globally Configuring Values For JSON Serializer In ASP.NET Core 3.1
4/8/2024 8:18:26 AM.
Learn how to set constraints globally for JSON serialization in ASP.NET Core, avoiding manual decoration of every property. Customize data formatting using converters, and fallback to default settings
Microsoft Entra ID: Implementing Global Secure Access
4/6/2024 6:11:00 AM.
Safeguarding internet access is vital for businesses. Microsoft Entra ID offers a robust solution for global secure access, ensuring protection against cyber threats while enabling seamless connectivi
Install and Configure Network Load Balancing Manager in Server
4/5/2024 9:55:20 AM.
In this article, we will learn Network load balancing is the ability to balance traffic across two or more WAN links without using complex routing protocols like BGP.
Configure ExpressRoute Global Reach for On-Premises Connectivity
4/4/2024 8:41:03 AM.
Learn how to set up ExpressRoute Global Reach for seamless connectivity between your on-premises network and VMware Cloud AVS Private Cloud on Microsoft Azure.
API Gateways and Load Balancers for Scalable Architectures
4/4/2024 4:28:26 AM.
Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple servers to ensure high availability. This article elucidates load balancer types,
Creating Various Types of Tables in SQL Server
4/3/2024 9:42:53 AM.
Learn about SQL Server tables like User, Temporary, Global; understand creation methods, differences between temporary and regular tables, storage locations, and utilization of table variables. Exampl
Load Balancers Explained for Developers and Architects
4/3/2024 8:59:54 AM.
Understand the types of load balancers and their use in application architecture. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple
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
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'
How to Use Multilingual Language in Canvas PowerApps
3/20/2024 12:03:27 PM.
Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience
Creating Global Option Sets & Using Them Effectively in CRM
3/18/2024 6:57:37 AM.
To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent da
How to create a load balancer in Microsoft Azure portal
3/8/2024 4:33:47 PM.
How to create a load balancer in Microsoft Azure portal.
Implement Global Exception Handling Middleware in .NET Project
3/7/2024 4:37:09 AM.
Implementing custom global exception handling in your project involves setting up a system to manage errors across your application. By defining exception classes and configuring error logging, you ca
Performance Optimization Techniques In IIS Server
3/5/2024 10:38:47 AM.
In this article, we will discover techniques to boost performance on your IIS server. Learn about caching, compression, load balancing, and resource management to optimize response times and enhance s
What is Global Registration in Components in Vue.js
2/22/2024 8:18:12 AM.
Global registration of components in Vue.js simplifies usage across the application without importing into each component. Learn the process, pros, cons, and best practices with code examples for effe
Get In Touch With Document DB From Azure Cosmos DB
2/22/2024 4:41:24 AM.
This article introduces readers to the new features Microsoft unveiled at Build 2017, particularly focusing on Azure Cosmos DB. It explains Cosmos DB as a globally distributed, multi-model database se
Azure Cosmos DB - Part Three - Getting Started With Azure Document DB
2/21/2024 10:51:42 AM.
Azure Cosmos DB, Part Three, introduces Azure DocumentDB, a NoSQL database for scalable, globally distributed applications. Explore its multi-model support, including SQL, MongoDB, Cassandra, Gremlin,
Overview of Blazor
2/18/2024 3:50:03 AM.
In this article, you will learn about Microsoft Blazor technology, Single Page Application, Progressive Web Application, etc.
Global Exception Handling in .NET Core with Custom Middleware
2/16/2024 4:03:42 AM.
Global exception handling in .NET Core, utilizing custom middleware, centralizes error management, enhancing resilience and simplifying maintenance. This approach streamlines error handling across the
Local Temp Tables, Global Temp Tables, Table Variables, and CTEs Comparison
2/12/2024 9:53:11 AM.
In SQL database management, optimizing data storage is vital for efficient query execution. Local and global temporary tables, table variables, and CTEs are versatile options for temporary data storag
Low Down on Installing a .NET Assembly into the GAC
2/6/2024 8:41:37 AM.
This article will walk you through the process of giving your assembly a strong name and installing it into the GAC. This .NET tutorial guides you through the process of creating a Shared Assembly wit
How to Implement Azure Global DNS with Traffic Manager Profile?
2/5/2024 10:04:34 AM.
Implement Azure Traffic Manager for efficient global DNS load balancing across Azure web apps and VMs. Achieve optimal availability and responsiveness, especially for applications spanning multiple re
Load Balancing Strategies: Optimizing Performance and Reliability
1/22/2024 11:06:35 AM.
This article explores the significance of load balancing in modern computing, emphasizing its role in optimizing performance and reliability for applications dealing with varying traffic levels. It co
TypeScript Odyssey Through Global, Local, and Block Scopes
1/20/2024 11:06:49 AM.
JavaScript scope is a fundamental concept that defines the region of execution where variables, expressions, and values can be referenced. There are two main scopes in JavaScript: global and local.
What Are the Different Ways to Create Filters in Vue.js
1/16/2024 10:06:05 AM.
In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter fun
Effective State Management in React.js
1/12/2024 8:25:43 AM.
In this article, we will explore various techniques for state management in React.js, accompanied by practical examples.
Centralized Management for Global Scale Networks using Azure Network Manager
12/28/2023 5:38:11 AM.
Centralized management for your global scale networks using Azure Network Manager.
What is an API Gateway and What are the Functionalities of the API Gateway?
11/12/2023 8:58:35 AM.
This article explains the overview of API Gateways and their key functionalities are well-structured and informative. It covers the fundamental concepts, roles, and capabilities of API Gateways in a w
What is Load Balancing?
10/31/2023 5:53:31 AM.
The article gives an extensive overview of load balancing, covering its definition, importance, functioning, types of load balancing algorithms, benefits, various types of load balancers, and the diff
Compiler Tools In C#
10/30/2023 6:57:34 AM.
The attached zip file contains the source code and documentation of Compiler tools in C#.
NSX-T 4.0 Features and Updates: Revolutionizing Network Virtualization and Security
10/20/2023 10:11:46 AM.
This article introduces readers to VMware NSX-T 4.0, explores its key features and updates, and provides examples of how it impacts network virtualization and security. You can further expand on each
VMware NSX+
10/18/2023 12:14:25 PM.
VMware NSX+ is a cloud-delivered networking, security, and advanced load balancing service that allows networking, security, and operations teams to consume and operate NSX services from a single clou
Demystifying API Gateway, Reverse Proxy, and Load Balancer
10/11/2023 7:18:28 AM.
In this article, we will delve into these concepts, demystify their functionality, and provide practical coding examples to illustrate their usage.
Elastice Load Balancers: HandlesTraffic Jam on Cloud
10/5/2023 4:20:19 AM.
A brief exploration of ELB's in AWS. Learn how these traffic directors keep your web traffic smoothly
Building a Microservices API Gateway with YARP in ASP.NET Core Web API
10/3/2023 6:29:13 AM.
Building a microservices API Gateway with YARP in ASP.NET Core Web API provides a flexible and scalable solution for managing and routing traffic in a microservices architecture. By incorporating feat
Error Handling in .NET Core Web API with Custom Middleware
9/20/2023 4:59:46 AM.
In this article, we explore global exception handling in .NET Core Web APIs using Middleware. Middleware is a critical component in the request-response pipeline, offering flexibility in handling requ
Language Extensions In C# 2.0
9/13/2023 4:14:47 AM.
This article intends to the C# 1.x developers and covers what-why-how the new enhancement .The philosophy behind the document is to have quick update on C# 2.0 and leverage this in your day to day dev