C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ahsan Siddique(5)
Shantha Kumar T(4)
Abhimanyu K Vatsa(4)
Babita (2)
Ashish Bhatnagar(2)
Ajay Kumar(2)
Sanjay Kumar(2)
Swatismita Biswal(2)
Manoj Ramachandran(2)
Prasham Sabadra(2)
Rajeesh Menoth(2)
Abdul Rasheed Feroz Khan(2)
Nakkeeran Natarajan(2)
Afzaal Ahmad Zeeshan(2)
Sabyasachi Mishra(2)
Jignesh Trivedi(2)
Lakshmanan Sethu Sankaranarayan(2)
Anubhav Chaudhary(2)
Vijay Prativadi(2)
Lakshan Sulochana Fernando (1)
Mohamed Shifan(1)
Devesh Omar(1)
Sigar Dave(1)
Sandeep Mishra(1)
Vikas Singh(1)
Nagaraj M(1)
Malvik Bhavsar(1)
Gowtham K(1)
Himanshu Upreti(1)
Rajkiran Swain(1)
Nanddeep Nachan(1)
Hardik Sheth(1)
Shrusti Shah(1)
George (1)
Lalit Bansal(1)
Manoj Mittal(1)
Prasad Pathak(1)
Maniteja Vegi(1)
Amit Diwan(1)
Mehreen Tahir(1)
Kailash Chandra Behera(1)
Dennis Thomas(1)
Vidyadharran G(1)
Ramesh Palaniappan(1)
Staff Writer(1)
Nishant Mittal(1)
Ravi Kandel(1)
Nitesh Kejriwal(1)
Ketak Bhalsing(1)
Jean Paul(1)
Ajay Yadav(1)
Selva Ganapathy(1)
Kaviya Balasubramanian(1)
Sateesh Arveti(1)
Yusuf Karatoprak(1)
Amit Tiwari(1)
Prabhakar Maurya(1)
Akkiraju Ivaturi(1)
Kais Dukes(1)
Imran Ghani(1)
Amit Patel(1)
Sanjoli Gupta(1)
Abhishek Dubey(1)
Senthilkumar (1)
Mahadesh Mahalingappa(1)
Vijai Anand Ramalingam(1)
Pradip Pandey(1)
Sarika Gaikwad(1)
C# Curator(1)
krishna prasad(1)
John Jiang(1)
John Dexter(1)
Jim Peterson(1)
ksasikumar (1)
Resources
No resource found
Understanding the Purpose of Enforcing LDAP Channel Binding
Apr 28, 2025.
Understand the gaps in LDAP signing, the role of Channel Binding Tokens (CBTs), enforcement options, auditing, and best practices to secure your LDAP connections.
How to Manage Teams Channel Policies in Microsoft Teams
Dec 16, 2024.
Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
How to Create and Manage Teams and Channels
Nov 26, 2024.
Microsoft Teams is a powerful collaboration tool that helps teams stay organized and connected. Learn how to create teams, manage channels, set privacy, organize conversations, and schedule meetings for seamless teamwork.
How to Set Up and Navigate Microsoft Teams
Nov 22, 2024.
Learn how to set up Microsoft Teams, create an account, and navigate its key features like teams, channels, chat, files, and calendar. This guide helps you improve collaboration, stay organized, and boost productivity.
Socket Class and ServerSocket Class in Java Networking
Sep 16, 2024.
TCP/IP sockets are the most reliable, bi-directional, stream protocols. It is possible to send arbitrary amounts of data using TCP/IP. Sockets are used for data communication using this protocol.
Understanding HttpClient Best Practice
Sep 02, 2024.
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 to avoid these issues.
C# Discriminated Unions and .NET Channels
Jul 11, 2024.
Explore the advanced features of C# with a focus on Discriminated Unions and .NET Channels. Learn how Discriminated Unions enhance type safety and pattern matching, and how .NET Channels facilitate concurrent and asynchronous programming.
Channel Types in Microsoft Teams: Public, Private, and Shared
Jun 26, 2024.
Microsoft Teams offers Standard, Private, and Shared Channels to meet various communication needs. Standard Channels are open to all team members for general discussions. Shared Channels enable cross-team collaboration, including external partners.
Create Your Customized Copilot Using Microsoft Copilot Part 3
May 27, 2024.
Explore the diverse channels available for integrating Microsoft Copilot, including Microsoft Teams, mobile apps, social media platforms like Facebook and Telegram, communication APIs like Twilio, and messaging services like Slack and Skype.
Building a Simple Socket Listener in .NET Core
May 20, 2024.
In this article, we'll walk you through the process of setting up a basic socket listener using .NET Core. You'll learn how to create a Socket instance, bind it to an endpoint, and handle incoming connections and data.
Exploring Inter-Process Communication in WPF Using Named Pipes
Mar 19, 2024.
In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
Establishing Communication Between Executable Files Using TCP/IP
Mar 19, 2024.
WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Steps include server/client development, execution instructions. Use CommonHelper for collaboration.
WebSocket Communication Using Python
Jan 30, 2024.
In this article, we will create and understand WebSocket communication. WebSockets facilitate bidirectional communication in contrast to traditional REST APIs, enabling multiple messages over a single TCP connection. This Python tutorial uses WebSockets and asyncio to implement client-server communication.
.NET Task Parallel Library vs System.Threading.Channels
Oct 18, 2023.
Concurrency in modern software development is vital for applications to efficiently manage multiple tasks simultaneously. In the .NET ecosystem, developers have two powerful tools for concurrency: the Task Parallel Library (TPL) and System.Threading.Channels. This article provides a practical comparison of these tools, illustrating their usage and advantages.
How to Connect a SQL Server Data Source to Grafana and Creating a Dashboard
Aug 16, 2023.
One such powerful integration is connecting a SQL Server data source to Grafana, enabling users to display, analyze, and monitor data from their SQL databases in a visually appealing and informative manner.
Implementing Real-Time Cache Sync with NCache and SignalR
Jul 27, 2023.
From this article, you will learn how to implement the real-time cache sync with NCache and SignalR
Broadcast Object to Multiple Browser TABS using Javascript
Apr 24, 2023.
The Broadcast Channel API allows basic communication between browsing contexts (that is, windows, tabs, frames, or iframes) and workers on the same origin.
How to use Microsoft Teams channel as a ChatGPT
Apr 14, 2023.
How to use Microsoft Teams channel as a ChatGPT
Difference Between Microsoft Teams And Channels
Jul 01, 2022.
This article describes should you create a brand new Team or just a Private Channel within an existing Microsoft Team?
Overview Of Shared Channels In MS Teams
May 29, 2022.
In this article, you will learn about Shared Channels in MS Teams. The Shared Channels feature in MS Teams is still in preview and is rolling to the M365 tenants.
How To Block Bot To Post Messages In Channel In MS Teams
Feb 07, 2022.
How to block bot to post messages in Channel in MS Teams
Restrict @channel Mentions In Microsoft Team Messaging
Jan 19, 2022.
In this article, you will learn how to block or restrict the @channel mentions in Chat messaging for particular Microsoft Team.
Create Channel Calendar In Teams
Jan 06, 2022.
Channel Calendar allows to create a calendar for a specific team for a specific channel. Channel Calendar comes into picture when you want to create a shared calendar.
Configure Named Pipe And TCP/IP Settings Of SQL Server
Oct 25, 2021.
In this article, we are going to configure Microsoft SQL Server on windows machine to listen on specific TCP port.
.NET Channels And Remoting Architecture
Jul 07, 2021.
In this article, you will learn about .NET Channels and Remoting Architecture.
Trigger Power Automate Flow On Channel Creation In MS Teams
Jun 15, 2021.
In this article, you will learn how to trigger the Flow in Power Automate when a new Channel is created in Microsoft teams.
How To Trigger Power Automate On MS Teams Channel Creation
Jun 12, 2021.
In this article, you will learn how to start the Power Automate flow, when a new channel is created in MS Teams.
Post An Adaptive Card In Team's Channel And Save The Data In SharePoint List Using Power Automate
Jun 10, 2021.
In this article, you will learn how to post an adaptive card in your team's channel and save the data in the SharePoint list using power automate.
Post GitHub Events To A Microsoft Teams Channel Using C#.NET
May 18, 2021.
In this article, you will learn about Post GitHub events as Adaptive Cards to a Microsoft Teams Channel using Webbooks, Web API and C#.NET.
Post ServiceNow Incidents for a group to a Microsoft Teams channel using C#.NET
May 07, 2021.
This article goes over posting active ServiceNow incidents assigned to a particular group to a Microsoft Teams channel as adaptive cards using C#.NET
WCF (3), Bindings And Channel Stack
Apr 12, 2021.
This article discuss Bindings and Channel Stack in WCF in more details
The Best Guide To Cross-Channel Customer Experience Strategy
Sep 17, 2020.
In this article, you will learn about the best guide to Cross-Channel Customer Experience Strategy.
Add Conversation Bot To Microsoft Teams Channel And Group Chat
Jun 22, 2020.
In this article you will learn how to add Conversation bot support to Microsoft Teams Channel and Group Chat.
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part One
Feb 13, 2020.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol.
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part Two
Feb 13, 2020.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol
Fix Visual Studio Load Test Error: Request Failed - SSL/TLS Issue
Dec 04, 2019.
In this article you will learn about the Visual Studio load test error - request failed - the request was aborted - could not create ssl/tls secure channel.
Echo Chat Bot In Facebook Messenger Using Microsoft Bot Framework
Nov 12, 2019.
In this article, we will learn about an Echo bot configuration for the Facebook messenger channel and its required resource list.
Guide - Youtube's New Enhanced Comment System For Channel Owners To Filter Comments Easily
Oct 04, 2019.
YouTube recently updated its comment system for channel onwers to filter comments easily on the basis of response, search value, questions, subscriber count, etc.
Xamarin.Android - Build Real Life Applications Using TCP/IP - Part Three
Jan 08, 2019.
This is the third and final part of my article series of Xamarin.Android where we learned how to build real-life applications using TCP/IP”.
Xamarin.Android - Build Real-life Application Using TCP/IP - Part Two
Dec 19, 2018.
In the last article, I had completed the first module of the client application. Let’s start to build a server application for workstations.
Xamarin.Android - Build Real-life Application Using TCP/IP - Part One
Dec 18, 2018.
The purpose of this project is to develop an Android-based application which will serve the administrator with on-demand remote surveillance and controlling of workstations of a workplace. The project will involve the development of two applications, one will run on workstations and the other one will run on the mobile phone of the Administrator. Both of these applications will be connected through Wi-Fi.
Socket Programming In C++ Using boost.asio - TCP Server And Client
Oct 28, 2018.
This article will help you getting started with socket programming in C++. We'll be building TCP server and client using boost.asio library.
Microsoft Teams - Part Two - Adding New Channels To The Teams And Best Practices
Jul 07, 2018.
In last article “Office 365 – Microsoft Teams – Part 1 – Introduction to Teams and Channels” we discussed introduction to Teams and Channels. In this article we will discuss bit advance points regarding Channels.
Microsoft Teams - Part One - Introduction To Teams And Channels
Jul 04, 2018.
In this article we will discuss basics about Microsoft Teams. What are Teams and Channels. Also having few more articles with advance details, coding and PowerShell part as well.
Channel Configuration - Azure Bot Service To Slack Application
Feb 08, 2018.
This article explains how to configure Azure Bot Service to Slack Applications. We will get a clear idea about how to create a Bot Service in Azure.
Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IIS
Dec 29, 2017.
Learn how to expand Windows IIS beyond HTTP, HTTPS, and FTP to include TCP and PIPE protocols. Follow steps to enable these protocols via Control Panel and IIS settings, enhancing connectivity options for your applications seamlessly.
Sending An HL7 Message, Receiving It Using A Listener And Sending An Acknowledgement Back
Dec 15, 2017.
HL7 (Health Level Seven) is a set of standards, formats and definitions for the exchange, integration, sharing, and retrieval of electronic health information. The HL7 standards are produced by the HL7 International, international standards developing organization.
Register A Bot And Configure Bot To Channel
Jun 16, 2017.
In this article, I will explain to register a Bot in bot framework portal and configure Bot to Channel.
Adding Your Bot Application For A Skype Channel
Oct 10, 2016.
In this article, you will learn how to add your Bot Application for a Skype channel.
Run Your Bot Application In Bot Framework Channel Emulator
Sep 18, 2016.
In this article, you will learn how to run your Bot Application in Bot framework channel Emulator.
Get YouTube Channel Playlist Videos In SharePoint Content Editor WebPart
Aug 18, 2016.
In this article, you will learn how to get YouTube Channel Playlist Videos in SharePoint Content Editor WebPart.
Retrieve Video Portal, Channels And Videos From Office 365 Using REST Search And List API
Jun 17, 2016.
In this article, you will learn how to retrieve the video portal information and video channels from the Office 365 site, using REST Search APIs and videos from a channel, using various methods.
Retrieve Channels And Videos From Office 365 Video Portal Using REST Video API
Jun 16, 2016.
In this article, you will learn how to retrieve the video portal information, video channels, and their videos from the Office 365 video portal using REST Video APIs.
Building a TCP Server In .NET Core On Ubuntu
Jun 14, 2016.
In this article, you will learn how to build a TCP Server in .NET Core on Ubuntu.
Resolve Error 40: Could Not Open a Connection to SQL Server
May 10, 2016.
In this article we will discuss about various reasons and solutions to resolve error : 40 related to SQL Server connection.
Get All The Videos Of A YouTube Channel Using C#
Dec 15, 2015.
This article explains how to retrieve all videos from a specific YouTube channel using YouTube API V3.
WCF Security Implementation
Nov 13, 2015.
In this article, you will learn WCF Security Implementation. Learn WCF securities - Message Security, Transport Security, TransportWithMessageCredential.
Deploying A Website In Azure via FTP (File Transfer Protocol)
Oct 31, 2015.
In this article you will learn how to deploy a website in Azure via FTP.
Get The Latest Video Of A YouTube Channel Using jQuery
Sep 30, 2015.
This article explains how we can get and show latest video of a particular YouTube Channel using jQuery.
Send Email Using ASP.Net With C#
Jul 16, 2015.
In this article you will learn how to send an email using ASP.NET and C#.
Creating a Server/Client Application Using Only TCP Protocol
Jul 13, 2015.
In this article, I will go through variosu stages of programming a server/client application framework in native .NET framework using TCP protocol only.
List Videos From a Channel Using YouTube API V3 in C#
Jul 02, 2015.
This article shows how to retrieve all videos from a specific YouTube Channel using the latest YouTube API V3.
Host WCF in a Windows Service Using TCP
Jun 08, 2015.
In this article, you will learn how to host WCF in a Windows Service Using TCP.
Steps to Create a Device Channel For Mobile Devices in SharePoint 2013
May 05, 2015.
This article shows how to create a Device Channel for Mobile Devices in SharePoint 2013.
Choosing Between Responsive Web Design, Device Channels or Both
Jan 14, 2015.
In this article we have explored choosing between Responsive Web Design, Device Channels or Both.
Applied C#.NET Socket Programming
Oct 20, 2014.
This article explains the key networking concepts, for instance ISO stack, of TCP/IP under the C# framework by employing its essential socket classes and how applications can logically and physically be distributed in a network environment.
Simple Way to Establish Interaction Between Two Windows Applications by a Channel of a Connection Database
Apr 23, 2014.
This articles shows how to provide an interaction between two Windows aplications in a very simple way using a Text file.txt as a bridge.
Design Manager in SharePoint 2013
Mar 03, 2014.
This article describes a new feature in SharePoint 2013, the Design Manager.
Mobile Features in SharePoint 2013
Feb 06, 2014.
In this article, we will learn about the mobile features in SharePoint 2013.
Device Channels in SharePoint 2013
Jan 30, 2014.
In this article I would like to explain the device channels usages and how to create a device channel in SharePoint 2013.
Look at TCP Chimney Offload in Windows Server 2008
Oct 07, 2013.
In this article, we will look into the TCP Chimney Offload feature, its purpose and how to enable it.
Dynamic WCF Usage in Client
Jun 13, 2013.
I have decided to show a Channel Factory usage in the client side.The Channel Factory will be created in a generic ServiceFactory according to ServiceContract type. It will provide us full isolated usage WCF service more dynamically than adding a service into the service references. Also I would like to show us proxy and channelFactory usage differences.
Hosting Your WCF Service
Apr 18, 2013.
In this article I have covered multiple hosting for a web based client and Windows based client by using a Fault Contract and database connectivity.
Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing
Apr 12, 2013.
In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
TCP Port Sharing and Web Server(IIS) Under Application Server in Windows Server 2012
Apr 11, 2013.
In this today article you will learn about how to install the TCP Port Sharing and Web Server (IIS) under Application Server in Windows Server 2012.
Reset Internet Protocol (TCP/IP) in Windows 8
Mar 09, 2013.
In this article, Learn how to reset the Internet Protocol (TCP/IP) settings in Windows 8 to troubleshoot network connectivity issues. This guide walks you through the process using Command Prompt, providing step-by-step instructions for resetting TCP/IP configuration.
WCF Method Overloading
Dec 26, 2012.
How do you do Method Overloading in WCF? In this article,I am using Visual Studio 2008 building a WCF service and for simplicity, NET TCP Binding is used.
An HTTP Mail Client in VB.NET
Nov 10, 2012.
The great thing about the POP mail protocol is that it is a well-documented open standard, making writing a mail client to collect mail from a POP box a relatively painless process.
WCF 4.5 New Feature Channel Factory Caching
Oct 01, 2012.
Today, in this article let’s play around with one of the interesting and most useful concepts in WCF 4.5.
Understanding WCF Bindings and Channel Stack
Jul 03, 2012.
In order to understand WCF Bindings in details, it's important to understand the Channel Stack as part of the WCF runtime.
Channel Factory in WCF
Jun 20, 2012.
A Channel Factory enables you to create a communication channel to the service without a proxy.
Channel Factory Caching in WCF 4.5
Jun 19, 2012.
ChannelFactory caching in WCF 4.5 allows caching of service instances. ClientBase<T> introduces CacheSetting property, facilitating caching. Enum values determine caching behavior. Samples demonstrate usage for AlwaysOn, AlwaysOff, and Default settings. References: MSDN links provided.
Check Which TCP/IP Ports Are in Use in Windows 8 to Secure Your PC
May 03, 2012.
In this article i will explain how to determine which TCP/IP ports are in use in Windows 8 to secure your PC
UDP Client Server Programing
Feb 21, 2012.
In this article we are going to describe the major differences between TCP and UDP protocols. We will also describe the difference in programming terms of which type of method is used in UDP client/server programming and also make a simple example of a UDP client and UDP server.
Let's Play Around With Channel Factory in WCF Service Hosted on Web App
Jan 08, 2012.
Today, in this article let’s play around with one of the most interesting topic in WCF and we will try to implement this concept such that we can get much better idea on idea to handle the real time case scenarios.
Display an RSS Feed Using XSLT
Dec 13, 2011.
Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering on web pages.
WCF Series Channels and Bindings: Part 1
Sep 29, 2011.
In this article we will be discussing WCF Channels and Bindings.
Could Not Establish Trust Relationship For The SSL/TLS Secure Channel
Jul 29, 2011.
In this article we will be seeing how to resolve the following issue “The underlying connection was closed. Could not establish trust relationship for the SSL/TLS secure channel”.
ABC of Windows Communication Foundation
Jul 05, 2011.
Here I will explain about ABC of Windows Communication Foundation i.e WCF.
Transparency using Alpha Channel in XAML Silverlight
Apr 25, 2011.
In this post, you will learn how to apply transparency by using Alpha Channel in Silverlight arts.
Transparency using Opacity in XAML Silverlight
Apr 25, 2011.
In this article, you will learn how to apply transparency by using Opacity in Silverlight arts.
Alpha Channels in XAML Silverlight
Apr 22, 2011.
In this article, you will learn about the Alpha Channels in Silverlight.
How to configure default catalog and channel name of commerce server into sharepoint channel configuration list programmatically
Sep 20, 2010.
This will configure sharepoint channel configuration list programmatically to avoid manual configuration of commerce server's default catalog and channel name as part of integration of sharepoint site and commerce server.
Basics of Data Communication: Part 3
Jul 15, 2010.
This article will explain, Data Transmission, configuration, Time Domain Concepts, Frequency Domain Concepts, Why Digital Communication, Bandwidth, Data Rate, Channel Capacity, Error Rate, Noise, Nyquist Sampling Rate, Shannon Channel Capacity, Line Coding, Modem and Digital Modulation etc.
Channel Sinks in .NET
May 04, 2010.
In this article I will explain you about Channel Sinks.
Storing Bulk TCP Dump File into SQL Server 2005
Oct 28, 2009.
In this article I will explain all steps needed to load tcp dump file into SQL Server 2005.
Accessing Rmote SQL server by Remoting (TCP)
Mar 31, 2008.
This article describes how to build a distribution application that accesses MS SQL Server 2000 with a remoting service.
An introduction to jibu for .net
Feb 26, 2008.
This article gives you a complete overview about a library of .net 2.0 named jibu.
Portscanning for Kazaa using C# Sockets
Jan 01, 2006.
In this article, you will learn how to write c# code to scan a host computer, and determine if it is running Kazaa, the popular P2P file sharing program.
.NET Remoting
Sep 02, 2004.
.NET Remoting facilitates communication between .NET objects in different application domains or processes across a network. It provides a versatile mechanism for remote procedure calls, supporting various protocols like TCP/IP and HTTP, enabling distributed computing in the .NET framework.