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.
What Is New In .NET Standard 2.0.
This article demonstrates how to implent virtualization in WPF using VirtualizingStackPanel
I just got this screen of Visual Studio 2013 that shows how long my license will last.
ESCOZ has written steps required to build iPhone applications using MonoTouch on a Windows PC and Visual Studio 2008. Nice work ESCOZ.
Here we go. Finally I gave up and got a MacBook Pro today. There is no way one can build iPhone apps without a Mac. Did I tell you, I hate Apple?
In this article I will explain about manipulating Images in GDI+.
I do not like clutter on my laptop and Groove.exe was one of the unwanted exe running on my laptop. This blog talks about how to disable and remove it.
TranslateTransform is used to move an element from one position to other. The X and Y properties are used to move an element towards the x and y axes.
SkewTransform is used to skew or shear an element. Shear can be used to add depth to elements to give them a 3-D look.
Scaling is a process of stretching or shrinking an element. The ScaleTransform scales an element by a given factor.
This article demonstrates how to rotate elements and controls in WPF using XAML and C#.
This article demonstrates how to use LinearGradientBrush in WPF using XAML and C#.
This article describes Optional Parameters, introduced in C# 4.0.
Surface Pro is not a tablet. It is actually a laptop and I can really work on it.
SkyDrive has a long way to go in file sharing arena but hackers have already started spamming SkyDrive.
This article demonstrates how to use SolidColorBrush in WPF using XAML and C#.
How to get and set an Item of a dictionary in C#
How to count dictionary items in C#. The Count property gets the number of key/value pairs in a c# Dictionary.
How to read all items of a Dictionary in C#. The C# Dictionary is a collection. We can use the foreach loop to go through all the items and read them using they Key and Value properties.