Support us .Net Basics C# SQL ASP.NET Aarvi MVC Slides C# Programs Subscribe Download

Part 1 - C# Tutorial - Introduction

In this session
1. We will learn the basic structure of a c# program. The program we used in this video is shown below.

// Namespace Declaration

using System;


class Pragim
{
    public static void Main()
    {
        // Write to console
        Console.WriteLine ("Welcome to PRAGIM Technologies!"); 
    }
}



2. Understand the purpose of using System declaration - The namespace declaration, using System, indicates that you are using the System namespace. If  you omit the using System, declaration, then you have to use the fully qualified name of the Console class. A namespace is used to organize your code and is collection of classes, interfaces, structs, enums and delegates. We will discuss about namespaces in detail in a later session.

3. Purpose of Main() method - Main method is the entry point into your application.


Part 1 - C# Tutorial - Introduction


39 comments:

  1. Wow... You are good teacher. You can explain very well to others to understand. I am from Canada and I don't find any accent in your pronounciation. keep it up. I program for hobby.
    Thanks
    Maran

    ReplyDelete
  2. I REALLY CANNOT THANK YOU ENOUGH...

    ReplyDelete
  3. You are teaching is outstanding a small request please make some videos on Multi threading

    ReplyDelete
  4. It is a good tutorial your teaching is very clearly and easily understand

    ReplyDelete
  5. Thank u so much ,this videos really help to students and programmers

    ReplyDelete
    Replies
    1. Thank you very much for taking time to give feedback. I am really glad you found these videos useful.

      I have organised all the ASP .NET, C#, and SQL Server video tutorials in to playlists, which could be useful to you.
      http://www.youtube.com/user/kudvenkat/videos?view=1&flow=grid

      Tips to effectively use my youtube channel.
      http://www.youtube.com/watch?v=nT9uF09RMkw

      If you want to receive email alerts, when new videos are uploaded, please feel free to subscribe to my youtube channel.
      http://youtube.com/kudvenkat

      If you like these videos, please click on the THUMBS UP button below the video.

      May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please free to share the link with your friends and family who you think would also benefit from them.

      Delete
    2. Only your YouTube channel provides detailed videoes on cSharp. These videos are awesome

      Delete
  6. I am speechless what to say about you....the way of ur teaching is outstanding!!!!!!! ....when I use to watch ur videos u senses it prior the question comes to my mind .. excellent!!! keep it up
    u r plotting a strong foundation in my career

    ReplyDelete
  7. Hi sir,

    Please explain the concept of Threading and MultiThreading. Its difficult to understand. And also the concept of Linq, Lambda Expressions,Extension methods and Enumerations. Many people are asking this concepts. It helps everyone.Thank you.

    ReplyDelete
  8. Hi! Your Teaching is outsanding sir, Iam requesting you please make some video on windows sevices............Thank you

    ReplyDelete
  9. Your c# videos are amazing! Thank you for the time taken for explanations and slides.

    ReplyDelete
  10. Thanx Pragim Tech for this tut .this is suprb way of teaching. anyone can undrstnd easily ..Thanx a LOT

    ReplyDelete
  11. your all technology of videos are superb and outstanding.....can you upload the video for design pattern in C# and share point server

    ReplyDelete
  12. Your videos are awesome. Can you please upload videos on image processing.
    Like image resizing,image croping, and other operation .... C#

    ReplyDelete
  13. You are great. Keep doing a Great work. Love your video and teaching style.

    ReplyDelete
  14. Dear Venkat,

    All your videos have been extremely helpful to me. However, I would request you to upload a video explaining the role of .sln file, .cs file, .csproj file, etc. I tried to read from various sources but all they provide is a complicated answer. I have not come across any source which is as simple and as good as yours. Please help. I am sure this would help others and will not take much time for an expert like you. Please do upload a video as soon as possible.

    ReplyDelete
  15. I am just starting to learn, and appreciate these videos. Due to your accent, my only request would be that in the future you could perhaps record your voice louder. I can understand you just fine, but i have to turn my volume up to 100% to hear you well. Of course this could just be the speakers on my system not be the greatest, but either way, thank you so much for the tutorials. It is a great resource for al of us beginners.

    ReplyDelete
  16. The best teacher ever. I am a girl from Taiwan, and I've been seeing your videos for a long time. The videos help me a lot and I really appreciate.

    ReplyDelete
  17. You are the great teacher you have best teaching skill i am from PAKISTAN. From the start i love to read the books of Indian Authors as they have the best skill to explain any topic. Your lectures are suggested to me by an Indian Friend on my FB. i really like it.The videos help me a lot and I really appreciate

    ReplyDelete
  18. Technology has made it easier for students to learn with devices new, but nothing can come close to the experience of being taught by an inspirational teacher like you. Thank you. Brian Mac

    ReplyDelete
  19. hai sir...thank you so much for providing these videos.. can you upload a video on solid principals and with a real time example?

    ReplyDelete
  20. Thanks so much.... but is there a way someone could download your tutorial videos, they are really great and awesome

    ReplyDelete
    Replies
    1. You can watch the videos again and again for unlimited number of times on YouTube. So, there is no need to download the videos.

      Delete
  21. You are a great teacher. Really get to know about many things I don't know

    ReplyDelete
  22. since a lot of time I have been searched for this kind of course, now I could find it is very good. thank you

    ReplyDelete
  23. Hello sir,
    Your videos are very easy to follow. I am going to write c# certification. can you send the dumps if you have or any material which helps me in cracking the exam.. My email id is Shvkmr388@gmail.com

    ReplyDelete
  24. you explain very well, I'm going to watch the entire tutorial, thanks

    ReplyDelete
  25. thnak u sir. u are building my interest in programming. hope i will continue with this passion as long as i can. thumb up for you

    ReplyDelete
  26. Hi, your tutorials are helping a lot , can we have a latest if there are any changes or upgrade to the C# language in 2018 please, thanks in advance

    ReplyDelete
  27. you are great sir. i shall be very thankful to you for this kindness.

    ReplyDelete
  28. Sir i have a problem. my libraries are not working. like (system).its color convert white to light grey and show a message that unnecessary libraries .please help me to continue... thanks
    you are a great teacher better my university professor.

    ReplyDelete
  29. nice explain with code samples. easy to understand.

    ReplyDelete
  30. really wonderful explanation sir.Thank you providing these type of free online learning methods..

    ReplyDelete
  31. thank you for such tutorials, I appreciate your efforts sir.

    ReplyDelete
  32. in java packages do not have an actual hierarchy, it's a logical one. Is the case same with C# namespaces?

    ReplyDelete
  33. I watching your all videos and i feel that you are real guru in the current world, Thanks a lot kudvenkat.

    ReplyDelete

It would be great if you can help share these free resources