TECHNOLOGIES
ANSWERS
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 AI
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shubhankar Banerjee (7)
Cr Bhargavi (6)
Sourav Kayal (4)
Sardar Mudassar Ali Khan (4)
Ajay Kumar (3)
Jaydeep Patil (3)
Anoop Kumar Sharma (2)
Jefferson S. Motta (2)
Dinesh Gabhane (2)
Khoday Akilesh (2)
Ziggy Rafiq (2)
C# Corner Live (2)
Subham Ray (2)
Rohit Gupta (2)
Ravikant Sahu (2)
Saravanan Ganesan (2)
Jochen Bartlau (2)
Priyanshu Agnihotri (2)
Abhishek Singhal (2)
Tanmay Sarkar (1)
Gurpreet Arora (1)
Munib Butt (1)
Mageshwaran R (1)
George (1)
Colin (1)
Rikam Palkar (1)
Nandan Hegde (1)
Mohamed Azarudeen Z (1)
Harmesh Kaushik (1)
Ramchand Repalle (1)
Shaishav Desai (1)
Biswa Pujarini Mohapatra (1)
Swesh S (1)
Shelly Bhardwaj (1)
Habib Ul Rehman (1)
Scott Lysle (1)
Prakash Tripathi (1)
Rama Mohan (1)
Chandani Prajapati (1)
Vinay Ayinapurapu (1)
Oscar Santos (1)
Daniel Gomez Jaramillo (1)
Muhammad Aqib Shehzad (1)
Mohammad Tahir Ansari (1)
Kajul Nisha (1)
Raj Bhatt (1)
Vidhi Shukla (1)
Viswanatha Swamy (1)
Richa Garg (1)
Mahesh Chand (1)
Madhu Patel (1)
Chaman Gautam (1)
Amit Singh (1)
Prajnya (1)
Sagar Lad (1)
Pavankumar (1)
Shakti Saxena (1)
Debendra Dash (1)
Mohammad Hussain (1)
Rijwan Ansari (1)
Munesh Sharma (1)
Daniel Collingwood (1)
Arjun Panwar (1)
Aman Panjwani (1)
Divyansh Gupta (1)
Aravind Govindaraj (1)
Related resources for AI
No resource found
How Can You Ensure Secure Smart Contract Development?
9/26/2023 4:51:14 AM.
Learn essential Solidity best practices for writing secure, efficient, and reliable smart contracts on the Ethereum blockchain.
2 Ways to Implement Asynchronous Technique in C#
9/25/2023 12:01:05 PM.
In this article we will see how to implement asynchronous style in C# application (yes, even in .NET 4.0).
How you make a dll file which contains the icon set like "SHELL32.dll"
9/25/2023 10:36:20 AM.
Here I describe how you make a dll file which contains the icon set like SHELL32.dll.
Unlocking C# Chain of Responsibility Pattern
9/25/2023 9:51:05 AM.
In software design, maintaining the separation of concerns is fundamental. This principle not only enhances code modularity but also ensures each module has a single responsibility. However, as applic
Creating A Fluent API In C#.NET
9/25/2023 9:17:16 AM.
In this article we will look at creating a Fluent API class in C#.NET. In a Fluent API, we can link together different functionality to get a particular result. We see this used many times in Entity F
Working with FlyoutPage in .NET MAUI
9/25/2023 4:54:24 AM.
In this article, we delve into .NET MAUI's FlyoutPage, a critical element in-app navigation. If you're new to .NET MAUI, it's advisable to review prior articles in this series
Sealed Class Explained In C#
9/22/2023 6:10:12 AM.
In this article, I will explain how to create and use a sealed class in C# with some examples. I have written this article focusing on students and beginners.
12 times Failed Attempts will Erase your iPhone Data
9/22/2023 3:58:28 AM.
This article will discuss How Many Failed Password Attempts to Erase iPhone Data?
Setting Up Server-Side Google Tag Manager (GTM) with Docker
9/21/2023 9:20:38 AM.
Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
What is Code Llama?
9/21/2023 8:36:30 AM.
What is the IA from Facebook, Code Llama? Code Llama, a product of Meta, is a groundbreaking AI-driven natural language model tailored for coding tasks. It responds to both code and human language pro
How to Avoid Bots on Private Applications
9/21/2023 8:35:10 AM.
How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to mit
Console Application Wait/Busy Spin Animation
9/21/2023 5:54:29 AM.
Create a spinning busy animation on a background worker thread in a console applcation
Tasks in C# Asynchronous Programming
9/20/2023 10:13:33 AM.
In C#, asynchronous programming allows you to perform non-blocking operations, such as I/O-bound tasks or network calls, without blocking the main thread of execution. This is crucial for maintaining
C# Asynchronous Programming - Async and Await
9/20/2023 9:35:38 AM.
This article explains asynchronous programming in C# 5.0, with some code examples of the use of C# async-await.
Delegates In C# Explained
9/20/2023 8:13:19 AM.
In this article, we look at delegates and how to multicast them.
Why is Smart Contract Auditing Important for Blockchain Security?
9/20/2023 4:52:47 AM.
Smart contract auditing enhances security, prevents losses, and builds trust in blockchain transactions.
Routing in ASP.NET Core
9/18/2023 6:04:20 AM.
In this article, we delve into ASP.NET Core routing, a fundamental component of web applications. Routing determines how incoming requests are matched to specific actions and controllers, playing a pi
Setting Business Constraint for Uniqueness of a Composite Key in Master Data Services
9/17/2023 6:51:58 AM.
Setting Business Constraint for Unique Combination of Multiple Columns in Master Data Services
Containerize the .NET Core 7 Web API with Docker and Kubernetes
9/16/2023 10:58:04 AM.
Containerize the .NET Core 7 Web API with Docker and Kubernetes
Dependency Injection (Property Injection) In C#
9/14/2023 9:58:58 AM.
In this article we are going to discuss Property Injection. Dependency injection (DI) is a design pattern used in C# and other object-oriented programming languages to achieve better code organization
Principles and Practices for Ethical AI Development in Azure
9/14/2023 5:56:39 AM.
lets Explore the importance of ethical AI development and how Azure AI supports responsible AI practices.
How to Send Email Using ASP.Net With C#?
9/13/2023 10:55:47 AM.
In this article we will see the way to send email in ASP.Net C# There are several articles on web for sending an email using ASP.NET and C#. This article explains some important functions and common
AI Code Assistance in Visual Studio 2022
9/13/2023 10:35:06 AM.
The AI engine in visual studio detects our code context like including variable names, functions, and the type of code, we are writing based on that it gives you best suggestions.
Future-Proofing with QA
9/13/2023 9:08:49 AM.
In the dynamic world of tech, Quality Assurance (QA) evolves with AI-driven testing, expanding automation beyond UI, and integrating DevOps. It's pivotal in enhancing customer experiences, ensurin
Create and Send Emails with Dataverse in Power Automate
9/13/2023 6:50:26 AM.
Creating an Email Message with Dataverse using power automate in D365.
Creating Resilient Web Applications using ASP.NET Core and Domain-Driven Design (DDD)
9/13/2023 6:27:10 AM.
Building Robust Web Applications with ASP.NET Core MVC and Domain-Driven Design (DDD)
How to get ahead of the curve and future-proof your business with Power Platform and Azure OpenAI
9/13/2023 5:04:22 AM.
In this session, you will some wonderful case studies and how these have been used in different businesses
What is Generative AI?
9/12/2023 9:42:45 PM.
Generative AI, a subset of artificial intelligence, stands as a beacon of creativity within the realm of algorithms. It refers to the process of utilizing machine learning models to generate content t
Containerize ASP.NET Core API with Docker for Azure Kubernetes
9/12/2023 10:24:06 AM.
Containerizing an ASP.NET Core API with Docker and managing containers using Azure Kubernetes Service (AKS) involves several steps. Below, I'll provide a step-by-step guide to help you achieve thi
ContactUs page with Capctcha in ASP.NET using C#
9/12/2023 8:31:23 AM.
Simple Contact Us page with Catcha to avoid spam mail.
Containerization of the .NET Core 7 Web API using Docker: A Comprehens
9/11/2023 8:59:27 AM.
Learn how to containerize a .NET Core 7 Web API using Docker. This step-by-step guide covers prerequisites, creating a Web API, configuring routing, testing locally, and containerization with Docker.
Unlocking the Future: Azure OpenAI Services
9/11/2023 4:31:17 AM.
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
Containerization of the .NET Core 7 Web API using Docker
9/9/2023 11:58:14 AM.
Containerization of the .NET Core 7 Web API using Docker
How To Export Exchange Mailboxes To PST File Using PowerShell Cmdlet
9/8/2023 7:30:38 AM.
In this article, you will learn how to export Exchange Mailboxes to PST File using PowerShell Cmdlet.
What is Web3
9/8/2023 6:26:22 AM.
Web3, the next-gen web, emphasizes decentralization, blockchain, user control, and interconnectedness. It holds potential in DeFi, NFTs, supply chains, voting, healthcare, gaming, content monetization
Safe{Wallet} Guide: Master Multi-Signature Account Creation
9/8/2023 6:19:04 AM.
In this article, we will learn how to create a multi-signature wallet using Safe Wallet.
Getting started with Microsoft Semantic Kernel
9/8/2023 5:46:58 AM.
Microsoft Semantic Kernel is an Open Source lightweight SDK for consuming Large Language Models (LLMs) in normal programming languages like C# and Python
Easy LINQ To SQL Based Master-Detail Editor C#
9/6/2023 10:43:30 AM.
This article describes a simple approach to creating a LINQ to SQL based master-detail view with the ability to save changes made to the data. With practically no coding involved, the application belo
Working With Async Main In C# 7.1
9/5/2023 9:53:04 AM.
This article explains the async main feature introduced as part of C# 7.1 and demonstrates how to use it in application development.
Oracle Data Provider for .NET : Part II
9/5/2023 5:55:04 AM.
Oracle Data Provider for .NET (ODP.NET) is an implementation of a data provider for the Oracle database. ODP.NET uses Oracle native APIs to offer fast and reliable access to Oracle data and features f
Serverless Computing with Azure Functions with ASP.Net Core Web API
9/5/2023 5:25:01 AM.
ASP.NET Core Web API, along with a real-world use case, can be a powerful way to demonstrate the capabilities of serverless computing in Azure. In this example, we'll create a serverless Azure Fun
Retrieve Dataverse User Details with Power Automate
9/5/2023 4:44:58 AM.
In this article, we will delve into the process of retrieving user data from Dataverse through the use of Power Automate. Our focus will encompass both System Users and Active Directory (AD) Users, pr
Governance Tokens vs Utility Tokens
9/4/2023 3:38:17 PM.
Explore the world of blockchain tokens! Discover the differences between governance and utility tokens in decentralized ecosystems.
The Future of Blockchain with Polygon 2.0 and Polygon CDK
9/4/2023 3:28:00 PM.
Polygon CDK: Your key to simplified blockchain development with modularity, interoperability, shared liquidity, and ZK tech.
Working With NavigationPage In .NET MAUI
9/4/2023 9:22:10 AM.
In this article, we will learn about the NavigationPage in .NET MAUI.In .NET MAUI (Multi-platform App UI), the NavigationPage is a fundamental navigation container that allows you to manage the naviga
How to Train Azure Open AI Models?
9/4/2023 8:14:38 AM.
This article gives an introduction to Azure Open AI and how the model can be customized to answer to specific training data.
Containerize the .NET Core 7 Console Application using Docker
9/4/2023 6:09:26 AM.
To containerize a .NET Core 7 Console Application using Docker, you'll need to create a Dockerfile, which is a script that specifies how to build the Docker image for your application. Here's
Exploring Azure Cognitive Search's Power
9/2/2023 7:15:04 PM.
This article demonstrates the transformative prowess of Azure Cognitive Search, a technological marvel that is reshaping the way we interact with data in our data-driven world. With its advanced capab
Generative AI with Azure OpenAI Service (DALL-E Overview)
9/1/2023 6:13:25 AM.
In this article, we'll learn about Generative AI, and how to use the Azure OpenAI service for image generation with DALL-E.
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
9/1/2023 4:42:17 AM.
This article will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to preven
Resolve Dependency in 3 Ways Using Ninject IoC Container
8/31/2023 9:12:53 AM.
This article describes the implementation of three types of DI using Ninject.
How To Validate An Email Address In Python
8/31/2023 4:45:27 AM.
In this article, you will learn different ways to verify whether an email address is valid or invalid in Python.
How to create Pausable ERC20 Tokens?
8/30/2023 9:05:46 AM.
Pausable ERC-20 tokens bolster security, compliance, and user trust by enabling temporary halts in transactions.
Convert HTML String To PDF Via iTextSharp Library And Send As An Email Attachment
8/29/2023 10:59:53 AM.
In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
Navigation Rail with Material 3 in Jetpack Compose
8/29/2023 10:19:52 AM.
This article is a tutorial for creating a Navigation Rail in Android.
Building a Bulk Email Sending Console App with NET Core 7.0
8/28/2023 1:25:43 PM.
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous
Consume ChatGPT Open AI API Inside .Net Core Application Using Razor Pages
8/28/2023 10:33:37 AM.
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 a Large Language Model (LLM)?
8/28/2023 4:09:44 AM.
At the heart of LLMs lies a sophisticated architecture that allows computers to comprehend, generate, and manipulate human language. These models are pre-trained on vast text corpora, learning the int
Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP.NET
8/27/2023 12:09:49 PM.
In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is ap
How to Verify Your Smart Contract on PolygonScan?
8/27/2023 2:11:36 AM.
Discover Polygon's world of smart contracts. Verify and publish with PolygonScan for transparent, secure DApps. Boost trust, and open doors to transparency.
A comprehensive overview of Dictionary in C#
8/25/2023 10:09:57 AM.
Dictionaries are essential tools for managing data efficiently through key-value pairs, offering rapid retrieval and manipulation. The Dictionary<TKey, TValue> class empowers developers to effec
AI-Powered Invoicing Workflow Enhancement
8/25/2023 8:50:16 AM.
Seamless Invoicing: Leveraging AI for Workflow Enhancement
Introduction to Solidity
8/25/2023 8:34:13 AM.
It was first mentioned by Gavin Wood and developed by Christian Reitwiessner in 2014. The language is statically typed, meaning that variable types must be declared before they are used. It is also ca
SQL Server 2017 Docker Container And Web API In .Net Core
8/25/2023 6:59:27 AM.
In this article, we will be looking at how to use SQL Server 2017 Docker image.
Training an AI Model Using Microsoft Power Automate AI Builder
8/25/2023 6:24:21 AM.
Unlock AI's potential with Microsoft's Power Automate AI Builder. Seamlessly create AI models for predictions, text extraction, and more. Discover step-by-step training, from data identificati
AI Builder Enhances Power Automate's Capabilities
8/25/2023 6:11:47 AM.
Unlock the synergy of Microsoft's AI Builder and Power Automate, propelling organizations toward efficient automation. Craft AI models effortlessly, transforming manual tasks into streamlined proc
AI Empowerment in Azure IoT:
8/24/2023 6:43:25 AM.
Discover how the fusion of AI and IoT redefines industries. From predictive maintenance to smart agriculture, explore transformative possibilities, creating smarter systems and shaping a new era of in
Various Operations in Dictionary Using C#
8/24/2023 6:35:26 AM.
The Dictionary type in the C# language provides fast lookups of keys to get their values. It allows use of keys and values of any type, including integers and strings.
The Cloud Show with Magnus Mårtensson ft. Stephen Thair - Ep. 5
8/24/2023 4:40:09 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
What is Google Gemini, AI Project by Google?
8/23/2023 11:32:12 AM.
Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
Using Langchain to Extend an OpenAI Bot with Chat and Source Retrieval
8/23/2023 11:03:03 AM.
Text Embedding Models In LangChain
8/23/2023 11:02:38 AM.
Text embedding models are a way of transforming text into numerical representations, or embeddings, that can be used for various natural language processing tasks.
Using Langchain and OpenAI APIs in Python to Query Your Docs
8/23/2023 11:02:12 AM.
Using the APIs from OpenAI and the langchain project, it is quite easy to implement a bot that is fed with your documentation and other product information. The answers of the bot are then specific fo
Getting Started With LangChain
8/23/2023 11:01:53 AM.
LangChain is a framework for developing applications powered by language models. It enables applications that are data-aware and agentic, meaning that they can connect to other sources of data and int
Agents In LangChain
8/23/2023 11:01:14 AM.
In this article, we will discuss the agents of langchain and their different types on langchain with example
Seamless AI Integration: ChatGPT in the Microsoft Power Platform
8/23/2023 11:00:34 AM.
Seamless AI Integration: ChatGPT in the Microsoft Power Platform" refers to the integration of ChatGPT, a powerful AI language model, into the Microsoft Power Platform. This integration allows us
Deploy Angular Project On Domain
8/23/2023 10:36:57 AM.
In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please pro
Replication In Distributed Real Time Database System
8/23/2023 9:37:57 AM.
Replication Techniques for increasing the performance of Distributed Real Time Database System.
Discovering Azure Cognitive Services
8/23/2023 9:02:52 AM.
Unlock the power of Azure Cognitive Services, Microsoft's AI suite. Bridging human-machine interaction, it transforms apps with vision, speech, and language capabilities. Enhance development acros
Conditional Formatting In Microsoft PowerApps
8/23/2023 8:42:11 AM.
Conditional Formatting for Email or Create a Popup to check Email in Power Apps Form .
Docker Container With Azure Container Instance
8/23/2023 5:18:42 AM.
In this article, how to work with Azure container instance on azure
Mastering Email Approvals with Power Automate
8/22/2023 11:37:40 AM.
Navigating Email Approvals: A Comprehensive Look at Automated Flow and Template Methods in Power Automate
How To Generate Image Using OpenAI API In Flutter?
8/22/2023 9:33:20 AM.
In this article, you will learn about how to generate images using OpenAI API in Flutter.
Vector databases for Azure Open AI Embeddings Storage
8/22/2023 9:25:14 AM.
This article will cover Vector Databases for Azure Open AI Embeddings Storage.
Exists & Contains Method To Check An Item In A List Collection
8/21/2023 11:14:25 AM.
In this article we will learn about exists and contain method. to check an item in a list collection.
Reading SSL Certificate Details In C#
8/18/2023 10:00:10 AM.
In this article, you will learn about SSL certificate details in C#.
Power BI Premium's Benefits for Large Organizations
8/18/2023 4:02:08 AM.
Explore the benefits of Power BI Premium for organizations with large user bases and complex data requirements
Will Programmers Lose Their Jobs Because of AI?
8/17/2023 12:21:34 PM.
This article will explain programmers' jobs in the future due to the emerging ai market.
Container Widget In Flutter
8/17/2023 10:17:30 AM.
In this article, you will learn about container widget in Flutter.
What are Alchemy Compute Units?
8/17/2023 7:58:39 AM.
Compute Units: Alchemy's efficient metric for accurate resource measurement, fair pricing, and optimal application performance.
Learn to add a Custom Domain in Azure Active Directory
8/16/2023 8:13:36 AM.
Discover how to integrate a custom domain into Azure Active Directory and establish it as the primary AD. Enhance user authentication and streamline business operations using tailored domains in Micro
Microsoft Power Automate Process Mining is now officially available for users
8/15/2023 8:53:22 AM.
Microsoft is excited to announce the general availability of Microsoft Power Automate Process Mining, an innovative capability that empowers organizations to gain deep insights into their business pro
Visual Studio 2022 V17.7 Now Available
8/14/2023 10:19:18 AM.
Discover the latest enhancements in Visual Studio 2022 version 17.7, including C++ build insights, user-friendly updates, debugger improvements, and more. Optimize your development workflow with these
Sending An Email In C#/.NET
8/12/2023 12:04:02 PM.
In this article, you will learn how to send emails with only one line of code.
API Integration In Angular with Complete Example
8/11/2023 5:12:11 AM.
Angular is a popular open-source JavaScript framework for building dynamic and sophisticated web applications. It is developed and maintained by Google and is designed to simplify the development proc
MySQL Key Constraints
8/10/2023 5:41:42 AM.
In this article we will learn about constraints on different keys.
Integrate Azure OpenAI into Microsoft Teams with the Teams Toolkit
8/10/2023 5:23:32 AM.
This Article Demonstrate How to Use the Power of Azure Open AI into Microsoft Teams By leveraging the Teams Toolkit to achieve greater success, innovation, and efficiency in daily operations.
How to Use AI Builder in Power Apps?
8/9/2023 8:55:40 AM.
Learn how to utilize Microsoft's AI Builder in Power Apps to perform sentiment analysis on text data. Enhance user experiences, understand feedback, and make data-driven decisions with this compre
Deploy Python FastAPI using Azure Container registry
8/9/2023 4:33:34 AM.
In this article, we are going to learn how to deploy our first FastAPI using the Azure Container registry.
Kubernetes for Dummies: A Simple and Practical Introduction to Container Orchestration and Ecosystem
8/7/2023 9:52:08 AM.
Learn the basics of Kubernetes and container orchestration in this easy-to-understand guide. Perfect for beginners, this article covers the key concepts and practical use cases of Kubernetes, making i
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download