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.
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.
This article focuses on the StackPanel in details.
This article focuses on the Grid panel in details.
This article focuses on the WPF Layout: of DockPanel in details.
This article focuses on the WPF Layout: of Canvas Panels in details.
This article explains the basics of focus of various panels in WPF.
This article focuses on how to adjust the percentage of a container or screen in the size of elements in WPF.
This article focuses on the content alignment of elements.
This article focuses on the vertical and horizontal alignment of elements.