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.
In this article, you will learn how to Disable Email Notifications on Github.
Learn about the key features available in .NET Framework 4.7.1.
With Visual Studio Live Share you and your teammates use the same debugging session. You can collaboratively step through code or set breakpoints which are reflected in your teammate’s editor in re...
Watch how VSTS, Azure, and Visual Studio are being used in DevOps.
Pick a color of 2017 conference t-shirt.
Microsoft and IBM Cloud ads are already on TV. Most of the companies are trying to either build their clouds or trying to join other clouds out there. All major online websites including Google, Mi...
In this article I will explain how to create a line chart in GDI+.
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