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 Consumer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aman Gupta (2)
Mahesh Chand (2)
R. Seenivasaragavan Ramadurai (2)
Abhishek Dhoriya (1)
Jitendra Mesavaniya (1)
Amit Naik (1)
Thiyagu Baskaran (1)
Munib Butt (1)
Sardar Mudassar Ali Khan (1)
Vineet Desai (1)
Sameer Shukla (1)
Amit Tyagi (1)
Jin Necesario (1)
Stephen Simon (1)
Aman Singhal (1)
Priyanka Jain (1)
Tiklu Ganguly (1)
Moses Soliman (1)
C# Curator (1)
Jean Paul (1)
Indika M W (1)
Related resources for Consumer
No resource found
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
Transparency and Control in Consumer Data Use
8/22/2024 7:04:54 AM.
Learn how your data is collected, used, and protected while gaining insights into your rights and the steps you can take to safeguard your privacy. Empower yourself with knowledge for better data secu
Top Java Spring Boot Scenario-Based Interview Questions
6/24/2024 9:22:12 AM.
Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
Exploring the BlockingCollection<T> Class in .NET
4/25/2024 6:56:24 AM.
In the world of concurrent programming in .NET, developers often encounter scenarios where multiple threads need to communicate and synchronize access to shared data structures. In this article, we
RabbitMQ With ASP.NET Core - Microservice Communication With MassTransit
4/5/2024 5:37:20 AM.
Learn how to establish communication between microservices using RabbitMQ and MassTransit in ASP.NET Core. Understand the concepts of message brokers, RabbitMQ setup, and advantages. Configure MassTra
Integrating Kafka Producers and Consumers with Celery
2/27/2024 8:24:20 AM.
Streamlining Real-Time Workflows: Leveraging Kafka and Celery for Robust Producer-Consumer Integrations
Will Windows 8 Sink the Microsoft Ship?
2/23/2024 9:30:42 AM.
It has been more than a year since Windows 8 was introduced to the consumers. The date was Oct 26, 2012 to be exact. And here we are, still debating if Windows 8 is a failure.
Producer Consumer Pattern In C#
10/12/2023 10:03:56 AM.
In this article, you will learn about producer consumer pattern in C#.
Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling
8/27/2023 2:17:28 AM.
Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's a
Consumer Driven Contract Testing Using PactNet
7/30/2023 6:29:53 AM.
Get started with writing consumer driven contract tests for .NET core web apis using PactNet to validate api contracts between producers and consumers.
Getting Started With Kafka Producers, Consumers, Consumer Groups - Essential Concepts
2/3/2023 10:36:42 AM.
In this article, you will learn about Kafka Producers, Consumers, Consumer Groups: Essential Concepts.
Kafka Fundamentals And Architecture
4/1/2021 1:29:28 PM.
This article talks about the fundamentals of Kafka along with its architecture.
Beginner's Guide To Data Pipelines
1/14/2021 10:55:14 AM.
In this article, you will learn about data pipelines and their different types.
Cryptocurrency for Consumers - #AskRachelAnything on 💲 Crypto & 🔗 Blockchain
5/1/2020 5:18:53 AM.
This is the streamed video of #AskRachelAnything on Blockchain & Cryptocurrency that went live on C# Corner social media platforms.
Using the New Windows Explorer Ribbon in Windows 8
12/20/2019 12:09:59 AM.
In this article we are going to explain how to use the new windows explorer ribbon in windows 8.
Render Props And Context In ReactJS
8/14/2019 3:53:50 AM.
This article talks about the concept of Render Props and Context in React.
Azure AD B2C: How to enable consumer logins and access management for your B2C apps
1/12/2016 1:58:40 AM.
If you struggle with identity management and the user sign-in experience for your consumer applications and websites Azure AD B2C is a new service to help you to reliably and securely maintain user accounts for your B2C apps. Watch the show as lead engineer Alex Simons walks through the tech behind the scenes that makes it all possible and how you can quickly: Connect your existing Web and mobile apps; allow your users to sign-in with social network accounts; configure the service and scale your app to reach millions of consumers globally.
WebParts Communication: How WebParts on a page communicate with each other
11/10/2012 9:59:54 AM.
In this tutorial we will describe how to make WebParts on a WebParts Page communicate with each other. So will see how to use ConnectionsZone and how to enable WebParts to talk to each other by connecting them.
Microsoft Knowledge Base Web Service Consumer
10/13/2012 5:28:42 AM.
In this Article I am going to show you how to consume Microsoft knowledge base Web service from our client.
Creating the Web Service Consumer
10/13/2012 3:24:12 AM.
In this article I will explain creating the Web Service Consumer.
SharePoint 2010 - Connected Web Parts
5/30/2012 12:23:25 PM.
In this article we can explore Connected Web Parts which is an advanced SharePoint Web Part feature. The connected web parts denote communication between 2 web parts.
Consumer/Producer Multithreaded Program
1/28/2006 12:21:10 AM.
This is simple multi-threading program that adds and removes elements in an ArrayList. Producer button will creates a producer thread that adds elements in to the ArrayList. The maximum number of elements can be added to this ArrayList are 100 elements and the producer thread has to wait until the consumer thread/threads (creates by pressing consumer button) removes elements from the ArrayList. Then Producer thread starts to add more elements to the ArrayList.
Writing a Generic Data Access Component
1/3/2006 4:10:28 AM.
OK, I've received couple of emails people asking me how can they use a common data provider to access various types of data sources without loosing the power and flexibility of native data provider libraries.
Using SOAP Header to Authenticate a Web Service Consumer
12/8/2005 12:30:42 AM.
In this Article we are going to use SOAP Header to authenticate the WebService users.