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.
Windows 8 consumer preview is available now.
Check out what involves in getting ready for Visual Studio 11.
Visual Studio 11 Beta is available to download now.
GitHub Copilot is an AI-powered code completion and generation tool that provides real-time suggestions to developers as they write code.
Learn how to enable and set up GitHub Copilot, an AI-powered coding assistant that helps you write code faster and with fewer errors.
Crapware is the crap a hardware manufacturer puts on a new hardware.
Don't know what Visual Studio 11 version fits you? Here is a version comparison.
Watch videos and learn how to develop Windows Phone 7 applications and games.
In one of my applications, I needed Operating System version, service pack and other details. Here is the code snippet that shows how to use the Environment class to get Operating System data.
Here are some photos from MVP Summit 2010 at Microsoft.
Are you tired of waiting on your DBA to do all database schema and data sync from your DEV environment to TEST or PROD environments? Guess what? No need to worry anymore. Read on..
Learn what is the difference between Github Copilot and Microsoft Copilot. Microsoft Copilot enhances productivity across Microsoft applications, while GitHub Copilot focuses on coding assistance. ...
In this article, we will discover how to set your printer to print in black and white on Windows 10. Save ink and customize your printing preferences with ease. Learn to adjust settings, navigate p...
C# tuple is a new data type. Learn how to use tuples in C#.
Learn how to use Global using Directive in C# 10
WPF WrapPanel control is a panel that positions child elements in sequential position from left to right by default. The WrapPanel element in XAML and the WrapPanel class in C# represent a WrapPane...
SQL Server 2012 will be launched March. Check out major resources and download you need to get started and ready for SQL Server 2012.
Here are 20 good tips.
In this tutorial, learn how to implement a Timer in C#. The Timer control represented by the C# Timer class executes a code block at a specified interval of time repeatedly.
All elements in XAML including all brushes have an Opacity attribute that defines the transparency of an element. This article demonstrates how to use Opacity to implement transparent brushes in WP...