Multithreading in C# | C# Interview Questions | C# | Tamil

  Рет қаралды 4,763

Tamil Coding

Tamil Coding

Күн бұрын

In this video we are going to see
What is Process ?
What is Thread ?
What is Multithread ?
How to create multithread ?
I thought Form1() as a Form1_Load() method. So I put onload logic in Form1() method.
Correct code is
private void Form1_Load(object sender, EventArgs e)
{
Thread T1 = new Thread(CaptureLog);
T1.Start();
}

Пікірлер: 11
@tamilcoding8571
@tamilcoding8571 2 жыл бұрын
I thought Form1() as a Form1_Load() method. So I put onload logic in Form1() method. Correct code is private void Form1_Load(object sender, EventArgs e) { Thread T1 = new Thread(CaptureLog); T1.Start(); }
@gangD_krishna
@gangD_krishna 3 ай бұрын
crisp and clear explanation , Thanks for it . Keep posting 🤝
@subashvijay5740
@subashvijay5740 2 жыл бұрын
nice video bro 👍👍 and can u answer why we cant use locking inside the async await.
@tamilcoding8571
@tamilcoding8571 2 жыл бұрын
Thanks bro. Async and await are used to quickly execute all tasks in our application without waiting for each other (async). If a lock is used inside an async, it will lock the specified section, so other threads will have to wait until the lock is released. Its not an async. If this point is not clear at this moment, I'll try to make a video on this topic soon.
@subashvijay5740
@subashvijay5740 2 жыл бұрын
@@tamilcoding8571 thanks for u r reply bro 👍 waiting for your video
@vickyvignesh8018
@vickyvignesh8018 Жыл бұрын
Put multithreding full concepts bro
@tamilcoding8571
@tamilcoding8571 Жыл бұрын
Sure bro will upload
@shalintanisharts5409
@shalintanisharts5409 2 жыл бұрын
Nice explanation
@tamilcoding8571
@tamilcoding8571 2 жыл бұрын
Thanks a lot
@kapilkarthi9771
@kapilkarthi9771 2 жыл бұрын
Thanks for the video..
@tamilcoding8571
@tamilcoding8571 2 жыл бұрын
My pleasure
Array vs Arraylist vs List | C# Interview Questions | Tamil
10:39
Tamil Coding
Рет қаралды 3,1 М.
C# multithreading 🧶
6:59
Bro Code
Рет қаралды 158 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 3,8 МЛН
Зу-зу Күлпаш 2. Интернет мошенник
40:13
ASTANATV Movie
Рет қаралды 429 М.
小天使和小丑太会演了!#小丑#天使#家庭#搞笑
00:25
家庭搞笑日记
Рет қаралды 56 МЛН
Multithreading in c# | c# tutorial #31
9:49
Ravindra Devrani
Рет қаралды 571
Part 86   Multithreading in C#
10:28
kudvenkat
Рет қаралды 385 М.
c# (Csharp) threading interview question:- What is thread,background thread and foreground thread ?
12:16
#25. தமிழில் |   Dependency Injection | ASP.Net Core MVC Development
36:25
Collectiva Knowledge Academy
Рет қаралды 7 М.
Collections in C# | C# Tutorial | Tamil | iKarumpalagai
10:05
iKarumpalagai
Рет қаралды 2,2 М.
Design Pattern  Intro and Singleton Demo - Tamil
36:18
Dotnet in Tamil
Рет қаралды 10 М.
Finalize vs Dispose in C# | C# Interview Questions | Tamil
21:16
Tamil Coding
Рет қаралды 3,2 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 3,8 МЛН