CSharp.Net-Informations.com
   Home      .Net Framework      VB.NET      C#                                                                      About


C# Tutorial and source code

C# (pronounced C sharp) is a programming language designed for building a wide range of enterprise applications that run on the .NET Framework. Visual C# .NET enables developers to build solutions for the broadest range of clients, including Web applications, Microsoft Windows Forms-based applications, and thin- and smart-client devices. And, with an elegant, modern programming language, Visual C# developers can leverage their existing C++ and Java skills and knowledge to be successful in the Microsoft .NET development environment.

I hope this site will help you to acquire the skills and knowledge necessary to develop Windows applications in Visual C# in a simplified manner rather than in a complex way.


An overview of Microsoft CSharp
*       An overview of Microsoft .Net Framework
*       An introduction to C#
*       C# and VB.NET
*       C# and JAVA
*       C# sample programs
*       C# console based application
*       C# windows based application
*       C# command line tools
*       C# command line arguments

C# Language Tutorial
*       C# Types
*       C# boxing and unboxing
*       C# DataTypes
*       C# type conversions
*       C# Access Modifiers , CSharp Access Specifiers

C# Statements Tutorial
*       How to use C# if else statements
*       How to use C# for loop
*       How to use C# foreach loop
*       How to use C# while loop
*       How to use C# do while loop
*       How to use C# switch case statements
*       How to use C# exceptions statements

C# Collection Tutorial
*       How to use C# ArrayList Class
*       How to use C# HashTable Class
*       How to use C# Stack Class
*       How to use C# Queue Class
*       How to use C# NameValueCollection Class
*       How to use Array in C#
*       How to for each loop in C# Array

C# String Tutorial
*       How to use C# string Clone
*       How to use C# string Compare
*       How to use C# string Concat
*       How to use C# string Contains
*       How to use C# string Copy
*       How to use C# string CopyTo
*       How to use C# string EndsWith
*       How to use C# string Equals
*       How to use C# string Format
*       How to use C# string IndexOf
*       How to use C# string Insert
*       How to use C# string Length
*       How to use C# string Split
*       How to use C# string Substring
*       How to validate a string using TryParse in C#

C# File Operations Tutorial
*       How to use C# Directory Class
*       How to use C# File Class
*       How to use C# FileStream Class
*       How to use C# Textreader Class
*       A simple C# Text Reader source code
*       How to use C# TextWriter Class
*       How to use C# BinaryWriter Class
*       How to use C# BinaryReader Class

C# Excel Tutorial
*       How to create Excel file in C#
*       How to open an Excel file in C#
*       How to read an Excel file in CSharp
*       How to format an Excel file using C#
*       How to insert a picture in excel from C# App
*       How to insert a background picture in excel
*       How to create Excel Chart from C#
*       How to export excel chart from C#
*       How to excel chart in C# picturebox
*       C# data validation input box in excel file
*       How to read from an Excel file using OLEDB
*       How to insert data to Excel file using OLEDB
*       How to update data in Excel file using OLEDB
*       How to export databse to excel file
*       How to export DataGridView to excel file

C# Crystal Reports Tutorial
*       C# Crystal Reports sample databse
*       C# Crystal Reports step by step
*       C# Crystal Reports from multiple tables
*       C# Crystal Reports String parameter
*       C# Crystal Reports Integer parameter
*       C# Crystal Reports Date parameter
*       C# Crystal Reports Dynamic Logon parameters
*       C# Crystal Reports Formula Field
*       C# Crystal Reports Summary Field
*       C# Crystal Reports Export to Pdf
*       C# Crystal Reports Export to Excel
*       Email Crystal Reports from C# Application
*       C# Crystal Reports without database
*       C# Crystal Reports from SQL Query
*       Dynamic Crystal Reports from C# Application
*       C# Crystal Reports from XML
*       C# Crystal Reports - sub reports
*       C# Crystal Reports - on demand sub reports
*       C# Crystal Reports - Date to Date
*       How to print Crystal Reports in C#
*       How to deploy Crystal Report
*       How to Crystal Report Merge Module
*       5 Tests for Top Performance by Jason Dove
*       3 New Uses For Sub Reports by Jason Dove

CSharp Communication Tutorial
*       How to send email from C#
*       How to send email with attachment from C#
*       How to send html email from C#
*       How to send cdo email from C#
*       How to find hostname of a computer
*       How to find IP Adress of a computer
*       How to read URL Content from webserver
*       How to C# Socket programming
*       C# Server Socket program
*       C# Client Socket program
*       C# Multi threaded socket programming
*       C# Multi threaded Server Socket programming
*       C# Multi threaded Client Socket programming
*       How to C# Chat server programming
*       How to C# Chat Server
*       How to C# Chat Client

C# Ado.Net Tutorial and Source Code
*       C# ADO.NET Architecture
*       Advantages of ADO.Net over ADO
*       Connected and Disconnected Data Access Architecture
*       C# ADO.NET Connection String
*       C# ADO.NET Data Providers

