Part 1 - C# Tutorial - Introduction.avi

preview_player
Показать описание
If you are a foodie like me, I am sure you will enjoy the recipes on my friend's YouTube channel. If you find them useful, please subscribe and share to support her. She's really good at what she does.

Text version of the video

Slides

All C# Text Articles

All C# Slides

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic

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.
Рекомендации по теме
Комментарии
Автор

I am living proof that all your efforts are just commendable because your videos course turned a mechanical engineer into Dot net Developer. Sir after 2months of day night studies finally i got my dream job. Thank you sir for the amazing courses.

amritshrivastava
Автор

I've learned parts 1-30 in just one evening. You're a brilliant and encouraging teacher and a truly professional coder. The lessons are academic as you assume that the listener has never known C# or is a kind of a wannabe who never heard of interfaces or delegates - like me. You provide explanations, and what is also very important, teach the use of knowledge. I'm in awe of you. Thumbs up!

amenhotepv
Автор

Hi, thank you very much for taking time to give feedback. I am really glad you found these videos useful. That's because to get familiar with the C# language, it's better if we start with console applications, as there are no other complexities involved as with windows or web applications. Once we are familiar with the c# concepts, we then can get started with either web or win-forms application development. I hope that answers your question.

Csharp-video-tutorialsBlogspot
Автор

Hello Venkat. Your videos helped me a lot. By learning from your videos, I gave interview in two companies (as 3 years experienced) and I have been selected in both of the companies at good package. Thanks a lot.

jaivirsingh
Автор

This and your other video are the BEST tutorials I have ever seen. You don't simply show what code to use, but you also explain, thoroughly, the REASON you use certain things and what they mean. This is the ONLY tutorial I have seen, including paid online courses, that is truly complete for a beginner. Literally every other one I have seen assumes you know a lot more than an actual beginner would. Good job. I finally found something I feel I can learn from and really understand on the fundamental level I want.

sinrise
Автор

I have watched this C# video tutorials over and over again.I'm now a competent and confident C# developer. Thank you Venkat. Be blessed.

KimaniWaNdirangu
Автор

I am a completely new to C#, Just finished the entire thing, This is the best tutorial ever in my life. Just had to Subscribe. To new Comers, this is the place to be. Thank you so much Sir. You saved my life.

alexwanjala
Автор

Only 2.6% of everyone who started watching so far made it to end of this tutorial. For every 1000 people who decided to learn C#, only 26 made it to the end. Are you going to be one of those people?

coruvo
Автор

After year of learning C# during school and watching Venkat videos I get job as C#.NET developer.
Thak you very much Venkat for great explanations! You deserve donating.

josefprochazka
Автор

Hi, at the moment I am recording videos on mvc. However, I will try to record videos on serialization concepts as soon as I can.

Csharp-video-tutorialsBlogspot
Автор

I got my first job as a dot net trainer in 2013.... I was quite afraid.. I don't no i will be able to give training or not... but... Thanks to your videos... who saved my life... Alhamdulillah.. I got most of the help from your videos... Thank u very very much for sharing your .Net knowledge with us in the most beautiful way..

Автор

Hi, Thank you very much for taking time to give feedback. I am very glad you liked these videos. You are right, the mic that I was using was horrible. Sorry about that. I got a new mic now. Unfortunately the videos in C#, were recorded before I realized the mic was bad. However, asp.net, sql server, mvc, gridview tutorials should be fine as I have used new mic to record them. I will try to rerecord those videos again, but as you know it is a time consuming process.

Csharp-video-tutorialsBlogspot
Автор

Hi kudvenkat,
Thank you so much for this tutorial. I newly hired to a company using C# and as I started watching the video I think this will help me a lot since I don't have professional experience in C#. Very understandable, clear, and clever. Greatly appreciated.

josinvill
Автор

I'm just going to put this here. If in the event I make money as a software developer, I will be donating money to your cause. This video series is the only resource that I've found to pull me in as it's complete and very well mapped out. i'll report back in when im making money doing this.

JohnMcConnell
Автор

00:06 Introduction to C# programming language
02:01 Print a message onto a console screen using the console class.
03:37 To print a message, use the write line function.
05:13 In C#, namespaces are used to organize and group classes, interfaces, structures, enums, and delegates.
06:39 A namespace is used to organize code and is a collection of classes, delegates, namespaces, etc.
08:27 Namespace declaration and class structure in programming
10:10 The main method is the entry point of the application execution.
11:41 Every control application should have a main method as the entry point
Crafted by Merlin AI.

ragurammanokaran
Автор

I just started your tutorials and I love the way how you explain things and how easy you make it for me, pls keep it up

pleuratpula
Автор

Hello Kudvenkat! I want to tell that thank you is small word to express gratitude for doing this. I am microsoft trainer for 7 years and learning for many years now. Your are best teacher I have ever seen. Please keep doing this. I have started teaching with you and now i am working like developer after switching my career from Microsoft Networks. You can count on any support from me! People, STOP this. Take your time and learn from this great man!

mazdysoraya
Автор

Well, I finished the whole series. When I started, I didn't know anything about C# and now I can code.

Thank you very much Venkat.

faizrasulanwar
Автор

I have just started C#, as I want to write Azure function apps using it. And I must say your explanation and content is very rich. I am loving these tutorials. Words are not enough to express my gratefulness to you for making these videos and sharing it selflessly. Sir Venkat, grand salute to you....

sunny
Автор

Thank you so much, Sir. After watching all your YouTube videos, I have cleared many interviews and got offers from multiple MNC companies.

prathibhac