Part 1 - C# Tutorial - Introduction.avi

submitted by csuponline on 07/29/14 1

Link for csharp, asp.net, ado.net, dotnet basics, mvc and sql server video tutorial playlists www.youtube.com/user/kudvenkat/playlists My Blog: www.csharp-video-tutorials.blogspot.co.uk In this video, we will discuss 1. Basic structure of a C# program. 2. What is a Namespace. 3. Purpose of Main method. Sample program used in the demo // Namespace Declaration using System; class Pragim { public static void Main() { // Write to console Console.WriteLine ("Welcome to PRAGIM Technologies!"); } } The namespace declaration, using System, indicates that you are using the System namespace. A namespace is used to organize your code and is collection of classes, interfaces, structs, enums and delegates. Main method is the entry point into your application.

Leave a comment

Be the first to comment

Collections with this video
Email
Message
×
Embed video on a website or blog
Width
px
Height
px
×
Join Huzzaz
Start collecting all your favorite videos
×
Log in
Join Huzzaz

facebook login
×
Retrieve username and password
Name
Enter your email address to retrieve your username and password
(Check your spam folder if you don't find it in your inbox)

×