How to write to a text file in C#
This code sample shows how to write to a text file in C#.
Categories: Communities
How to read a text file in C#
This code sample shows how to read text files in C#.
Categories: Communities
Cursor in WPF and C#
In this we will learn how to create Cursor in WPF with C#.
Categories: Communities
Working with Menus - Windows Programming
In this article you will leann how to work with Menus in Windows Programming.
Categories: Communities
The '8 Commandments' for Choosing a Unit Testing Solution
In this article you will learn how to use 8 Commandments for Choosing a Unit Testing Solution.
Categories: Communities
Login and Logout Page Navigation in Silverlight 4
In this article we will see how we can navigate to a default page when user logs out in Silverlight 4 navigation framework.
Categories: Communities
StatusBar in C#
A StatusBar control is a combination of StatusBar panels where each panel can be used to display different information. In this article, I will discuss how to create and use a StatusBar using StatusBar class in a Windows Forms application.
Categories: Communities
No GDI Calls between GetHdc and ReleaseHdc
In this article you will learn how to use No GDI Calls between GetHdc and ReleaseHdc.
Categories: Communities
Interactive Menu using ListBox in WPF
In this article we will see how we can make use of a ListBox control to look like a menu.
Categories: Communities
Customize AutoCompleteBox in WPF
In this article we will see how we can customize an AutoCompleteBox in WPF.
Categories: Communities
Three way to form URI for REST Services
In this article, I will show how we could construct URI in three ways.
Categories: Communities
Static classes in C#
In this article you will learn how to use Static classes in c#.
Categories: Communities
Using an ASP.Net Master Page with theme and CSS
Using an ASP.Net master page with a theme and CSS can be tricky. In this article, I'll show you how to do things right.
Categories: Communities
How to create a Balloon Tooltip in C# and Windows Forms
How to create a Balloon Tooltip in C# and Windows Forms
Categories: Communities
Tooltip in C#
In this article, I will discuss how to create and use a Tooltip control in a Windows Forms application using Visual Studio 2010. After that, I will discuss various properties and methods available for the Tooltip control.
Categories: Communities
Exporting datagrid from to an Excel, Word and notepad format
There are several solutions for this implementation and in this example we will convert the datagrid to excel, word and notpad format.
Categories: Communities
Introduction to Visual Studio 2010 DataTips Pinning
In this article, we will look into new feature of VS 2010 called as DataTips pinning.
Categories: Communities
Modification in string using Stringbuilder class in C#
Modification in string using Stringbuilder class in C#
Categories: Communities
MySql database connectivity with ASP.Net
In this we will learn how to connect MySql database with ASP.NET.
Categories: Communities
Change Theme Dynamically in Silverlight 4
In this article we will see how we can change theme dynamically in Silverlight 4.
Categories: Communities