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 CLU
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 (4)
Sarathlal Saseendran (4)
Abhishek Mishra (4)
CSharp TV (3)
Ojash Shrestha (3)
Satendra Singh (3)
Pankaj Kumar Choudhary (2)
Rajkumar Jain (2)
Chris Love (2)
Sardar Mudassar Ali Khan (2)
Janarthanan Selvaraj (2)
Nikunj Satasiya (2)
Rumeel Hussain (2)
Pankaj Lohani (2)
Lou Troilo (2)
Kanchana Jayathilake (1)
Aman Gupta (1)
Debasis Saha (1)
Vijay Yadav (1)
Abiola David (1)
Sanjay Kumar (1)
Prashanth Chindam (1)
Lokendra Singh (1)
Rinki (1)
Krishna Garad (1)
Rasul Huseynov (1)
Naveen Kumar (1)
Vikas Singh (1)
Shivprasad (1)
Shiva Shukla (1)
Akshay Phadke (1)
Aman Singhal (1)
Vignesh Kumar (1)
Dr Gomathi (1)
Keyur (1)
Tural Suleymani (1)
Abhishek Tiwari (1)
Adam Stirtan (1)
Swesh S (1)
Ismail Pazarbasi (1)
Shaishav Desai (1)
Ashish Bhatnagar (1)
Arindam Dawn (1)
Amit Mohanty (1)
Nitin (1)
Mahesh Verma (1)
Ali Benchaaban (1)
Mohamed Shifan (1)
Harunraseed Basheer (1)
Jignesh Trivedi (1)
Abhijit Patil (1)
Ripon Datta (1)
Kirtesh Shah (1)
Shervin Cyril (1)
Dennis Thomas (1)
Ganesan C (1)
Cecil Phillip (1)
Mudita Rathore (1)
Shweta Lodha (1)
Madhu Sharma (1)
Abhijeet Jadhav (1)
Rohit Gupta (1)
Kuppurasu Nagaraj (1)
Syed Shanu (1)
Amit Tyagi (1)
Azim Zahir (1)
Edinbiro James (1)
Madhan Thurai (1)
Nirav Gandhi (1)
Prashant Bansal (1)
Jothimani Elumalai (1)
Elavarasan R (1)
Deepak Kumar (1)
Salar Zafar (1)
Arvind Singh (1)
Akhil Mittal (1)
Related resources for CLU
No resource found
A 4-Year Retrospective : Lessons Learned from Building a Video Player from Scratch with React Native
10/24/2024 5:05:25 AM.
React Native, React, ReactJS
Exclude Exchange Databases from Auto-Provisioning in New DAG - Exchange 2019
10/10/2024 3:49:52 AM.
In a multi-DAG Exchange environment, there are often scenarios where we want to ensure that primary mailboxes remain on a specific DAG, while a new DAG is reserved solely for archive mailboxes. This c
Getting Started With Apache Kafka: Introductory Guide
9/11/2024 3:36:55 AM.
Apache Kafka is a distributed event streaming platform that enables real-time data processing and integration across microservices. It supports publishing and subscribing to streams of records, storin
AngularJS From Beginning: Directive - Part Four
9/10/2024 10:19:45 AM.
This article explores AngularJS custom directives, a key feature for enhancing templates with reusable components. It covers the creation of directives, directive naming conventions, and usage of attr
Difference Between Primary Key and Unique Key in SQL
8/12/2024 9:38:24 AM.
Primary Key and Unique Key are essential in relational databases for data integrity. A Primary Key uniquely identifies each row and cannot be NULL, while a Unique Key ensures column values are unique
Azure Databricks Cluster
7/17/2024 12:13:45 PM.
Azure Databricks simplifies big data analytics and machine learning with managed Spark clusters on Azure. It scales dynamically, optimizing resource usage and costs. Integrated with Azure services, it
Benefits of Locking and Unlocking Objects in C#
7/3/2024 11:06:28 AM.
Object locking in C# ensures controlled access to shared resources in multithreaded environments, preventing race conditions and maintaining data integrity. By using the lock statement, you can synchr
Reading and Manipulating an Xml file Using C#.Net (Including Images)
5/31/2024 10:01:39 AM.
Develop a Windows application to read an XML file and perform insert, search, update, and delete operations on student records. The form includes a DataGridView, PictureBox, OpenFileDialogs, Labels, T
Optimize Big Data Performance with Broadcast Hash Join in PySpark
5/29/2024 6:15:46 AM.
Maximize your Big Data app's performance with PySpark's Broadcast Hash Join. Utilize distributed computing, parallel processing, and Spark's optimization techniques for efficient data proc
Understanding Clusters in Solana
5/17/2024 7:30:03 AM.
Solana, a leading blockchain platform, relies on its clusters for decentralized, efficient transactions. These clusters, encompassing validators, RPC nodes, and clients, ensure scalability and reliabi
Display Google Map With Multiple Location in ASP.NET
5/16/2024 8:32:52 AM.
Learn how to integrate Google Maps into your ASP.NET application to display multiple locations. Use Google Maps API with ASP.NET, JavaScript, and marker clustering for efficient mapping. Geocode addre
Introduction to Monitor Class in C#
5/13/2024 10:26:11 AM.
The Monitor class is built on dotNET’s FCL (Framework Class Library) infrastructure. In general, it provides to achieve thread safety.
Common Types of Machine Learning
5/13/2024 5:55:21 AM.
Understanding the diverse types of machine learning is fundamental for both beginners and seasoned professionals alike. In this article, we explore the core concepts of regression, classification and
Index in SQL Server
5/9/2024 11:54:14 AM.
Indexes in SQL Server enhance database performance by optimizing data retrieval. They come in various types like clustered, non-clustered, unique, and filtered, catering to different query needs and i
Resolving vCLS VM Power-On Issue in Nested ESXi
5/8/2024 4:26:57 AM.
This article provides troubleshooting steps for resolving issues with powering on vSphere Cluster Services (vCLS) VM in a nested ESXi environment.
SQL Indexing: Boosting SQL Query Performance
5/6/2024 4:11:19 AM.
Unlock the power of SQL indexing to supercharge your database queries with our comprehensive guide. Learn how indexing works, explore real-world examples, and discover essential tips for optimizing qu
6 Ways of Doing Locking in .NET (Pessimistic and Optimistic)
4/30/2024 9:44:21 AM.
This article talks about 6 ways of doing locking in .NET. It starts with concurrency problems and then discusses about 3 ways of doing optimistic locking.
Start With AngularJS: Part 6
4/22/2024 7:17:00 AM.
Part 6 of AngularJS explores advanced topics like dependency injection, services, factories, and providers. It delves into custom directives, components, transclusion, and essential services like $htt
ngInclude Directive In AngularJS
4/22/2024 6:42:43 AM.
The ngInclude directive in AngularJS enables dynamic loading of HTML templates, enhancing modularity and code organization. It facilitates the creation of single-page applications by allowing seamless
Querying Azure SQL Databases In Databricks Spark Cluster
3/13/2024 8:44:48 AM.
We will see the entire steps for creating an Azure Databricks Spark Cluster and querying data from Azure SQL DB using JDBC driver. Later we will save one table data from SQL to a CSV file.
An Overview Of Azure Databricks Cluster Creation
3/13/2024 8:32:12 AM.
We will cover the steps for creating Azure Databricks workspace and configure a Spark cluster. Later we will create a simple data table from an existing CSV file and query the data using SQL notebook.
Windows Defender in Windows 8 Includes MSE
2/27/2024 10:38:20 AM.
This article explains how Windows Defender in Windows 8 integrates Microsoft Security Essentials (MSE) to provide comprehensive virus protection.
Including Web.config While Taking Build in Angular 15 or Less
2/27/2024 4:24:37 AM.
To include the Web.config file in the destination folder during the Angular build, modify the angular.json file. Add the Web.config file to the assets block in the build declaration.
Clustered Column Chart in Power BI
2/23/2024 4:09:36 AM.
A clustered column chart in Power BI will allow easy customization and formatting. Users can adjust the colors, labels, and axes to better suit their needs and preferences.
Cosine Similarity: Benefits for Text Embeddings
1/25/2024 6:22:27 AM.
This article delves into the significance of cosine similarity in natural language processing (NLP). Exploring its role in comparing text documents, it highlights its importance in NLP tasks and provi
KAFKA for Mere Mortals : Cluster and Brokers With Distribution
1/23/2024 4:54:46 AM.
Learn the concept of cluster and broker in KAFKA and "KAFKA broker discovery"
Docker Swarm: Transforming Container Orchestration
1/12/2024 8:22:00 AM.
Explore the dynamic world of Docker Swarm, where machines become nodes, managers orchestrate, and containers dance in perfect harmony
How to setup Karpenter on existing cluster?
1/3/2024 10:07:34 AM.
Karpenter automatically launches right compute resources fast and simple compute provisioning for Kubernetes clusters to handle cluster's applications.
Create an Alexa Clone Voice Assistant Using Azure AI Speech and AI Language
11/19/2023 3:02:53 PM.
In this post, we will see all the steps to create a simple Alexa clone voice assistant using Azure AI Speech and Azure AI language.
How to Use Accessibility in SwiftUI?
11/15/2023 10:50:50 AM.
Discover the key steps to build inclusive SwiftUI apps in "How to Create Inclusive Apps with SwiftUI Accessibility." From VoiceOver support to dynamic type and custom actions, this guide emp
K-Means Clustering in C# with Flower Data Using Google Colab
11/3/2023 7:05:44 AM.
Clustering is a form of unsupervised machine learning in which observations are grouped into clusters based on similarities in their data values, or features. This kind of machine learning is consider
What is Text Analysis in Artificial Intelligence
11/2/2023 4:19:28 AM.
what is text analysis in AI, what are the techniques available in the text analaysis, how it would be beneficial to the business, the number of use cases available for the text analaysis and finally t
Easily Learn Conversational Language Understanding (CLU) In Azure AI Language Studio
10/24/2023 1:01:20 AM.
In this post we will see what Conversational Language Understanding (CLU) is in Azure Language.
Comparing Conditional Attributes In C/C++ versus C#
10/17/2023 6:17:21 AM.
Conditional attributes are used in programming languages like C, C++, and C# to control whether or not specific code elements should be included in the compiled output. These attributes allow develope
Inclusive Design through Accessibility Testing
9/18/2023 9:07:10 AM.
An Article on how making software accessible to everyone - we've got that covered
Standard Action in JSP
8/8/2023 4:46:17 AM.
Introduction: Standard actions in JSP use the <jsp>prefix. The attributes in JSP standard actions are always case sensitive. Values inside the attributes must be enclosed in double quotes.
Guid vs. Sequential Integers: A Great Debate in Database Design
7/27/2023 6:28:17 AM.
Explore the debate between Guids and sequential integers as primary keys in relational databases, weighing the pros and cons for optimal design choices.
Including And Excluding Properties from Model Binding Using Interfaces
7/6/2023 8:59:08 AM.
You can specify distinct interfaces for various sets of characteristics and have your model implement those interfaces if you want to include or omit certain properties from model binding. After that,
Including And Excluding Properties from Model Binding Using the Bind Attribute
7/6/2023 8:55:53 AM.
Using the 'Bind' feature in ASP.NET MVC, you can include and exclude properties from model binding. You can specify which attributes should be included or excluded during model binding using t
Getting Started with Azure Kubernetes Services (AKS) Clusters
6/2/2023 7:09:41 AM.
In this article describes about the creation of AKS cluster and different types of services in AKS end to end deployment.
Setup Oracle Database Pod in Kubernetes Cluster using YAML file
5/23/2023 5:04:03 AM.
Setup Free Oracle Database in pod to perform DB operation with in Kubernetes cluster.
Building Inclusive Experiences: A Comprehensive Guide to Accessibility in Angular Applications
5/16/2023 7:15:59 AM.
Learn how to create inclusive Angular applications that cater to users of all abilities. This comprehensive guide provides practical techniques, code examples, and best practices for implementing acce
Embracing inclusivity with Azure Cognitive Speech Service
5/1/2023 6:14:36 AM.
In this article describes about Speech Service Studio capabilities, Voice Gallery, audio content creation and how to embrace inclusivity.
Understanding SQL Server Indexes and their Performance Implications
4/25/2023 5:26:31 PM.
Understanding SQL Server Indexes and their Performance Implications
Artificial Intelligence (AI) Makes The Metaverse More Secure And Inclusive
4/19/2023 12:53:40 PM.
AI is becoming more prevalent in emerging technologies, and one co-founder of The Sandbox believes it will make digital spaces more inclusive.
An Overview of Supervised, Unsupervised, and Reinforcement Learning in Machine Learning
4/16/2023 2:20:02 PM.
The article "Types of Learning in Machine Learning" provides an overview of the three main types of learning in machine learning: supervised learning, unsupervised learning, and reinforcemen
Include XML Comments In Swagger under ASP.NET Core 2.2
3/22/2023 6:33:21 AM.
In this article, you will learn how to include XML Comments in Swagger under ASP.NET Core 2.2.
Install And Configure Two Node Failover Cluster
3/7/2023 9:04:02 AM.
How to installing and configuring two nodes failover cluster to setup your environment to minimize the downtime for the services to your clients,
What Is Photon In Databricks
2/21/2023 10:43:14 AM.
Photon is a native vectorized engine developed in C++ to dramatically improve query performance.
What Is Kubernetes Cluster And Master Slave
2/6/2023 10:47:45 AM.
In this article, you will learn what is Kubernetes cluster and master slave.
Filtered Indexes in SQL Server
2/3/2023 6:28:25 AM.
SQL Server 2008 introduced Filtered Index. It is nothing but an optimized non-clustered index.
Indexes in SQL Server
1/29/2023 6:30:08 AM.
A SQL Server Index is used on a database table for faster data access. In this article, learn what SQL Server Indexes are, why do we need them, and how to implement Indexes in SQL Server.
SQL Server Index
1/27/2023 7:52:19 AM.
This article explains why SQL Server Index is so very important in the Database Management System.
Tips to Increase SQL Server Query Performance: Part 2
1/25/2023 6:02:25 AM.
This article provides more tips to increase SQL Server query performance.
Clustered Vs Non-Clustered Index
1/19/2023 5:46:27 AM.
In this article, you will learn about Clustered vs Non-clustered Index.
Windows Containers - Understand Cluster, Nodes, Services And Stacks
1/2/2023 6:14:03 AM.
In this article, you will learn about Windows Containers - Understand Cluster, Nodes, Services and Stacks.
How to Automatically Set Input Field Focus When Switching Tab Panels (Source Code Included)
12/19/2022 5:19:26 AM.
Learn how to use a simple JavaScript library and intermediate CSS selectors to set focus to the desired form field as tabs are toggled.
Basics of Kubernetes
9/28/2022 6:00:18 AM.
This article exercise gives a walkthrough of the fundamentals of the Kubernetes cluster orchestration system.
Azure Machine Learning - Create Compute Instance And Compute Cluster
3/11/2022 7:34:00 AM.
In this article, we’ll learn about Azure Machine Learning and create computer cluster and compute instance in Machine Learning Workspace in Azure which we’ll use for our project on the Azure Machine L
Include jQuery Library In A View Or Page In Different Ways
3/2/2022 4:43:39 AM.
If you are using layout, you can include your bundle (render bundle) in your layout. The benefit of this approach is, you don’t have to use the @Scripts.Render in all the views where you use layout wh
Apache Spark - Create Cluster In Azure HDInsight
2/2/2022 6:04:53 AM.
In this article, we'll learn to create a Apache Spark cluster in Azure HDInsight.
Azure Machine Learning - Create ML Workspace And Compute Cluster
10/25/2021 2:47:17 PM.
In this article, we learn about Azure Machine Learning and then dive into the hands-on tutorial to setup the machine learning workspace and compute resources for machine learning project.
Frequently Used JavaScript String Methods
8/6/2021 8:45:32 AM.
In this article, you will learn about frequently used JavaScript String Methods.
Deploy Nginx Container On To Kubernetes Cluster
7/28/2021 6:08:28 PM.
In this article, you will learn how to deploy an nginx container onto the Kubernetes cluster.
How To Create An Azure Kubernetes Cluster
7/15/2021 6:18:30 AM.
In this article, you will learn how to Create an Azure Kubernetes Cluster.
Understanding Application Deployment On Kubernetes Cluster
7/13/2021 1:06:42 PM.
In this article, you will understand application deployment on Kubernetes cluster.
Multi-Cloud Magic: Leveraging Multi-Cloud Clusters in Real-World Scenarios - Women Data Summit 2021
6/27/2021 10:29:52 AM.
This session in Women Data Summit 2020 is about Multi-Cloud Magic: Leveraging Multi-Cloud Clusters in Real-World Scenarios
Clustering in Orleans
6/2/2021 2:08:39 PM.
Using Microsoft Orleans you can build applications that scale from a single on-premises server to globally distributed and highly-available in the cloud.In this episode, Reuben Bond joins Cecil to e
Error | Object Doesn't Support Property Or Method 'Includes' In Internet Explorer 8
3/10/2021 4:40:43 PM.
In this article, I am going to explain how to fix the error Object doesn't support property or method 'includes' as well as Object doesn't support property or method 'indexOf'
Include DropDown List Inside WebGrid in Web API
2/10/2021 6:56:54 AM.
This article describes including the Dropdown list in the WebGrid in the Web API.
SQL Server 2019 Big Data Clusters Architecture - SQL Server Virtual Conference 2021
2/1/2021 3:23:34 PM.
This session is about " SQL Server 2019 Big Data Clusters Architecture" in SQL Server Virtual Conference 2021.
How To Create Missing Index From Execution Plan
1/7/2021 8:46:49 PM.
In this article, I am going to explain how to create a missing index from an SQL server query execution plan and also show you how you can improve your query execution performance and run your query f
Azure Kubernetes Service - Create A Kubernetes Cluster On Azure
11/6/2020 8:26:28 PM.
This article describes the steps needed to create an Azure Kubernetes Service Cluster and interact with it using the kubectl command
How To Access Azure Kubernetes Cluster Using Azure Cloud Shell
8/31/2020 7:47:39 AM.
In this article, you will learn how to access Azure Kubernetes Cluster using Azure Cloud Shell.
Create Your First Azure Kubernetes Service Cluster - Overview
8/28/2020 11:18:38 AM.
In this article, you will learn about the Azure Kubernetes Service Cluster.
Excluding Teams From Office Deployment
7/24/2020 8:09:37 AM.
This article talks about how to customize Office deployment in order to exclude certain apps.
SQL Query Execution Plan Operations
4/29/2020 8:27:56 AM.
In this article you will learn about SQL query execution plan operations.
Cluster Server Object in NodeJS
4/22/2020 12:11:39 AM.
This article explains Server Clusters in NodeJS. A cluster consists of two or more computers working together to provide availability, reliability and scalability that could be obtained using a single
Cluster Worker Object in Node.js
4/22/2020 12:06:59 AM.
This article explains what a Worker Object in Node.js is and how a cluster worker persists the data,
PowerApps - Business Days Calculation
4/13/2020 9:03:45 PM.
PowerApps doesn’t have Out of the Box function to calculate business days excluding the holidays. This article will help you to calculate the business days similar to NetworkDays function in Microsoft
Understanding K-Means Clustering using Python the easy way
4/9/2020 12:23:13 AM.
K-means clustering is a simple unsupervised learning algorithm that is used to solve clustering problems. It follows a simple procedure of classifying a given data set into a number of clusters, defin
Azure Kubernetes Service - Understanding Networking Service Types
3/30/2020 11:08:50 AM.
In this article, we will learn what a service is and explore the different types of services available in Azure Kubernetes Service.
Creating An Azure Data Explorer Cluster And Database In Azure
2/24/2020 10:14:22 AM.
In this article we will explore about creating an Azure Data Explorer cluster and Database in Azure.
Getting Started With Machine Learning .NET For Clustering Model
1/22/2020 3:57:31 PM.
In Build 2018 Microsoft interduce the preview of ML.NET (Machine Learning .NET) which is a cross platform, open source machine learning framework. Yes, now its easy to develop our own Machine Learning
Clustering Web Servers Using ELB
11/11/2019 7:49:09 AM.
In this article, we are going to learn different concepts like AMI, Clustering of web servers, target groups, etc.
KMeans and MeanShift Clustering in Python
11/5/2019 7:39:37 AM.
KMeans and MeanShift Clustering in Python using sklearn and scipy
Deploy an Azure Kubernetes Service cluster using the Azure CLI
10/30/2019 8:19:34 AM.
In this article you’ll learn about deploying an Azure Kubernetes Service (AKS) cluster using the Azure CLI(Command Line Interfce).
Responsive DataTable With Spfx Including Export Buttons
10/29/2019 1:43:15 AM.
Responsive DataTable with Spfx including Pdf Export, CSV Export, Copy, Pdf Export, Json Export, Print.
Book Club Article 017 - Dare to Disagree | Margaret Heffernan
10/11/2019 3:17:15 AM.
Book Club Article 017 - Dare to Disagree | Margaret Heffernan
SQL Server Always On Availability Groups (Azure Iaas)
10/9/2019 11:36:13 AM.
How To Include External JavaScript Frameworks To TypeScript Projects
10/7/2019 2:14:39 AM.
In this article we will see how can we include external JavaScript Frameworks To TypeScript Projects
Create Linux-Based Clusters In HDInsight
9/30/2019 10:25:44 AM.
By using HDInsight, we can process a large amount of data by using open-source frameworks, such as Apache Spark, Hive, and LLAP.
A Quick Overview Of Machine Learning Tasks🚀
9/28/2019 6:29:59 AM.
In this article, we will learn basics of machine learning techniques, their description, visualization, and an example for each one.
Introduction To Machine Learning And ML.NET
9/26/2019 8:57:08 AM.
In this article, you will learn about Machine Learning and ML.NET.
Creating AKS Cluster With ARM Template Using PowerShell
9/18/2019 8:54:37 AM.
In this article, you will learn how to create an AKS cluster with ARM template using PowerShell.
Azure Service Fabric - Code Walkthrough For Stateless Reliable Service - Part Five
9/3/2019 10:30:43 AM.
Here, we will dive into the code base for the application we created in a previous part and will understand all necessary concepts needed to build a reliable Stateless Service Fabric Application.
Indexes In SQL Server🔗
8/27/2019 8:32:20 AM.
In this article, I am going to explain the indexes available in the SQL Server and their advantages and drawbacks. I am covering the clustered and non-clustered index.
Learning Azure Kubernetes Services - Day Two - Deploy ASP.NET Core Applications On Local Kubernetes Cluster
8/23/2019 10:49:50 AM.
In this article, you will learn how to deploy ASP.NET Core applications on a local Kubernetes cluster.
Book Club Article 16 - Simon Sinek - Why Good Leaders Make You Feel Safe
8/22/2019 9:11:13 AM.
By Monday, September 30, 2019, watch the following video and please respond with a take-away and, if possible, a real-life example of one thing you will try to do differently.
Azure Service Fabric - Building A Stateless Reliable Service - Part Four
8/16/2019 1:14:22 PM.
In this article, we will create a Stateless Reliable Service application using Visual Studio. We will host this application in the local Service Fabric cluster and learn how to manage it using the Ser