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 Blue is next version of Windows 8 and looks like the Start Menu is returning.
Exception handling is crucial since the robustness of software depends on how effectively a program deals with exceptions.
In this article I will explain about Scaling, Shearing and Rotating Colors in GDI+.
Microsoft leaders needs to rethink their strategy. They need to start building credibility and moreover they need to stand behind their developers.
I found it so annoying when you upgrade an evaluation version of VS 2008.
Growth marketing is a strategic, data-driven approach to achieving sustainable business growth. Growth marketing drives sustainable business growth through data-driven strategies, customer-centric ...
I am back from India and work has started. We are planning to launch C# Corner v12 sometime early next week. Check out preview here.
Several Chinese websites have copied my articles as it is including images and data. How do I deal with it?
In this article I will explain about Transformation Types in GDI+.
What an emotional day! It was a real pleasure to meet all MVPs came from different places of INDIA. Here are some photos of the event.
Here is a list of top crypto market makers. Market-making in the crypto world ensures smooth trading by acting as a bridge between buyers and sellers. Learn about market makers' roles, strategi...
Microsoft invested $1.5 billion in UAE AI leader G42 to boost AI innovation in the region and empower businesses with advanced cloud solutions. The partnership will also create a skilled AI workfor...
Visual Studio 2016 is the latest version of Visual Studio.
In this article, I discuss how to create reports from a business objects collection. I create a Windows Forms application with reporting being processed as local processing mode.
I could not be more happier when I saw the ReportViewer control as a part of Visual Studio 2005 controls. This article is an introduction to the ReportViewer control and how to write a simple repor...
Here are some more audience photos
My year 2008 was ended with a blast party and year 2009 started with the MVP Award :).
C# out parameters facilitate passing method arguments' references. Unlike ref, they need not be initialized. With C# 7.0, parameters can be directly defined in the method, streamlining code. A...
FolderBrowserDialog in C# is a convenient tool for enabling users to browse and select folders within a C# application's graphical user interface. It's part of the .NET framework, specifica...
Pattern matching in C# is a powerful feature allowing concise and expressive code for conditional statements and type checking. It enables matching based on various patterns like types, constants, ...