C# ADO.NET data Providers Tutorial
*       C# ADO.NET Connection
*       C# SQl Server Connection
*       C# OLEDB Connection
*       C# ODBC Connection
*       C# ADO.NET Command
*       C# ADO.NET SqlCommand - ExecuteNonQuery
*       C# ADO.NET OleDbCommand - ExecuteNonQuery
*       C# ADO.NET SqlCommand - ExecuteScalar
*       C# ADO.NET OleDbCommand - ExecuteScalar
*       C# ADO.NET SqlCommand - ExecuteReader
*       C# ADO.NET OleDbCommand - ExecuteReader
*       C# ADO.NET DataReader
*       C# ADO.NET SqlDataReader
*       C# ADO.NET OleDbDataReader
*       C# Multiple Result Sets
*       C# Table Schema from SqlDataReader
*       C# Table Schema from OleDbDataReader
*       C# ADO.NET DataAdapter
*       C# ADO.NET SqlDataAdapter
*       C# ADO.NET OleDbDataAdapter
*       C# ExecuteReader and ExecuteNonQuery

C# Dataset Tutorial
*       What is C# ADO.NET Dataset
*       C# Datset with Sql Server Data Provider
*       C# Datset with OLEDB Data Provider
*       Find Tables in a Dataset - Sql Server
*       Find Tables in a Dataset - OLEDB
*       How to Dataset rows count - Sql Server
*       How to Dataset rows count - OLEDB
*       How to find Column Definition SqlServer
*       How to find Column Definition OLEDB
*       How to Dyanamic Dataset in C#
*       C# Dataset with multiple tables - Sql Server
*       C# Dataset with multiple tables - OLEDB
*       C# Dataset table relations
*       C# Dataset merge tables - Sql Server
*       C# Dataset merge tables - OLEDB

C# DataAdapater Tutorial
*       How to DataAdapter in Sql Server
*       How to DataAdapter in OLEDB
*       How to DataAdapter Select Command - Sql Server
*       How to DataAdapter Select Command - OLEDB
*       How to DataAdapter Insert Command - Sql Server
*       How to DataAdapter Insert Command - OLEDB
*       How to DataAdapter Update Command - Sql Server
*       How to DataAdapter Update Command - OLEDB
*       How to DataAdapter Delete Command - SQL SERVER
*       How to DataAdapter Delete Command - OLEDB
*       How to DataAdapter CommandBuilder in Sql Server
*       How to DataAdapter CommandBuilder in OLEDB
*       How to DataAdapter DataGridView - Sql Server
*       How to DataAdapter DataGridView - OLEDB

Csharp DataView Tutorial
*       How to create a DataView
*       How to Sort a DataView
*       How to Filter a DataView
*       How to Search in a DataView
*       How to add new row in a DataView
*       How to update row in a DataView
*       How to delete row in a DataView
*       How to create a new DataTable from the DataView

Csharp Remoting Tutorial
*       C# Remoting Architecture
*       C# Remoting application
*       C# Remotable Object
*       C# Remote Listener Object
*       C# Remote Client Object
*       How to run Remote Application
*       How to Remote Application Configuration
*       How to Remote Activation
*       How to Remoting Channels
*       How to Remoting Formatters

C# XML Tutorial
*       How to XML in C#
*       How to create an XML file in C#
*       How to open and read an XML file in C#
*       How to create XML file from Dataset
*       How to Open and read an XML file to Dataset
*       How to create an XML file from SQL
*       How to search in a XML file
*       How to filter in a XML file
*       How to insert data from XML to database
*       How to create Excel file from XML
*       How to create XML file from Excel
*       How to XML to DataGridView
*       How to create a TreeView from XML File
*       How to create a Crystal Reports from XML File
*       XML Serialization Tutorial
*       XML Serialization
*       XML DeSerialization

C# DataGridView Tutorial
*       C# DataGridView Binding - SQL Server dataset
*       C# DataGridView Binding - OLEDB dataset
*       C# DataGridView Sorting and Filtering
*       C# DataGridView Add Columns and Rows
*       C# DataGridView Hide Columns and Rows
*       C# DataGridView Read Only Columns and Rows
*       Add Button to C# DataGridView
*       Add CheckBox to C# DataGridView
*       Add ComboBox to C# DataGridView
*       Add Image to C# DataGridView
*       Add ViewLink to C# DataGridView
*       C# DataGridView Paging
*       C# DataGridView Formatting
*       C# DataGridView Template
*       C# DataGridView Printing
*       C# DataGridView Export to Excel
*       C# DataGridView Loading data from Excel
*       C# DataGridView Database Operations

   Home      VB.NET      C#

   Home      VB.NET      C#
  |  Home   |  VB.NET   |  C#   |  SiteMap   |  Terms of Use   |  About   |
net-informations.com (C) 2010
All Rights Reserved. All other trademarks are property of their respective owners.