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.
C# List<T> class represents a collection of a type in C#. List.Add(), List.AddRange(), List.Insert(), and List.InsertRange() methods are used to add and insert items to a List<T>. The ...
I just received this email from LinkedIn that tells me that we can no longer share tweets on LinkedIn profile. Bummer for LinkedIn.
The MaskedTextBox control is a TextBox with mask feature, which allows you to set the format of the data of TextBox such as zip code, date, time, social security, and phone number.
Mindcracker has announced the Editor's Choice Award for year 2010. Congratulations!
We are excited to announce monthly prizes for our authors starting Jan 2010 month. Please check this blog for more details and let us know what you think.
The Graphics class defined the transformation related functionality. This article discussed the Graphics class and its members that participate in transformation process.
This step by step tutorial shows you how to create your first Tablet PC application using Visual Studio .NET and C# with the help of Microsoft Tablet PC API.
In this article, I will write an application that allows us to set the Ink Overlay properties dynamically based on the values selected by the user.
This article shows a real-world usage of Tablet PC InkPicutre control and ink. The attached file is a Visual Studio 2003 project, which allows you to load an image file, write on the image using in...
You can use any control as a surface for the ink and can write on these controls using a Tablet PC pen. To make a control ink enabled, you must have to assign the handle of the control to InkOverla...
Imagine having access to your own personal secretary at your disposal without paying a salary.
Here is a list of my top 8 technology trends for 2015.
Linkedin is getting annoying every day. Are they desperate to grow more social activity?
In this article I will explain about Fill Methods in GDI+.
In this article I will explain about working with brushes and pens in GDI+.
In this article I will explain about Brushes, Pens and Alpha Blending in GDI+.
Adobe may have realized the power and popularity of tablets. Adobe is now finally getting into touch applications development. What does it mean to the end users?
This tip shows you how to change the color of a chart bars in Crystal Reports.
You can export a Crystal Report to various formats using CrystalReportViewer’s Export option. However, there are occasions when you want your users to see the report direct in PDF format in the bro...
In this article, I will discuss some functionality related to the LinkLabel control and how to use it.