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.
I've been fond of ANTS Profiler for years now and I just downloaded SQL Prompt from RedGate Software. I have to admit, this is another tool I am liking a lot.
Top tips to become a thought leader
Check out the new features and announcement related to .NET 2015.
In this article I will explain you how to draw Ellipses and Circles in GDI+.
Windows Azure and Cloud Computing seems to be the new thing at Microsoft. Any body tried it?
Windows SaveFileDialog allows users to save a file. C# SaveFileDialog class represents a Save FileDialog control. In this code sample, you will learn how to use a SaveFileDialog in C# and Windows F...
Learn and download Embeddinator-4000
In this article, we will learn how to create an XML file in-memory and write it to the local storage using C# and .NET.
The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to work with the Window...
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.