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.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Learn what top level statements are in C# and why, what, and how top level statements work.
Why should I write for a community website like C# Corner when I have my own personal blog? A few people have asked me this question on numerous occasions.
The Is operator in C# is used to check if a type of an object is compatible with the other type. If type is not compatible, you will also see C# compiler will through an error in Visual Studio IDE.
I have been asked many times if it is worth writing a technical book. How much money do I make? What is the process of getting a book published? This article talks about the entire process of writi...
Learn how to access app history on Windows 8 using the Task Manager. Monitor app usage, resource consumption, and performance metrics to optimize your system. Gain insights into your app activity f...
Bing is the default search provider in IE 11 on Windows 8.1. This article shows how to change the search provider from Bing to Google.
It has been more than a year since Windows 8 was introduced to the consumers. The date was Oct 26, 2012 to be exact. And here we are, still debating if Windows 8 is a failure.
Learn how to easily install SQLite on your Windows 11 system. Download the setup, configure environment variables, and use the command prompt to set up the SQLite shell for efficient database manag...
Several guys have asked me this question, “How they can author a technical book”. Just follow these steps and you will be on your way to become an author.
Learn how to get file size in C#. Sample code included.
Here is a list of new things you must learn right now.
I was thinking what goodies Microsoft will have for MVPs next week at the Summit? I just got my answer.
Is anybody from C# Corner going to the MVP Summit 2012? I will be there from Feb 27 - March 03.
Visual Studio 2010 has three versions - Professional, Premium and Ultimate. This chart shows you the features available in each of these versions.
This is what ghost rider says when he needs your soul.
Windows Forms 1.0 lacked a Web Browser control. The work around was to use IE ActiveX control using COM Interop. Now Windows Forms 2.0 provides a Web Browser control, which is a managed wrapper of ...
Learn how Encountering a 'OneDrive Isn’t Signed In' popup can disrupt workflow. Troubleshoot by ensuring proper sign-in to your Microsoft account, verifying internet connectivity, checking ...
Learn how to Convert SQL Server Data to JSON using JSON PATH clause.
Learn how to work with directories or folders in C# using the C# Directory class .