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.
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, ...
Learn about the top 5 Web technologies of the year 2023 and beyond
In this article, you will learn how to import browser settings from chrome to edge.
In this article I will explain about Graphics class and Transformation in GDI+.
Speech programming includes various APIs and technologies for Windows and Web development. This blog sheds some lights on these various technologies and which technology to use when.
This blogs compares two technologies in .NET perspective for building distributed applications.
Virtualization in WPF improves the rendering performance of UI elements. By applying virtualization, the layout system ensures that only the visible items of a container are rendered on the screen.
This article focuses on the how to work with the border of WPF elements.