|
|
|
Welcome to Visual C# section of C# Corner. In this section, you will find various Visual C# related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Generics in C# - Part II
by
Amr Monjid
on
Aug 05, 2009
In part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.
|
Generics in C# - Part I
by
Amr Monjid
on
Aug 05, 2009
In part I of this series you will see the importance of generics, you will know how to use generics types which in System.Collections.Generic, and you will also know how to create generic methods.
|
Binding in WCF in .Net 3.5
by
Diptimaya Patra
on
Jul 31, 2009
WCF uses bindings to generate the underlying wire representation of the endpoint, so most of the binding details must be agreed upon by the parties that are communicating. The easiest way to achieve this is for clients of a service to use the same binding that the endpoint for the service uses.
|
Populating DataView from DataReader
by
Rajul Aggarwal
on
Jul 08, 2009
This article will illustrate how to populate DataView from DataReader in C#. In many scenarios we may have the data in DataReader which is required to be bind to GridView or some other control. In this scenario we can populate a DataView from DataReader and then provide the populated DataView to our Control.
|
Scientific Calculator in C# by Rajshree
by
rajshree mittal
on
Jul 08, 2009
The attached project is a Scientific Calculator application developed using C#.NET. It allows you to calculate sin, cos, tan, sin inverse , cos inverese, tan inverse with radian or degree. It also has square root, cubing, squaring and many more features.
|
Playing Sounds in .NET 2.0 using Sound Player
by
Mahesh Chand
on
Jun 23, 2009
If you have ever played sounds in your applications, you must be familiar with PlaySound() WIN32 function. Prior to .NET 2.0, there was no way to play sounds thorugh the managed API. The SoundPlayer class introduced in .NET 2.0 now allows developers to play sounds using managed API.
|
OpenFileDialog in C#
by
Robert Pattinson
on
Jun 16, 2009
The OpenFileDialog object interacts with the Computer’s API (Application Programming Interface) to present available files to the user and retrieves the user’s file selection back to the program.
|
|
|
|
|
|
|
|
|
|
|
Chapter 1: C# Preview
by
Apress
on
Jan 08, 2009
In this chapter, I've touched upon the high-level characteristics of programs written in C#.
|
|
|
|
|
C# Tools
by
James Nies
on
Jan 05, 2009
An extensive collection of C#/.NET tools and resources.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XML Driven Validation
by
Subal Mishra
on
Mar 20, 2007
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
This book demonstrates the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.
|
|
Browse more books here»
|
|
|
|
|