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 I will explain about working with images in GDI+.
Here are the 10 tips for Web developers and administrators on how to build and maintain secure websites.
The Grid class in WPF represents a grid panel. Grid panel can also be created at design-time using XAML <Grid> element. The code examples in this article, you will learn how to use a WPF Grid...
A DatePicker control is used to create a visual DatePicker that let user to pick a date and fire an event on the selection of the date. The DatePicker class in C# and <DatePicker> element in ...
This article demonstrates how to implement HTML Table percentage like feature in WPF using Grid panel.
This article shows how create and use a slider control using WPF and XAML.
Tesla, the electric vehicle maker, has finally delivered its first production models of the Cybertruck.
Amazon is launching its own generative AI service to compete with Microsoft's CoPilots and other chat bots.
The <Grid> element in XAML represents a grid panel that provides a grid layout. The code example in this article shows how to use a Grid panel at design time using XAML in a WPF app.
Securing your web applications with ASP.NET Core 2.0
The ColorPicker allows you to pick a color from the color palette. The ColorPicker control comes with the WPF Toolkit Extended. This article demonstrates how to use the ColorPicker control in a WPF...
In this article I will explain you how to Draw Pie Shapes in GDI+.
C# is a strongly-typed language. What does that mean? In the C# language, every variable and constant has a pre-defined type. But what if you are not sure of the type of the variable? This is where...
This article demonstrates how to draw column charts using WPF and C#.
Check how fast Microsoft Edge is compared to other browsers.
This article shows you how to use Crystal Reports options to sort a report records.
In this article, I will show you how to access Access database files using ODBC data provider.
The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, V...
How to delete a directory in C# and .NET. The System.IO.Directory class in the .NET Framework class library provides static methods for creating, copying, moving, and deleting directories and subdi...
In this article, you will learn how to use a WPF Canvas panel using XAML and C#.