Basic Introduction to C#
#1

Basic Introduction to C#

[attachment=18212]
Why C# ?



Builds on COM+ experience
Native support for
Namespaces
Versioning
Attribute-driven development
Power of C with ease of Microsoft Visual Basic®
Minimal learning curve for everybody
Much cleaner than C++
More structured than Visual Basic
More powerful than Java



C# Program Structure


Namespaces
Contain types and other namespaces
Type declarations
Classes, structs, interfaces, enums, and delegates
Members
Constants, fields, methods, properties, indexers, events, operators, constructors, destructors
Organization
No header files, code written “in-line”
No declaration order dependence



Statements and Comments


Case sensitive (myVar != MyVar)
Statement delimiter is semicolon
Block delimiter is curly brackets
Single line comment is
Block comment is
Save block comments for debugging!



Value Data Types


Directly contain their data:
int (numbers)
long (really big numbers)
bool (true or false)
char (unicode characters)
float (7-digit floating point numbers)
string (multiple characters together)


Hello World Anatomy


Contained in its own namespace
References other namespaces with "using"
Declares a publicly accessible application class
Entry point is "static int Main( ... )"
Writes "Hello World!" to the system console
Uses static method WriteLine on


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: basic introduction about fmcg in rural mrkts, basic introduction virtual lan technology ppt,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Introduction to Synthetic Aperture Radar seminar addict 1 1,356 10-12-2012, 03:07 PM
Last Post: seminar details
  INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS seminar paper 1 2,238 13-11-2012, 12:18 PM
Last Post: seminar details
  Basic Principles and Functions of Electrical Machines seminar addict 1 1,837 12-11-2012, 01:27 PM
Last Post: seminar details
  Introduction to data structures seminar details 1 3,354 29-10-2012, 12:42 PM
Last Post: seminar details
  Introduction to VLSI Design ppt seminar paper 1 2,193 02-10-2012, 01:08 PM
Last Post: seminar details
  An Introduction to the Analytical Writing Section of the GRE® revised General Test computer girl 0 484 11-06-2012, 03:06 PM
Last Post: computer girl
  An Introduction to the Linux Command Shell For Beginners project uploader 0 919 09-06-2012, 04:29 PM
Last Post: project uploader
  Introduction to HTML project uploader 0 737 05-06-2012, 05:48 PM
Last Post: project uploader
  Visual Basic Programming seminar details 0 944 05-06-2012, 01:52 PM
Last Post: seminar details
  Brief Introduction to the C Programming Language seminar paper 0 1,001 15-03-2012, 02:14 PM
Last Post: seminar paper

Forum Jump: