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.
WPF ListBox class represents a ListBox control that is a collection of ListBoxItems. The <ListBox> XAML represents the UI of a ListBox. This tutorial and code examples are the various use cas...
Angular and React are the two most popular JavaScript frameworks. In this article, I will review the top 10 most popular and most in-demand JavaScript frameworks.
The WrapPanel element in XAML represents a Wrap Panel. This tutorial shows how to use a XAML WrapPanel in WPF and C#.
The <Toolbar> element in XAML and the Toolbar class in WPF represent a Toolbar control. This tutorial consists of several code examples of how to create a Toolbar and add buttons to a toolbar...
The ListView element in XAML represents a ListView control. The code example in this tutorial demonstrates how to use a XAML ListView in WPF using C#.
XAML doesn't support a GridView element. However, you can use a ListView to create a GridView like UI. The code sample in this article is an example of creating GridView in XAML.
A GridView control provides interactive Grid functionality. WPF does not provide a GridView control. However, WPF ListView supports a GridView mode. The code sample in this tutorial demonstrates ho...
India is one of Microsoft's fastest growing markets, driven by the country's rapidly growing digital economy and the increasing adoption of cloud computing and artificial intelligence (AI) ...
Learn what Azure Arc is and how Azure Arc helps businesses to simplify their hybrid cloud infrastructure.
How to close Skype on Windows 8.1
If you are interested in games programming using Microsoft technologies for Windows platform, XNA may be the way to go. Microsoft has spent so much in XNA for years and not it seems to be paying of...
My thoughts on Apple and Microsoft strategies over development of iPhone and Windows Phone applications.
Learn how to beco
Learn how to use XAML Viewbox with code example. <Viewbox> element in XAML represents a Viewbox control of WPF and C#. Viewbox.Stretch and Viewbox.StretchDirection properties.
ChatGPT is a large language model that can be used for various tasks, including search. It is trained on a massive dataset of text and code, and it can generate human-like text, translate languages...
Here is a list of new features in MongoDB 3.2.
In this article I will explain about Drawing Graphics Shapes in GDI+.
LinkedIn's new AI Hiring Assistant automates repetitive recruitment tasks, allowing recruiters to focus on strategic engagement and improving candidate matching.
In this article I will explain you about Connection Object in ADO.NET.
Arrays in C# are one of the most used data types. In this post you can learn what jagged arrays are and how to use jagged arrays in C#.