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.
Visual Studio LightSwitch is a new addition to the Visual Studio 2010 family that allows you solve specific business needs by enabling you to quickly create professional-quality business applicatio...
The C# FileInfo provides methods to work with files. In this article, you'll learn how to use FileInfo in C#.
The “using” keyword in C# is one of the best friends of programmers but many of us may not realize this. The “using” keyword is used in two cases – First when importing a namespace in your code and...
Here is code example of how to get current time zone using C# TimeZone class.
In our applications, we often use static properties. Prior to WPF 4.5, the Binding object did not support binding with static properties. WPF 4.5 now supports binding with static properties.
Are you bored with your job? Here is some advice that may help you.
The Microsoft Surface Tablet is a little different from other Tablets out there including the iPad. At least for Microsoft developers.
The LINQ to SharePoint project provides a custom query provider for LINQ that allows to query SharePoint lists using familiar LINQ syntax. LINQ stands for Language Integrated Query and is one of th...
A StatusBar control is used to display status in a WinForms app. In this article, you will learn how to use a status bar control in a Windows Forms application.
In this article, we will learn how to build status bar enabled Windows applications using Visual Studio 2010 and C#.
In this complete tutorial, learn everything about the RadioButton control in C#.
Windows containers provide operating system level virtualization that allow you to run multiple isolated applications in one container host.
So what is the Biggest Problem with Office 365
Now I am installing Visual Studio 2012 Ultimate on Windows 8. Check out the changes and updates.
.NET Framework Class Library provides several interfaces to support additional functionality in collections such as ICollection, IList, and IComparable. IComparable interface is used to support the...
The Binding object in WPF is responsible for data binding with user interface elements and a data source.
Ref returns were introduced in C# 7.0. Learn how to use ref returns in C#.
Learn how to add a list of beta testers to your Alexa skill to test the skill.
List of some resources for getting started with Power BI.
How to enable and disable the auto-hide ribbon in Excel 2013.