|
|
|
In this section of .NET Heaven, you will find C# related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Microsoft Visual Studio Professional 2010
by
Praveen Moosad
on
Aug 27, 2010
Visualize your workspace with new multiple monitor support, powerful Web development, new SharePoint support with tons of templates and Web parts, and more accurate targeting of any version of the .NET Framework. Get set to unleash your creativity.
|
Visual Studio 2010
by
Praveen Moosad
on
Aug 27, 2010
Visualize your workspace with new multiple monitor support, powerful Web development, new SharePoint support with tons of templates and Web parts, and more accurate targeting of any version of the .NET Framework. Get set to unleash your creativity.
|
Features of Visual Studio 2010
by
Praveen Moosad
on
Aug 27, 2010
Visualize your workspace with new multiple monitor support, powerful Web development, new SharePoint support with tons of templates and Web parts, and more accurate targeting of any version of the .NET Framework. Get set to unleash your creativity.
|
ListView in C#
by
Mahesh Chand
on
Aug 10, 2010
This video demonstrates how to use a ListView control in a Windows Forms application using C#.
|
ASP.NET forms authentication
by
Shivprasad
on
Aug 05, 2010
This video explains single sign on using ASP.NET forms authentication. This video create a simple ASP.NET project with forms authentication. We then create 2 website , now when we login to one website the other website pages can also be browsed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Top 10 WPF Performance Tips
by
jaison joy
On
Aug 31, 2010
Windows Presentation Foundation provides a very comfortable way to develop rich user experiences. A drop shadow for example can added by inserting two simple lines of XML. But this simplicity can also mislead us to overuse them. This leads to performance issues.
|
|
Comments:
1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Convert a string to Title Case in C#
by
Suthish Nair
On
Aug 30, 2010
There is no direct method like ToUpper(), ToLower() for Title Case. But using CultureInfo and TextInfo classes we can do Title case of a string. Below method will convert the first character of each word to uppercase.
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ALL Operations on Active Directory (AD) using c#
by
Dhananjay Kumar
on
Nov 13, 2009
This article will explain how to perform operations on Active Directory (AD) using C#. In this step-by-step tutorial, I will build a class library (DLL) project that will perform all the AD Operations and then you can use this class library in any application to use this functionality.
|
|
|
|
|