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.
A graphics path is a set of connected lines, curves, and other simple graphics objects, including rectangles, ellipses, and text. This article demonstrates how to create and use paths in WPF and XA...
Are you a Windows developer and wonder what the future of XAML looks like? XAML is used to build user interfaces of WPF and UWP applications.
Can't find Visual Studio 2013 RC in your start menu? You must be not looking closely.
Now you can unsure your social accounts including Facebook, Twitter and LinkedIn.
Read this article if you are getting Error 501 not implemented or not supported.
This blog talks about some basic rules of building a great and successful website.
Check out this Microsoft lab
Microsoft OneCare provides all-in-one including AntiVirus, Firewall, Antospyware, Anti-phishing, backup and restore and more.
In this article, you will learn about Deconstruction in C# 7.0.
In this article, I will discuss how to add a system tray icon for an application using the NotifyIcon in a Windows Forms application using Visual Studio 2010.
A NumericUpDown control allows users to provide a spin (up/down) interface to move through pre-defined numbers using up and down arrows. In this tutorial, we will see how to create a NumericUpDown ...
Recently, I have done a fair amount of Win32® Interop in my Microsoft® .NET Framework-based apps.
Windows PowerShell is a new Windows command-line shell designed especially for system administrators. The Windows PowerShell includes an interactive prompt and a scripting environment that can be u...
The idea behind WebShell is to translate HTTP requests to commands each command or more than one command represented by DLL, Command class that implements ICommand interface will include methods th...
10 modules to get started with SharePoint 2010 development.
A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label contro...
The As operator in C# is used to convert from one type to another. You can use casting to cast one type to another but if you apply casting on incompatible types, you will get an exception.
The C# DateTime structure represents dates and time in C# and .NET. This tutorial explains C# DateTime class, its members, properties and how to use them to perform DateTime tasks such as format da...
Here is the code example that deletes all elements from a C# dictionary.
PictureBox control is used to display images in Windows Forms. In this article, I will discuss how to use a PictureBox control to display images in Windows Forms applications.