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 lr
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Tanuj Gyan (6)
Sourav Kayal (5)
Tural Suleymani (4)
Jignesh Trivedi (4)
Daniel Gomez (3)
Ajay Yadav (3)
C# Curator (3)
Vijay Yadav (2)
Rasul Huseynov (2)
Nagaraj M (2)
Amit Mohanty (2)
Gowtham K (2)
Satya Karki (2)
Shenbagapandiyan P (2)
Sanjay Kumar (1)
Rajiv Singh (1)
Gopal C. Bala (1)
Viral Jain (1)
Vincent Maverick Durano (1)
Kiran Karale (1)
Sathiyamoorthy S (1)
Harminder Singh (1)
Nabaraj Ghimire (1)
Nikunj Satasiya (1)
Chetan Sanghani (1)
Shashangka Shekhar (1)
Gajendra Jangid (1)
Altaf Ansari (1)
Jayesh Agrawal (1)
farazfastian43 (1)
Prakashkumar Sahoo (1)
Abhishek Arora (1)
Ayush Gupta (1)
Diptiranjan Sutar (1)
Rohatash Kumar (1)
Saroj Barisal (1)
Shivprasad (1)
Nimit Joshi (1)
Tahir Ansari (1)
Usman Arshad (1)
Vidya Vrat Agarwal (1)
Shivanand Arur (1)
Sachin Kalia (1)
Sandeep Kumar (1)
Ibrahim Ersoy (1)
Ashutosh Singh (1)
Malvik Bhavsar (1)
Sarathlal Saseendran (1)
Sushila Patel (1)
Akkiraju Ivaturi (1)
Abiola David (1)
Ashish Shukla (1)
Ajay Kumar (1)
Sudhakar Jalli (1)
Sardar Mudassar Ali Khan (1)
Gaurav Kumar Arora (1)
Ganesan C (1)
Matthew Cochran (1)
Debendra Dash (1)
Diwakar Tiwari (1)
Suraj Sahoo (1)
Ehtesham Mehmood (1)
Manikavelu Velayutham (1)
Adil Ansari (1)
Sai Kumar Koona (1)
Sridhar Aagamuri (1)
Mark Pelf (1)
Thiago Vivas (1)
Jaydeep Patil (1)
Vitalii Honcharuk (1)
Ashok Kumar P (1)
Prasham Sabadra (1)
Related resources for lr
No resource found
Searching Items in Sitecore without Solr Indexes
10/22/2024 7:24:39 AM.
In Sitecore, we often need to perform searches for items without using Solr. This article explores a recursive search approach using the ManualSearch class to retrieve specific items or lists from the
Dependency Properties in WPF: Benefits, Usage, and Examples in C#
10/21/2024 6:14:51 AM.
A Dependency Property in WPF is a specialized property supported by the WPF property system. It enables data binding, styling, animation, and value inheritance. This system improves memory efficiency
Implementing an LRU Cache in C#
10/15/2024 8:37:55 AM.
This article explores the concept of caching, outlines the algorithm's mechanics, and provides step-by-step guidance on building an efficient LRU Cache using C# collections.
Integration And Server Broadcast With SignalR 2
10/11/2024 12:29:10 PM.
Discover how to implement real-time communication in your applications using SignalR 2. This guide covers the integration of SignalR for server broadcast functionality, enabling seamless data transfer
Solr Search in Sitecore
10/8/2024 9:36:37 AM.
Solr Search in Sitecore" focuses on integrating the powerful Solr search engine with Sitecore CMS to enhance search capabilities. It covers configuring Solr for efficient indexing, optimizing sea
Introduction To SignalR With .NET Core - Part One
10/1/2024 8:24:06 AM.
Learn how SignalR enables seamless server-client messaging, the basics of its architecture, and step-by-step instructions to set up your first SignalR project in ASP.NET Core.
ASP.Net SignalR: Building a Simple Real-Time Chat Application
9/27/2024 10:21:27 AM.
In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
Selection Based Crystal Report using Stored Procedure
9/27/2024 10:11:28 AM.
This project demonstrates creating a Crystal Report in a Windows Form application. It includes setting up a SQL database connection, populating a ComboBox with data, generating reports using parameter
ASP.NET MVC Chat Application Using SignalR
9/26/2024 7:11:47 AM.
This tutorial guides you through creating a real-time chat application using ASP.NET MVC and SignalR. You'll learn how to set up a SignalR hub for managing communication, implement user authentica
Explaning SignalR in ASP.NET Core 8
9/17/2024 5:13:33 AM.
Learn about setting up SignalR hubs, managing connections, and utilizing WebSocket and Server-Sent Events for efficient, scalable messaging in .NET 8 environments.
Advance Chat Application with .NET and SignalR
9/2/2024 8:30:14 PM.
Build an advanced real-time chat app with .NET 8, SignalR, and MS-SQL. This guide covers creating a chat app with one-to-one and group messaging, utilizing ASP.NET Identity for user roles and permissi
Real-Time Pageview Tracking With .NET Core
8/21/2024 5:28:26 AM.
Learn how to implement real-time pageview tracking in your .NET Core application. This guide covers setting up live monitoring of website traffic, capturing pageview metrics, and integrating real-time
How To Use SignalR In .NET Core?
7/22/2024 6:06:08 AM.
Learn how to use SignalR in .NET Core to enable real-time web functionality. This tutorial covers setting up SignalR in an ASP.NET Core application, creating hubs for client-server communication, and
Real-time Web Applications with SignalR
7/16/2024 7:23:49 PM.
SignalR, a Microsoft library for .NET applications, enables real-time web functionality by allowing server-side code to push updates to connected clients instantly. It abstracts complexities of commun
SignalR: Real-time Web Communication Simplified
7/15/2024 5:26:36 PM.
SignalR is an open-source library for ASP.NET enabling real-time, bi-directional communication between server and client. It simplifies the complexity of persistent connections with hubs and automatic
User Specific Notifications Using ASP.NET MVC And SignalR
6/28/2024 9:03:34 AM.
Learn to implement user-based notifications using ASP.NET MVC and SignalR for real-time updates. SignalR enables server-sent events and WebSocket connections, managing user connections, groupings, and
Real-time Applications with SignalR and Angular
6/21/2024 7:19:48 AM.
Building real-time applications with SignalR and Angular enhances user experiences through dynamic and responsive interfaces. SignalR, an ASP.NET library, enables instant server-client communication.
SignalR Chat App With ASP.NET WebForm And BootStrap - Part One
6/20/2024 9:53:00 AM.
Learn how to integrate and use SignalR with ASP.NET WebForm to create a real-time chat application. This tutorial covers user registration, login authentication, chat functionality, and changing profi
Chat Application Using Angular 8, ASP.NET Core, Signal R
6/14/2024 10:38:35 AM.
This article guides you through creating a chat application using Angular 8, ASP.NET Core 2.2.0, and SignalR 1.1.0. It covers setting up prerequisites like .NET Core SDK, Node.js, and Angular CLI, imp
Invoking Java Code in C#.NET
6/5/2024 5:36:19 AM.
Invoking Java code in C#/.NET involves bridging the gap between the two languages using techniques like JNI, InteropServices, and P/Invoke. This allows seamless integration, enabling C# applications t
Remoting in C#
6/4/2024 9:46:59 AM.
Explore Remoting, a CLR framework enabling developers to build distributed apps and network services. Learn about key features like Object Passing, Proxy Objects, and more. Follow a simple client/serv
Securing User Sessions: Implementing Multi-Tab/Multi Browser Auto Logout in .NET Core
6/1/2024 8:58:42 AM.
Implementing auto logout for multi-tab/multi-browser sessions in .NET Core enhances user session security by ensuring that when a user logs out from one tab or browser, all active sessions across diff
Null Propagation Operator: A New Feature of C# 6.0
5/29/2024 8:10:30 AM.
On November 12, 2014, Microsoft announced Visual Studio 2015 Preview and C# 6.0, featuring the Null Propagation Operator. This operator simplifies null checks, reducing code complexity and bugs. It al
SignalR: Real-Time Communication for Modern Applications
5/29/2024 6:12:59 AM.
SignalR is a powerful library for adding real-time web functionality to modern applications. It enables seamless, bi-directional communication between server and client, supporting WebSockets and othe
Null-Conditional Operators in C# - Simplifying Null Checks & More
5/27/2024 11:46:08 AM.
Explore the null-conditional operators in C# 6.0, which simplify null checks and prevent NullReferenceExceptions. Learn about the ?. operator, null-conditional indexing, and combining these with null-
Difference Between Object and Dynamic Keyword in C#
5/24/2024 9:36:56 AM.
In C#, both object and dynamic are used for handling data of any type, but they serve different purposes. The object keyword is used for static typing, requiring explicit type casting, while dynamic a
Multi-Browser Session Logout in ASP.NET Core Without SignalR
5/19/2024 6:52:08 AM.
The Automatic Multi-Browser Logout feature enhances the security and convenience of your online experience by ensuring that when you log out from one browser, you are automatically logged out from all
6 Important .NET Concepts
5/17/2024 10:37:22 AM.
This article will explain 6 important concepts, Stack, heap, value, ref, boxing, and unboxing. Explore the essence of .NET through six pivotal concepts.
Introduction To ASP.Net SignalR Self Hosting
5/16/2024 5:43:17 AM.
Explore ASP.NET SignalR self-hosting to enable real-time communication in your applications. Learn about setting up a self-hosted SignalR server using .NET Framework, facilitating WebSocket-based inte
Monitor Class as Hybrid Synchronization Construct in .NET
5/14/2024 6:27:49 AM.
The Monitor class is hybrid thread synchronization construct. So, it provides a mutual-exclusive lock supporting spinning, thread ownership, and recursion.
😇How the Compiler Reads Your Code?
5/13/2024 8:12:24 AM.
C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) comp
Introduction To .NET Platform
5/8/2024 10:10:07 AM.
In this article, you will discover the fundamentals of the .NET platform, including the C# programming language, Common Language Runtime (CLR), and Base Class Library (BCL).
CLR Internals - Process and Application Domain
5/8/2024 10:09:23 AM.
In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
SignalR (Part 1) - Installation Process
5/8/2024 9:55:16 AM.
Learn to install SignalR in your .NET Core or ASP.NET Core project using the NuGet package manager. Ensure compatibility, manage dependencies, configure middleware, and set up client-side libraries fo
To Find Installed Version of .Net Framework Using CLR Version Tool
5/1/2024 11:14:47 AM.
Learn about Clrver.exe utility to identify .NET Framework versions. Use MSCorEE.dll presence in system directories. Visual Studio command prompt access. View installed .NET versions and CLR versions
Learn about Components Of .NET
4/25/2024 8:00:10 AM.
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
Unloading Assemblies in C#
4/25/2024 7:56:13 AM.
Unloading an Application Domain is crucial for releasing resources. Unlike assemblies, Application Domains can be unloaded, aiding in resource management. However, the default CLR-created domain is im
Demystifying Iron Ruby in .NET
4/23/2024 7:28:07 AM.
IronRuby, a dynamic language for .NET platform, as this guide demystifies its integration with the Common Language Runtime (CLR). Explore seamless interoperability, scripting capabilities, and the und
Real-Time Data Transfer with WebSockets and SignalR in .NET Core
4/22/2024 4:05:14 AM.
In this article, we'll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
.NET Binary Reverse Engineering: Part 1
4/19/2024 10:41:26 AM.
This article elucidates the Common Instruction Language (CIL), foundational to .NET, distinguishing directives, attributes, opcodes, and tools like IL Disassembler and Reflector. It explores CIL's
Learn Dependency Properties In WPF?
4/15/2024 10:43:40 AM.
In this article, we will understand Dependency Properties in WPF provide a powerful way to manage and interact with data in your application's user interface. They offer features like value inheri
Create Custom Dependency Property In WPF
4/13/2024 6:12:17 PM.
Creating custom dependency properties in WPF allows developers to extend the functionality of existing controls or create entirely new controls with additional properties. By leveraging dependency pro
Becoming Proficient in C# and ASP.NET: A Roadmap to Mastery
4/8/2024 4:59:04 AM.
From traditional ASP.NET Web Forms to the sleek ASP.NET MVC, and from robust backend solutions using ADO.NET and SQL Server to dynamic front-end interactions with jQuery, AJAX, and more, developers ha
.NET Internals: Writing .NET IL/MSIL Code
3/13/2024 8:56:33 AM.
Learn about .NET IL, the bridge language of the .NET runtime, compiling all high-level .NET languages into a single language. Write multi-language applications in .NET, gaining insights into program e
Understanding the .NET Internal Compile Process
3/11/2024 11:16:32 AM.
In this article, we will learn about CLR, Jit Compiler, and how the .NET compilation process works. Understanding the .NET internal compile process involves dissecting how source code is translated in
Entity Framework 6.0: NGen.exe and Startup Performance
3/7/2024 8:48:20 AM.
This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
Easily Create A Real-time Application With Blazor And SignalR
2/29/2024 9:14:52 AM.
In this post, we will see how to create a real-time web application with Blazor WebAssembly and SignalR. We will create a small book data application and see how the data is updated(refreshed) in two
Better Implementation Of Singleton Pattern in .NET
2/28/2024 4:09:40 AM.
This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
Handling Null Values in DataGrid
2/7/2024 11:30:13 AM.
n C# programming, developers often encounter the "Object reference not set to an instance of an object" exception, commonly known as a NullReferenceException. However, with the introduction
Exploring the Dynamic Language Runtime (DLR) in C#
2/6/2024 7:24:17 AM.
The Dynamic Language Runtime (DLR) in C# enhances flexibility by enabling dynamic typing and execution of code. It fosters interoperability with languages like Python and JavaScript, promoting versati
Creating and Sharing .NET Assemblies For a .NET Application Projects
2/1/2024 11:13:07 AM.
This article is about the Global Assembly Cache (GAC) and DLLs relevant to the deployment of applications. It covers assembly creation, referencing, and deployment to the Global Assembly Cache (GAC).
Incremental Refresh in power BI Desktop and Service
12/15/2023 4:40:46 AM.
This video shows practical and comprehensive implementation of Incremental Refresh in Power BI Desktop and Service.
CLR Execution Process
9/25/2023 4:00:15 AM.
Here you will see CLR Execution Process. The CLR which is the runtime environment for .Net, provides services such as Memory Management, Security Management, Exception Handling, and Cross language Int
SignalR AutoReconnect in ASP.NET Core
9/21/2023 8:20:19 AM.
Explore ASP.NET Core SignalR's AutoReconnect feature, simplifying real-time communication. Learn how it ensures seamless connectivity, even in the face of network disruptions, with code examples.
Compilation And Runtime Execution Of A C-Sharp Program
9/14/2023 5:17:03 AM.
C-Sharp (C#) is a strongly typed object-oriented programming language designed to give optimum composition of simplicity, expressiveness and performance.
SignalR to enable real-time communication between clients and the server
9/5/2023 2:37:57 AM.
SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll cr
Step-by-step Create CLR Stored Procedure
8/4/2023 9:36:21 AM.
In this article we will create a CLR stored procedure step by step.
Assembly In MS SQL Server
8/4/2023 9:26:00 AM.
In this article we are going to explore how to create custom CLR assembly and how to access it in the SQL Server.
Implementing Real-Time Cache Sync with NCache and SignalR
7/27/2023 9:49:53 AM.
From this article, you will learn how to implement the real-time cache sync with NCache and SignalR
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Six
7/18/2023 9:10:53 AM.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The clie
C# Heap(ing) Vs Stack(ing) In .NET - Part One
6/6/2023 8:17:38 AM.
Even though with the .NET framework we don't have to actively worry about memory management and garbage collection (GC), we still have to keep memory management and GC in mind in order to optimize
Top 11 .NET Libraries Every Developer Should Know
5/16/2023 9:40:29 AM.
Are you a .NET developer looking to enhance your coding skills? Here's a list of the top 11 .NET libraries that every developer should know. These libraries offer various functionalities and can g
Understanding SignalR From Scratch
5/15/2023 4:55:39 PM.
In this article, we are going to learn the fundamentals of SignalR and its client.
Building a Real-Time Chat Application with .NET Core 7 SignalR
4/14/2023 6:01:44 AM.
Building a Real-Time Chat Application with .NET Core 7 SignalR
Exploring The Key Components Of .NET - CLR, CTS, And CLS
4/6/2023 11:12:42 AM.
The article explores the three key components of the .NET Framework: the Common Language Runtime (CLR), Common Type System (CTS), and CLS
Building A Private Chat Application Using SignalR
3/27/2023 6:40:54 AM.
In this article you will learn how to build a Private Chat Application using SignalR.
What is Common Language Runtime (CLR)
2/28/2023 8:37:43 PM.
Common Language Runtime (CLR) is one of the key components of .NET. Learn what is CLR in .NET and C#.
.NET Vs COM (.NET In Deep)
2/27/2023 5:54:53 AM.
This article describes the details of the differences between .NET and COM technology. Also, you can find more information how.Net is working under the hood
SQLCLR vs. T-SQL - Performance Comparison
2/3/2023 8:44:05 AM.
Before comparing the performance of SQLCLR and TSQL, just have a quick at the definition of SQLCLR.
CLR Stored Procedures in SQL Server
2/3/2023 7:57:46 AM.
In this article, we will learn about CLR Stored Procedures in SQL server.
CLR Object And JSON Serialization And Deserialization
2/2/2023 10:49:02 AM.
This article demonstrates how to serialize and deserialize CLR objects for web-based applications.
SQL-CLR For Beginners: Part-5: Call Function and Procedure From Other Procedure
2/2/2023 5:13:18 AM.
In today’s article, we will learn how to call store procedure and user-defined function ( UDF in Database) from store procedure.
SQL-CLR For Beginners: Part-4: Consume C# Class in Stored Procedure
1/31/2023 7:23:25 AM.
In this article we will learn how to use traditional C# class within SQL-CLR Application.
SQL CLR For Beginners: Part 3: Create Function in SQL-CLR
1/31/2023 6:53:49 AM.
In this article we will see how to create a simple function in a SQL-CLR Project.
SQL CLR For Beginners: Part 2: Create Trigger in SQL-CLR Project
1/25/2023 5:37:34 AM.
In this article we will see how to create a simple trigger in a SQL-CLR project. I hope you are already quite familiar with the concept of triggers in SQL Server (or some other database).
CLR Function in SQL Server
1/14/2023 12:35:44 PM.
In SQL Server 2005 and later version of it, database objects like function, store Procedure, etc can be created which are already created in CLR.
Table Valued CLR Function in SQL Server
1/14/2023 11:52:35 AM.
In SQL Server 2005 and later versions of it, database objects such as functions, Stored Procedures, etc. can be created which are already created in CLR.
SQL CLR For Beginners: Part 1: Create Store Procedure in SQL-CLR Project
1/5/2023 10:35:35 AM.
In this article series, we will understand a few important concepts to develop projects in SQL Server CLR. Please don't be confused by the name SQL-CLR, It's nothing but a SQL Server CLR proje
Calling REST API Service From SQL Server Using C# SQL CLR
12/21/2022 4:13:22 AM.
A requirement where we need to get data from other sources (REST-based Web Service) and sync with on-premises (local) database. This should be done using a SQL Server Stored Procedure.
Throw Statement in C#
11/24/2022 9:04:40 AM.
In this article I will explain you about Throw Statement in C#.
How To Receive Real-Time Data In An ASP.NET Core Client Application Using SignalR JavaScript Client
10/10/2022 1:28:53 PM.
This article explains how to connect with SignalR Server hub and receive the message data from the server to the client application using the SignalR JavaScript client in ASP.NET Core 6 application
Manual Uninstallation Of Sitecore (Step-By-Step Guide)
9/21/2022 6:14:37 AM.
In this article, you will learn about manual uninstallation of Sitecore.
SignalR Backplane
9/6/2022 4:44:02 AM.
To send the message to clients connection on multiple servers.
SignalR Best Practices
9/1/2022 6:04:15 AM.
In this article, you will learn about SignalR real-time communication Best practices.
Generics in C#
8/22/2022 8:18:45 AM.
Parametric Polymorphism is a well-established programming language feature. Generics offers this feature to C#. The best way to understand generics is to study some C# code that would benefit from gen
Thread-Safe Events In C#
7/31/2022 11:02:37 PM.
Discussion on the proper method to check for null-value and raise Event in C#.
How To Receive Real-Time Data In .NET 6 Client Application Using SignalR
7/31/2022 8:23:36 PM.
This article explains how to receive real-time data in ASP.NET Core Client application from Server using SignalR with a code example.
Get Started With NCache Backplane For .NET Core SignalR
7/29/2022 7:39:47 PM.
In this article, you will learn how to get started with NCache backplane for .NET Core SignalR.
SignalR In .NET 6 Using NCache As Backplane
7/27/2022 4:47:42 AM.
In this article, you will learn about SignalR in .NET 6 using NCache as Backplane.
SignalR Introduction And Implementation Using The .NET Core 6 Web API And Angular 14
7/25/2022 7:33:16 PM.
In this article, you will learn about SignalR introduction and implementation using the.NET Core 6 Web API and Angular 14.
XML Shredding In T-SQL
7/19/2022 9:32:17 PM.
In this article, you will learn about XML shredding in T-SQL.
.NET CLR Interview Questions and Answers
4/7/2022 5:07:59 AM.
In this article, we will go through the important .NET CLR Interview questions and answers.
Fast, Short And Clean O1 LRU Cache Algorithm Implementation In C#
3/23/2022 6:09:56 AM.
In this article, you will learn about Fast, short and clean O1 LRU Cache implementation in C#
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
Resource Files in ASP.NET
1/31/2022 11:15:49 AM.
This article explains you the use of resource files in ASP.NET 2.0.
How To Do Live Data Refresh In Angular 11 Using SignalR
1/3/2022 5:51:46 AM.
In this article, you will learn how to do live data refresh in angular 11 using SignalR.
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Two
12/3/2021 9:21:04 AM.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The clie
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Five
12/3/2021 9:19:37 AM.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The clie
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Four
12/3/2021 9:17:42 AM.
This article series is aimed at teaching you how to use Cosmos DB trigger and HttpTrigger in an Azure function to create a serverless app that can broadcast the data to clients using SignalR. The clie
Live Charts Using Azure Cosmos DB, Azure Functions, SignalR And WPF - Part Three
12/3/2021 9:15:58 AM.
In this article, you will learn about live charts using Azure Cosmos DB, Azure functions, SignalR and WPF.