C# Tutorial for Beginners | C# Step by Step Tutorial | Learn CSharp from Scratch | C# Programming

preview_player
Показать описание
C# (Csharp) tutorial for beginners

See our other Step by Step video series below :-

Below is the syllabus covered in the above video, happy learning.
00:00 Introduction
4:07 Lesson 1 :- Download/Installation of .NET &.NET core vs .NET Framework
11:53 Lesson 2 :- Understanding .NET SDK CLI ,creating/building & running first project.
17:24 Lesson 3 :- Framework vs Language
20:20 Lesson 4 :- C# is case senstive and understanding compile errors in CLI.
21:46 Lesson 5 :- Introduction, Download and Installation of VS Code editor.
23:45 Lesson 6 :- Opening folder in VS code , intellisense and terminal.
27:29 Lesson 7 :- .NET Compilation process & Intermediate language code.
37:10 Lesson 8 :- Visual studio vs VS Code vs Visual studio for Mac.
44:04 Lesson 9 :- Installing and configuring visual studio work loads.
47:35 Lesson 10 :- Creating projects using visual studio
49:28 Lesson 11 :- Project and Solution in visual studio
59:49 Lesson 12 :- Building and compile using visual studio
1:02:14 Lesson 13 :- Running projects as startup.
1:06:35 Lesson 14 :- Understanding basic code class, namespace and scopes.
1:10:00 Lesson 15 :- Assembly , Exe and DLL ( Dynamic Link Library).
1:23:17 Lesson 16 :- Variables and Datatypes
1:25:51 Lesson 17 :- Multi language support in .NET framework.
1:29:20 Lesson 18 :- CTS (Common type system).
1:35:30 Lesson 19 :- CLS( Common language specification)
1:39:35 Lesson 20 :- Common datatypes int, double, string and boolean.
1:41:46 Lesson 21 :- Casting, Implicit, Explicit and Conversion.
1:57:10 Lesson 22 :- Namespace , class and objects.
2:06:52 Lesson 23 :- The root namespace and class :- System and Object
2:10:45 Lesson24 :- Debugging, Step over, Step into, Step out, Add watch, Quick watch & pin.
2:21:16 Lesson 25 :- Primitive data types and non-primitive data types.
2:23:26 Lesson 26 :- Value types and reference types.
2:34:49 Lesson 27 :- Stack ,Heaps and Garbage collector.
2:52:10 Lesson 28 :- Struct -- Composite value type
2:59:13 Lesson 29 :- Boxing and Unboxing.
3:02:37 Lesson 30 :- Arrays , ArrayList and generic collection.
3:10:49 Lesson 32 :- For, Foreach, IF and VS code snippets
3:15:35 Lesson 32 :- Exception handling, Try, Catch, Finally and code snippets.
3:25:38 Lesson 33 :- Threading and parallel execution.
3:32:58 Lesson 34 :- Task Parallel Library
3:37:29 Lesson 35 :- Async and Await
3:46:28 Lesson 36 :- Writing and reading from file
3:50:29 Lesson 37 :- Delegates - Function pointers.
4:02:46 Lesson 38 :- LINQ Language Integrated Query
4:10:39 Lesson 39 :- What is Garbage collector ?
4:27:27 Lesson 40 :- String is a object
4:30:46 Lesson 41 :- Constants and ENUMS
4:35:54 Lesson 42 :- Dynamic keyword
-----------------------------------------------------------------------------------------------
For more details :-
📱 Mob. No. : +91-9967590707 / +91 7700975156 / +91-22-49786776

Share, Support, Subscribe and Connect us on!!!

#LearnC#StepbyStep #CSharpTutorial #C#TutorialforBeginners #C#Developers #C#Trainingvideos #C#Programming #VisualStudio #VisualStudioC#Tutorial #C#Project
Рекомендации по теме
Комментарии
Автор

