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 about SQL Server TempDB.
FileStream class can be used to read/write data to a file with the help of StreamReader and StreamWriter classes.
This article explains how to handle mouse events in C# or VB. In C#, you write a delegate and then write an event handler.
Learn what Microsoft Mesh is and what are different components of Microsoft Mesh.
UWP Improvements in Visual Studio 2017
This tip shows how to show and hide a Windows Store app bar from your code.
This tip shows how to close a Windows Store app in dynamically.
In this article I will explain about The FromImage, FromHdc, and FromHwnd Methods in GDI+.
In this article I will explain the CommandType Enumeration in ADO.NET.
My new year 2010 started with Microsoft MVP Award. I got this email from Microsoft. Any body else got Microsoft MVP award yet?
Want to know what the future of .NET is? Microsoft just released .NET Core 3.0. Learn here what is the future of .NET in coming years.
How to show a message box in a Windows Store app using the MessageDialog class.
In this article I will explain Creating an OleDb Command Object in ADO.NET.
In this article I will explain Creating Sql and ODBC Command Objects in ADO.NET.
In this article, learn the scope of .NET.
Dec 30 morning, I woke and read news about Delhi Rape Victim and could not stop myself writing this poem. Sorry for non-Hindi readers. I will try to translate to English soon.
WebBrowser control allows developers to build Web browsing capability within Windows Forms applications. In this article, we will demonstrate how to use a WebBrowser control in a Windows Forms appl...
On getting MVP Award for year 2009!
Using string might degrade the performance of your application. This article explains about what precautions you should take when you are going to use strings in your application.
Commenting and following a uniform naming guidelines in your code is one of good programming practices to make code more useful.