C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Aarav Patel(7)
Ananya Desai(4)
Anshu Kulhade(4)
Rajesh Gami(4)
Shantha Kumar T(4)
Nidhi Sharma(3)
Rohit Gupta(3)
Niharika Gupta(2)
Ashish Bhatnagar(2)
Amit Mohanty(2)
Allen Oneill(2)
Shweta Lodha(2)
Shenbagapandiyan P(2)
Prasad (2)
Swesh S(2)
Satheesh Elumalai(2)
Parth Patel(2)
Maniteja Vegi(2)
Saurav Kumar(1)
Brajesh Kumar(1)
Kandregula Durga Sai(1)
Darshan Adakane(1)
Parthiv Suthar(1)
Gautam Singh(1)
Rikam Palkar(1)
John Godel(1)
Manav Pandya(1)
Naga Santhosh Reddy Vootukuri(1)
Kanchana Jayathilake(1)
Bhuvanesh Mohankumar(1)
Gowtham Rajamanickam(1)
Ayush Gupta(1)
Shafaet Hossain(1)
Aman Gupta(1)
Nabaraj Ghimire(1)
Devesh Omar(1)
Chetan Sanghani(1)
Tural Suleymani(1)
Harshit Pandey(1)
Vikas Singh(1)
Sarthak Varshney(1)
Vikas Gupta(1)
Ashutosh Singh(1)
Sanjay Kumar(1)
Alpesh Maniya(1)
Mrunali Sawant(1)
Nagaraj M(1)
Rahul Singh(1)
Oscar Santos(1)
Sardar Mudassar Ali Khan (1)
Shilpa Tanwar(1)
Mahesh Chand(1)
Miguel Teheran(1)
Jochen Bartlau(1)
Arindam Dawn(1)
Mohamed Azarudeen Z(1)
Kajul Nisha(1)
Amit Bhatt(1)
Rajesh Thangarasu(1)
Rajeesh Menoth(1)
Priyam Patel(1)
Rohit Rao(1)
Rithik Banerjee(1)
Manoj Mittal(1)
Dipa Mehta(1)
Dhruvin Shah(1)
Jayesh Agrawal(1)
Resources
No resource found
GitHub Copilot in Microsoft Teams: Turning Team Chats into Coding Workflows
Aug 25, 2026.
Learn how GitHub Copilot in Microsoft Teams can turn team conversations into coding workflows, including agent sessions, collaboration, repository access, and development tasks.
GitHub Copilot Agent Workflows: Measuring Chat-to-PR Delivery Time
Aug 25, 2026.
Explore GitHub Copilot agent workflows by measuring the time from team conversation to generated code, review, and pull request delivery.
AI Coding Agents vs Chat Assistants: Measuring Real LLM Workload Differences
Aug 19, 2026.
Compare AI coding agents with traditional chat assistants by measuring LLM workload complexity, tool calls, context usage, latency, token consumption, and execution patterns.
Preventing Connection Pool Staleness with .NET 11 HTTP Eviction
Aug 14, 2026.
Learn how .NET 11 HTTP connection eviction helps prevent stale connections and improve reliability, latency, and connection-pool behavior in production applications.
OpenAI Responses API vs Chat Completions API: A Migration Guide for .NET Developers
Jul 24, 2026.
Migrate .NET AI apps from OpenAI Chat Completions to Responses API for enhanced tool calling, structured outputs, and future AI features.
Production-Ready AI Chat Applications in Blazor Using Semantic Kernel
Jul 24, 2026.
Build production-ready Blazor AI chat apps with Semantic Kernel. Learn architecture, best practices, and deployment for scalable, secure LLM integration.
Building AI Chat Applications with ASP.NET Core and Server-Sent Events
Jul 21, 2026.
Build real-time AI chat apps with ASP.NET Core and Server-Sent Events (SSE). Stream AI responses for a faster, interactive user experience.
OpenAI Responses API vs Chat Completions API: What Changed and Why It Matters
Jul 13, 2026.
OpenAI's Responses API vs. Chat Completions API: Understand the evolution, key differences, and why the Responses API is the future for advanced AI applications.
Building Real-Time AI Chat Applications with WebRTC and ASP.NET Core
Jul 13, 2026.
Build real-time AI chat apps with WebRTC & ASP.NET Core. Learn architecture, signaling, SignalR, AI integration, and voice support.
Building AI Chat Applications with SignalR and ASP.NET Core
Jul 10, 2026.
Build real-time AI chat apps with SignalR & ASP.NET Core. Stream responses, enhance UX, and scale your conversational AI.
Building Real-Time Applications with SignalR and ASP.NET Core
Jul 07, 2026.
Build real-time apps with SignalR & ASP.NET Core. Enable instant updates, chat, notifications, and more with persistent connections.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 3
Jun 20, 2026.
Build a production-ready ASP.NET Core MVC Hospital Management System with real-time chat, PowerShell deployment, and advanced enhancements.
What Is OpenUI and How to Build Streaming Generative UI Apps with React
May 14, 2026.
Learn what OpenUI is and how to use it to build streaming Generative UI apps with React, Next.js, and AI models. Step-by-step setup, architecture, examples, and best practices.
Gemini Now Creates Downloadable Files Directly in Chat
May 01, 2026.
Gemini AI now generates downloadable files directly in chat! Boost productivity with documents, code, & more. Learn how to leverage this powerful feature. #AI
Build Your First AI Chatbot in C#
Apr 24, 2026.
Build an AI chatbot in C# using OpenAI! This tutorial covers multi-turn conversations, streaming responses, error handling, and a console UI. Elevate your .NET skills now!
Offensive Socket Security in .NET: Weaponizing C# Parsers - State Desynchronization over TCP (Phase 05A)
Apr 24, 2026.
A critical mistake in .NET network programming is treating a continuous TCP stream like a discrete message queue. Discover how Parser State Desynchronization can lead to authorization bypasses in custom protocols. This deep-dive explores the underlying mechanics of socket state management, provides a C# proof-of-concept, maps to real-world CWEs, and outlines the exact architectural patterns needed to secure enterprise systems.
How to Use HttpClientFactory in .NET Core to Avoid Socket Exhaustion
Apr 14, 2026.
Learn how to use IHttpClientFactory in .NET Core to prevent socket exhaustion and improve performance. Discover named & typed clients, resilience with Polly, and best practices.
Offensive Socket Security in .NET: ThreadPool Starvation and the Silent DoS (Phase 03 of 16)
Apr 13, 2026.
Uncover ThreadPool starvation in .NET! Learn how attackers exploit blocking sockets for silent DoS attacks, bypassing traditional monitoring. Secure your apps now!
Offensive Socket Security in .NET: FIN vs RST — Blind Success Conditions (Phase 02 of 16)
Apr 09, 2026.
Understand how TCP RST affects transaction integrity in .NET socket systems. Learn how connection lifecycle assumptions create Blind Success conditions, leading to duplicate execution and data inconsistency—and how to fix them with idempotent design.
Offensive Socket Security in .NET: State Contamination (Phase 01 of 16)
Apr 07, 2026.
A deep-dive into offensive .NET socket security. Phase 01 demonstrates how treating a TCP connection as an identity boundary leads to state contamination and cross-request privilege escalation. Includes C# exploit PoC and architectural fix strategies.
How to Implement Real-Time Features Using WebSockets and Socket.IO?
Mar 18, 2026.
Learn how to implement real-time features in web applications using WebSockets and Socket.IO. Build chat apps, live notifications, and more with instant data updates.
Copilot as a Chat Assistant
Mar 12, 2026.
Master Microsoft 365 Copilot Chat! Learn to craft effective prompts, manage conversations, and leverage specialized agents for peak productivity.
How to send links on Teams Chats created using Microsoft Graph HTTP in Power Automate
Mar 10, 2026.
Automate sending links in Teams chats using Power Automate and Microsoft Graph HTTP requests. Streamline communication and boost team collaboration effortlessly. Learn how!
How to Integrate LLM-Based Chat Features into Existing Web Applications
Mar 09, 2026.
Integrate LLM chat into web apps! Learn to add AI chatbots for support, recommendations, & real-time guidance without rebuilding your system. Boost engagement now!
The Complete Guide to Integrating Slack with OpenClaw (2026): The Steps Most AI Guides Miss
Mar 05, 2026.
Integrate Slack with OpenClaw (2026) for AI-powered automation! This guide provides a complete, production-ready workflow, avoiding common pitfalls and errors. Unlock AI DevOps monitoring and more!
GraphQL with .NET & React | Part 4: Real-Time Data with Web Sockets
Feb 19, 2026.
Learn to implement real-time data updates in your .NET & React GraphQL app using subscriptions and WebSockets. Build a live library app with HotChocolate & Apollo!
How to Build a Real-Time Chat Application Using WebSockets
Feb 20, 2026.
Build a real-time chat app with WebSockets! This guide covers architecture, scaling, security, and best practices for production-ready systems. Learn to handle high traffic.
Building Real-Time Applications with WebSockets
Dec 12, 2025.
A detailed guide to building real-time applications with WebSockets in Angular, covering architecture, services, RxJS, security, scaling, and best practices. Includes practical examples for chat and dashboard applications. Ideal for senior developers looking to implement production-ready real-time apps
10 Projects Every Beginner Should Build
Dec 11, 2025.
This article lists 10 beginner-friendly projects every developer should build to gain practical experience. It includes implementation tips, best practices, and real-world coding examples. These projects help beginners build confidence, learn core programming concepts, and create a portfolio.
NanoChat Deep Dive: How Lightweight AI Chats Work Using Transformer Models
Nov 30, 2025.
Explore how NanoChat delivers fast, low-resource conversational AI by using optimized Transformer pipelines. Learn architecture, workflows, use cases, limitations, and best practices.
Mini Chat App (SignalR Basics) – Angular + ASP.NET Core
Nov 26, 2025.
Build a real-time mini chat app with Angular and ASP.NET Core SignalR! This tutorial covers backend setup, Angular integration, and deployment considerations. Learn SignalR basics!
Build a Custom LangChain Chat Model from Scratch
Oct 27, 2025.
Learn how to create a fully customized chat model using LangChain, OpenAI API, and Python. Includes step-by-step implementation, architecture diagram, and optimization insights.
Real-Time Applications with SignalR, Angular, and ASP.NET Core
Oct 20, 2025.
Build real-time web applications effortlessly using ASP.NET Core, Angular, and SignalR! This tutorial guides you through creating a simple chat application with instant updates. Learn to implement server-side push notifications, manage client connections, and optionally persist messages in a SQL Server database. Enhance user experience with scalable and efficient real-time features for chat, dashboards, and more. Perfect for modern web development!
Generative AI: Chat-Native Software, Not Home-Screen Icons - Why ChatGPT Apps Aren’t an App Store
Oct 08, 2025.
ChatGPT Apps are redefining software. They're not traditional apps with icons, but chat-native experiences living inside conversations. This article explores the platform model, UX, permissions, distribution, developer experience, strengths, and limitations of this emerging paradigm. Discover how to design great chat apps and understand their trade-offs compared to native apps. It's about action, not icons.
Real-Time Insights With Node.js
Sep 29, 2025.
Discover how Node.js empowers real-time applications with instant updates, live dashboards, and interactive experiences. Explore its event-driven architecture, WebSocket support, and scalability for building responsive systems. Learn to ingest, process, and deliver data at high speed, creating applications that feel alive and genuinely helpful. Dive into practical examples with Socket.IO, streaming data, and real-time analytics.
What is WebSocket and How It Works
Sep 05, 2025.
Discover WebSockets, the technology powering real-time web applications. Learn how they enable two-way communication between clients and servers, unlike traditional HTTP. Explore the handshake process, persistent connections, and benefits like low latency and improved user experience.
Power of GitHub Copilot and GitHub Copilot Chat
Aug 15, 2025.
GitHub Copilot AI assistant speeds up development by providing automatic code completions, suggestions, and many more that enhance developer's productivity.
Fix Exchange Hybrid Error: Socket Code 10061 Fix Guide
Aug 06, 2025.
Fixing Exchange Hybrid Deployment Error: Socket code 10061 occurs when a connection to port 25 is refused. Learn how to troubleshoot firewalls, connectors, IPs, and HCW issues to restore mail flow.
Basic AI Application Creation for Beginner Using Javascript and Visial Studio Code - Chat GPT
Jun 30, 2025.
Learn how to build a basic AI-powered app using JavaScript and Visual Studio Code. This beginner-friendly guide shows how to integrate ChatGPT for simple, interactive functionality.
🚀 Copilot Studio Kit Explained: Boost Your Microsoft Copilot with These Must-Have Tools
Jun 06, 2025.
Microsoft’s Copilot Studio Kit is an all-in-one toolkit for Power Platform developers to build, test, monitor, and scale intelligent agents with enhanced control, insights, and seamless UI customization.
Building a Real-Time Chat Application with ASP.NET Core and WebSockets
Jan 26, 2025.
This article covers setting up WebSocket connections, handling bi-directional communication, and implementing live messaging. Perfect for developers looking to enhance their skills in real-time app development.
Building a Real-Time Chat Application with SignalR in Blazor .Net 9 and 10
Jan 26, 2025.
In this article, we'll explore how to create a real-time chat application using SignalR and Blazor Server. SignalR is a library for ASP.NET developers that simplifies adding real-time web functionality to applications. With SignalR, we can enable server-client communication in real-time, which is perfect for a chat app.
The Java.NET Package
Jan 25, 2025.
The Java.NET package provides classes for implementing networking functionality in Java. It supports TCP, UDP, and HTTP protocols, enabling tasks like creating sockets, managing URLs, sending/receiving data, and handling network connections.
Using SignalR for Real-Time Communication in Blazor Applications
Dec 09, 2024.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including setup and practical use cases.
AI-Powered Chat Summarization with Azure OpenAI GPT-4 Turbo
Nov 07, 2024.
Learn how to leverage Azure OpenAI’s GPT-4 Turbo for AI-powered chat summarization. This guide explores how to process and summarize conversations in real time, enhancing customer support, knowledge management, and productivity.
Power of Web APIs: 12 Essential APIs for Java Developers
Oct 11, 2024.
Staying updated with essential web APIs is vital for developers to build efficient, scalable, and user-friendly applications. This article explores key APIs, including Geolocation, Web Workers, and Web Sockets, with Java examples.
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.
Advance Chat Application with .NET and SignalR
Sep 02, 2024.
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 permissions. Learn to set up SignalR for real-time updates, configure MVC, and manage database interactions.
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.
Real-time Web Applications with SignalR
Jul 16, 2024.
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 communication protocols, and supports multiple transport mechanisms like WebSockets and SSE.
Configure SSL for Grafana on Azure
Jul 01, 2024.
Learn how to configure SSL for Grafana on Azure to secure your monitoring and analytics dashboard. Follow step-by-step instructions to set up HTTPS, manage certificates, and ensure data encryption for enhanced security in your cloud environment.
How To Creating a Live Chat App Using Socket.IO and Node.js
Jun 13, 2024.
Discover how to create a real-time chat app with Socket.IO and Node.js. This tutorial guides you through setting up the server, building the frontend, and enabling instant messaging between users. Ideal for modern web development, enhancing user interaction, and building scalable network applications.
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.
How Secure Sockets Layer (SSL) Protects Data Online?
May 07, 2024.
Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
Chat With Your CSV Data Using Azure OpenAI
May 06, 2024.
This article walks you through all the steps required to query and chat with your CSV data and get response out of it using Azure OpenAI.
Encryption for Data Security: Creating Digital Certificates
May 06, 2024.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and users, validating identity and encrypting data transmission
Medical Documentation with AI: Multi-Turn Chat App by Gemini 1.5 Pro
Apr 25, 2024.
In the rapidly evolving landscape of healthcare, efficient and accurate documentation is paramount. Fortunately, advancements in artificial intelligence (AI) are offering solutions to streamline this process.
How Secure Sockets Layer Works?
Apr 08, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifying server identities.
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.
Exploring Blackbox AI Code Generation, Code Chat, and Code Search for VS Code
Mar 15, 2024.
Discover the latest enhancements in Visual Studio Code (VS Code) with Blackbox AI Code Generation, Code Chat, and Code Search features. Boost productivity, streamline collaboration, and navigate code effortlessly within the familiar VS Code environment.
Set the Default Name for Connected Chats in Dynamics 365
Mar 06, 2024.
As an administrator, configure Microsoft Dynamics 365 to set the chat title as the default record title. In Sales Hub app settings, under Chat and Collaborate, choose a record type, enable Auto-name chats, and save changes.
Enable Microsoft Teams Chat in Dynamics 365
Mar 06, 2024.
Enable Microsoft Teams chat in Dynamics 365 by navigating to Power Platform admin center, selecting an environment, accessing integration settings, and turning on "Sync Teams chat data with Dynamics 365 records." Save changes.
Building a Real-Time Chat App with Node.js and Socket.io 🚀
Feb 04, 2024.
Embark on a magical journey to build a real-time chat app using Node.js and socket.io. Follow simple steps to set up the server, create a chat UI, and handle real-time communication.
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.
Integrating Open AI Chat completion in .NET Core 8 Web API
Jan 29, 2024.
In this article, we will learn how to integrate ChatGPT OpenAI API in .NET Core using HttpClient calls. Obtain an API key, implement the service, and create a controller for seamless interaction with the API.
Converse with your data using your own ChatGPT with Azure OpenAI Service
Oct 11, 2023.
Data is everywhere. It is the fuel that powers our businesses, our research, our innovation, and our lives. But data is also complex, diverse, and often unstructured. Azure OpenAI Service emerges as a game-changer in this realm, offering a transformative approach to data interaction by enabling users to converse with their data in natural language.
Unlocking the Future: Azure OpenAI Services
Sep 11, 2023.
To understand what is Azure OpenAI services, what are the models available, how the models are classified and the key terminologies in and around related to Azure OpenAI. The difference between Azure OpenAI and OpenAI. Also explained about the responsible AI and the commitment which Microsoft has made before the availability to the customers.
Real-time Communication with WebSocket Protocol in ASP.NET Core
Sep 04, 2023.
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as chat rooms, notifications, or collaborative editing tools, by adding features like authentication, user management, and message persistence.
Deploy the Microsoft Teams Bot in Azure and Test in Web Chat
Aug 12, 2023.
In this article we shall see how to deploy the Microsoft Teams bot in Azure Cloud and test in the web chat and also the SDKs used to develop the same.
How to use ChatGPT with vue.js?
Aug 02, 2023.
Vue.js is a popular JavaScript framework for building user interfaces, and OpenAI's ChatGPT is an advanced AI language model capable of generating human-like responses. Combining the two technologies allows developers to create interactive and dynamic chat applications that can converse with users in a natural language. In this article, we will guide you through the process of integrating ChatGPT into a Vue.js application to build your AI-powered chat interface.
Github CoPilot In VS Code
Jul 16, 2023.
Github Copilot is an AI pair programmer that helps software developers write code faster and better quality and makes them more productive. VS Code is one of the most popular code IDEs. Here let’s learn, how to install Github Copilot in VS Code and use it to help you write code faster.
Features in Github Copilot Chat For Developers
Jul 07, 2023.
Let's analyze how github copilot chat cna help you as a developer to code better
Using Langchain to Extend an OpenAI Bot with Chat and Source Retrieval
Jun 12, 2023.
Real-Time Communication Made Easy: Demonstrating Web Sockets with Angular
May 22, 2023.
This article demonstrates how to implement web sockets in an Angular project to enable real-time communication. It covers the basics of web sockets, setting up an Angular project, establishing a web socket connection, sending and receiving data, handling errors and disconnections, and considerations for scaling and security. By following the provided code examples and best practices, developers can create responsive and interactive applications that leverage the power of web sockets.
🤖Cracking the Code: Unleashing Chatbot Success with Top Troubleshooting Tips and Techniques!
May 20, 2023.
Learn effective troubleshooting techniques for developing and deploying Azure chatbots. Improve error handling, testing, debugging, and monitoring using Azure application insights and user feedback. Enhance your chatbot's performance and revolutionize customer interactions.
Building a Real-Time Chat Application with .NET Core 7 SignalR
Apr 14, 2023.
Building a Real-Time Chat Application with .NET Core 7 SignalR
Consume ChatGPT Open AI API Inside .Net Core Application Using Razor Pages
Feb 23, 2023.
This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
What is Chat GPT and Why Should You Care as a Developer?
Jan 16, 2023.
Understanding Chapt GPT!
SignalR Best Practices
Sep 01, 2022.
In this article, you will learn about SignalR real-time communication Best practices.
Upload/Download Bot Framework Composer Conversation/Chat
Aug 25, 2022.
This articles describe how you can upload/download conversation history of bot composer.
Sending Large Files Over A Network Socket Using C#
Jul 30, 2022.
This article describes how to send large files (GB) to other devices over a network socket in chunks.
Angular Chatbot
Mar 21, 2022.
In this article, you will learn about Angular Chatbot.
Azure Communication Service Chat Integration with Angular 13
Mar 01, 2022.
Learn About Azure Communication Service Chat Integration with Angular 13.
Restrict @team Mentions In Microsoft Team Messaging
Jan 13, 2022.
How to block or restrict the @team mentions in Chat messaging for particular Microsoft Team
Restrict Owners From Deleting Chat Messages In Team
Jan 11, 2022.
How to block or restrict the team owners from deleting the messages from the Microsoft Team Chat for particular Team
Restrict Members From Deleting Chat Messages In Team
Jan 10, 2022.
How to block or restrict the team members from deleting their own messages from the Microsoft Team Chat for particular Team
Restrict Members From Editing Chat Messages In Team
Jan 08, 2022.
How to prevent or users/members from changing their own messages in Microsoft Team Chat for the particular Team
Microsoft Chat Bot - Tips And Tricks
May 26, 2021.
Recent trends show that chatbots are essential everywhere, whether it’s an entertainment, medical, or knowledge-based website. Since this is an emerging technology, developers all around the world will be wanting to know more about this, specifically, what is happening in the background of chat bot applications. In this article we are developing the simple chatbot application using ASP.Net Core 3.1 with Core Bot Template.
Chat Application Using Azure Web PubSub Service (Preview)
May 07, 2021.
This article talks about what is Azure Web PubSub Service and how we can utilize it to create a basic chat application.
Real-Time Chat Application
Mar 01, 2021.
A real-time chat application with Node.js server.
IHttpClientFactory In .NET Core To Avoid Socket Exhaustion
Sep 02, 2020.
Learn how to effectively use HttpClient and IHttpClientFactory in .NET Core applications. Avoid common pitfalls of creating new HttpClient instances per request, leading to socket exhaustion. Discover how IHttpClientFactory manages HttpMessageHandler lifetimes, ensuring efficient API calls and resource management.
Twaddle Application Using SignalR
Jul 16, 2020.
In this article, you will learn how to build a twaddling application.
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.
Chat Bot - Adding Language Understanding Service 🤖
May 15, 2020.
In my previous article, we had done a basic chatbot using Microsoft Azure service. Here, we will get a deeper understanding of the LUIS cognitive services for AI.
Tic-Tac-Toe Online Game Using ReactJS and NodeJS (Socket.io)
Mar 30, 2020.
In this article, we will learn how to make a tic-tac-toe online game using React JS as a front end and Node JS (Socket.io) as a backend server.
Integrate Chat Bots In Azure DevOps Extensions - Chat Bot Adoptions
Mar 04, 2020.
In this article, we’re learning basic information about Extension development, Microsoft Chat Bot Integration in Extensions, Web Chat Enabling for your DevOps organization. It’s an idea about to adopt the BOT services in all environment to automate your organization process in single applications.
Integrate Power Virtual Agents Chat Bot With Power BI Dashboard - Part Six
Feb 18, 2020.
In this article, we will learn how we can integrate our Power Virtual Agents Dashboard with Power BI Dashboards.
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.
Chat App In Flutter Using Google Firebase
Aug 27, 2019.
In this article, you will learn how to implement a Chat App feature in Flutter App using Google Firebase.
Chat Application Using Angular 8, ASP.NET Core, Signal R
Aug 16, 2019.
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, implementing real-time communication with SignalR, and integrating Angular for a seamless user experience.