4:07 Lesson 1 :- Download/Installation of .NET &.NET core vs .NET Framework
11:53 Lesson 2 :- Understanding .NET SDK CLI, creating/building & running first project.
17:24 Lesson 3 :- Framework vs Language
20:20 Lesson 4 :- C# is case senstive and understanding compile errors in CLI.
21:46 Lesson 5 :- Introduction, Download and Installation of VS Code editor.
23:45 Lesson 6 :- Opening folder in VS code, intellisense and terminal.
27:29 Lesson 7 :- .NET Compilation process & Intermediate language code.
37:10 Lesson 8 :- Visual studio vs VS Code vs Visual studio for Mac.
44:04 Lesson 9 :- Installing and configuring visual studio work loads.
47:35 Lesson 10 :- Creating projects using visual studio
49:28 Lesson 11 :- Project and Solution in visual studio
59:49 Lesson 12 :- Building and compile using visual studio
1:02:14 Lesson 13 :- Running projects as startup.
1:06:35 Lesson 14 :- Understanding basic code class, namespace and scopes.
1:10:00 Lesson 15 :- Assembly, Exe and DLL ( Dynamic Link Library).
1:23:17 Lesson 16 :- Variables and Datatypes
1:25:51 Lesson 17 :- Multi language support in .NET framework.
1:29:20 Lesson 18 :- CTS (Common type system).
1:35:30 Lesson 19 :- CLS( Common language specification)
1:39:35 Lesson 20 :- Common datatypes int, double, string and boolean.
1:41:46 Lesson 21 :- Casting, Implicit, Explicit and Coversion.
1:57:10 Lesson 22 :- Namespace, class and objects.
2:06:52 Lesson 23 :- The root namespace and class :- System and Object
2:10:45 Lesson24 :- Debugging, Step over, Step into, Step out, Add watch, Quick watch & pin.
2:21:16 Lesson 25 :- Primitive data types and non-primitive data types.
2:23:26 Lesson 26 :- Value types and reference types.
2:34:49 Lesson 27 :- Stack, Heaps and Garbage collector.
2:52:10 Lesson 28 :- Struct -- Composite value type
2:59:13 Lesson 29 :- Boxing and Unboxing.
3:02:37 Lesson 30 :- Arrays, ArrayList and generic collection.
3:10:49 Lesson 32 :- For, Foreach, IF and VS code snippets
3:15:35 Lesson 32 :- Exception handling, Try, Catch, Finally and codesnippets.
3:25:38 Lesson 33 :- Threading and parallel execution.
3:32:58 Lesson 34 :- Task Parallel Library
3:37:29 Lesson 35 :- Async and Await
3:46:28 Lesson 36 :- Writing and reading from file
3:50:29 Lesson 37 :- Delegates - Function pointers.
4:02:46 Lesson 38 :- LINQ Language Integrated Query
4:10:39 Lesson 39 :- What is Garbage collector ?
4:27:27 Lesson 40 :- String is a object
4:30:46 Lesson 41 :- Constants and ENUMS
4:35:54 Lesson 42 :- Dynamic keyword

questpondvideos
Автор

I m 8 years exp still I m listening 🎧😎 this 4:42:10 video. I just love the way you explain 👍🙏

shrinivaspawar
Автор

Dear Sir, I ma Arvid from Sweden. I am a .NET with C# student in a local univesity. I am watching your video and learning it very details and deeply. I would like to give you a lot of thanks. Please keep helping people. God bless you.

thethinhobbies
Автор

Totally worth it..watching this 4:43:23 hrs of video ! 💯
Big Thank you 🙏

vinita
Автор

Wonderfully explained, Thank you
This is the first time I completed a 4 and half hour of tutorial!

tanniehere
Автор

very nicely structured, you have put in immense hardwork!!!

footballforfun
Автор

3:11:19 I know you are just showing syntax, but if someone were writing actual code, It should be <, not <=.
Suppose there are 3 elements in an array. The length of the array is 3 (because there are 3 elements in it) and because arrays are 0-based (0-indexed), those 3 elements would be stored at indexes 0, 1, and 2. You want the loop control variable i to equal those indexes one after the other, to process each element in the array in order. So i should be 0, then 1, then 2. The last iteration of the loop should occur when i = 2; the loop should not execute with i = 3.

TonyTigerTonyTiger
Автор

Thank you for m making this video. Filled in a lot of gaps that other C# tutorials didn't cover. Very much appreciated!

willlywillly
Автор

can't let a this tutorial go by without thanking you. It's a great refresh for Seniors too

kidargaw
Автор

I haven't watch this video complete yet. But actually I was searching just like this video. Love it Thx sir

AllWithShiva
Автор

You really explained in a different way even how to use visual studio IDE for project management debugging along with data types classes functions and their usage etc. appreciate your work thank you. Must watch for beginners.

Mukesh-qblu
Автор

Its a great refresh for seniors too for overall .Net concepts

akishaha
Автор

Sir... Its mind blowing... Keep it up... Will share your vids with frds.. Amazing tutor😍

surendarv
Автор

Thank you very much Shiv for creating such type of granular level of understanding video, really helps a lot.

mcamanish
Автор

Your videos are really very helpful. Amazing🔥

nitinpradhan
Автор

This video is priceless! Thank you Mr. Koirala!

PiyushSingh-mttb
Автор

Simply perfect, cannot be made more clear than that.

scotolivera
Автор

Thank you so much sir. This session is very useful for a beginner who wants to create career in .net technology.

priyankakushwaha
Автор

The part about delegates is confusing, because you used names that have other meanings. On your MyClass class, you named the method Task, which is the same name - but a completely different thing - as the name of the class Task used for multi-threading. In addition, you named your delegate Stream, which is the name of a class in the .NET base class library.

TonyTigerTonyTiger
Автор

Thank you so much for being there for us as .Net guru 🙏🙏 great work keep doing...👍

omkale
join shbcf.ru