Founder C# Corner. Founder & CEO Mindcracker Inc. Investor, Advisor, Board member of several startups and non profit foundations. Try to implement emerging technologies when trying to solve the next problem.
GitHub Copilot is an AI pair programmer that suggests code completions and other forms of code assistance as you code.
Delegates encapsulate and pass methods as parameters to other methods. A delegate can encapsulate a named or an anonymous method. You’re most likely to use a delegate in events or callbacks.
In this article, let's try to understand generic delegates in the C# language.
Learn and download SQL Operations Studio
Microsoft Store looked copied, Tech guys are better dressed and shaved, but Surface is NO iPad or Kindle.
In this article I will explain you how to drawing Text in GDI+.
I have created a new section for beginners where beginners will find our free ebooks and tutorials.
Microsoft introduces Llama 2 AI, featuring pay-as-you-go inference and easy customization through Azure's new Models-as-a-Service platform.
Azure Revolutionized: Microsoft Unveils Copilot for Azure in Limited Preview at Ignite 2023.
C# ComboBox is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list. In this article,...
Sample code shows you how to add items to a list box.
The Corda Platform is an open source blockchain platform. What is Corda Blockchain. How does Corda distributed ledger technology work. What is Corda Enterprise and how to build CorDapps using Corda.
Span is a new feature announced in C# 7.2.
Learn how to build intelligent apps using Microsoft data platform and tools.
Do you wonder how many monthly visitors we get? Where and how they come to C# Corner? What operating system and browser do they use? What machine resolution they have? Where here it is.
In this article I will explain you how to draw rectangles in GDI+.
I recently have been engaged in an assignment where I had to copy large chunks of data from one DataTable to another. This article talks about how DataTable.ImportRow method may be more effective t...
Microsoft has unveiled its first custom-designed artificial intelligence (AI) chip and a new cloud CPU, both of which are aimed at boosting the performance of its cloud computing services.
Literal improvements in C# 7.0. C# 7.0 introduced two literal improvements, a digit separator and a hex literal.
C# local functions were introduced C# 7.0. Learn how to use local functions in C#.