Micah Tech
Micah Tech
  • Видео 375
  • Просмотров 1 497 590
Collections & Types | C# | .Net | Tutorial - 33 | Tamil
Collections
It is used to store, retrieve and manipulate data.
------------------
Collections Types
Generic Collection:
List
Dictionary
SortedList
Stack
Queue
Non Generic Collection:
ArrayList
HashTable
SortedList
Queue
Stack
Concurrent Collection:
ConcurrentDictionary
ConcurrentQueue
CocurrentStack
------------------------------------------------------------------------
C Sharp playlist: ruclips.net/p/PL0NK-I6qJ8KwEBEZdF-Q81eKfwDl5HVf_&si=TlhTsVYYRCwtQmat
Subcribe: youtube.com/@Micah_Tech
Instagram: micah_tech
GitHub: github.com/Kirubason
whatsapp: wa.me/919360586730
-------------------------------------------------------------------------
tag
.Net framework, ASP.Net, ADO.Net, Linq, Para...
Просмотров: 84

Видео

Regions | C# | .Net | Tutorial - 32 | Tamil
Просмотров 94Месяц назад
It helps to improve the code readability C Sharp playlist: ruclips.net/p/PL0NK-I6qJ8KwEBEZdF-Q81eKfwDl5HVf_&si=TlhTsVYYRCwtQmat Subcribe: youtube.com/@Micah_Tech Instagram: micah_tech GitHub: github.com/Kirubason whatsapp: wa.me/919360586730 tag .Net framework, ASP.Net, ADO.Net, Linq, Parallel Linq, Visual Studio, VB.Net, Web API, Web services, WCF, WinForms, MVC framework, .Net ...
Dispose vs Finalize | C# | .Net | Tutorial - 31 | Tamil
Просмотров 117Месяц назад
In this video all the below three concept has been explained altogether 1. Dispose vs Finalize 2. Managed resources vs Unmanaged resources 3. Using statement Managed resources vs Unmanaged resources Managed resources 1. They are created, managed, and controlled by the .Net runtime environment. 2. Garbage collection helps in clearing unused memory Unmanaged resources 1. They are not controlled b...
Garbage collections (GC) & Generations | C# | .Net | Tutorial - 30 | Tamil
Просмотров 143Месяц назад
Garbage collection Garbage collector is one component in common language runtime(CLR). It manages the allocation and release of memory for an application. Generations in GC? Generation 0 - Short lived objects Generation 1 - Medium lived objects Generation 2 - Long lived object Interview Questions and Answers 1. How to Force Garbage Collection? By calling GC.Collect() C Sharp playlist: ruclips.n...
String vs StringBuilder | C# | .Net | Tutorial - 29 | Tamil
Просмотров 101Месяц назад
String 1. Immutable 2. When trying to change the value of a string, the modified value is saved in a new memory location. 3. It is good choice when value is not changed frequently StringBuilder 1. Mutable 2. When trying to change the value of the StringBuilder, the modified value is saved in a same memory location. 3. It is good choice when value is changed frequently C Sharp playlist: ruclips....
How to Install Ubuntu on Windows 11 with Microsoft Hyper-V? Tamil
Просмотров 118Месяц назад
How to Install Ubuntu on Windows 11 with Microsoft Hyper-V? Tamil
IS and AS operator| C# | .Net | Tutorial - 28 | Tamil
Просмотров 123Месяц назад
IS and AS operator| C# | .Net | Tutorial - 28 | Tamil
How to Create multiple projects or Add existing projects into single Visual Studio solution? Tamil
Просмотров 54Месяц назад
How to Create multiple projects or Add existing projects into single Visual Studio solution? Tamil
Base keyword | C# | .Net | Tutorial - 27 | Tamil
Просмотров 122Месяц назад
Base keyword | C# | .Net | Tutorial - 27 | Tamil
Struct (Structure) | struct vs class | C# | .Net | Tutorial - 26 | Tamil
Просмотров 1082 месяца назад
Struct (Structure) | struct vs class | C# | .Net | Tutorial - 26 | Tamil
How to use AI tools effectively for Software Development? Tamil
Просмотров 1122 месяца назад
How to use AI tools effectively for Software Development? Tamil
Enum (Enumeration) | C# | .Net | Tutorial - 25 | Tamil
Просмотров 1912 месяца назад
Enum (Enumeration) | C# | .Net | Tutorial - 25 | Tamil
Value Type vs Reference Type | Stack vs Heap Memory explained | C# | .Net | Tutorial - 24 | Tamil
Просмотров 1242 месяца назад
Value Type vs Reference Type | Stack vs Heap Memory explained | C# | .Net | Tutorial - 24 | Tamil
Null coalescing operator | Null vs String.Empty explained | C# | .Net | Tutorial - 23 | Tamil
Просмотров 762 месяца назад
Null coalescing operator | Null vs String.Empty explained | C# | .Net | Tutorial - 23 | Tamil
Break & Continue statements | C# | .Net | Tutorial - 22 | Tamil
Просмотров 1582 месяца назад
Break & Continue statements | C# | .Net | Tutorial - 22 | Tamil
Yield Keyword | C# | .Net | Tutorial - 21 | Tamil
Просмотров 1792 месяца назад
Yield Keyword | C# | .Net | Tutorial - 21 | Tamil
Html & CSS color codes explained | Hex & RGB in Tamil?
Просмотров 1173 месяца назад
Html & CSS color codes explained | Hex & RGB in Tamil?
JSON vs YAML | Tamil
Просмотров 4014 месяца назад
JSON vs YAML | Tamil
Create Azure SQL Database and connect from SSMS then insert data from console application | Tamil
Просмотров 3564 месяца назад
Create Azure SQL Database and connect from SSMS then insert data from console application | Tamil
Create, debug, deploy Azure Webjob and trigger it from Azure Storage Queues? Tamil
Просмотров 1725 месяцев назад
Create, debug, deploy Azure Webjob and trigger it from Azure Storage Queues? Tamil
How to deploy ASP.NET web application in Azure App Service? Tamil
Просмотров 3215 месяцев назад
How to deploy ASP.NET web application in Azure App Service? Tamil
How to get Database connection string and secret keys from Azure Key Vaults? Tamil
Просмотров 2795 месяцев назад
How to get Database connection string and secret keys from Azure Key Vaults? Tamil
Create, debug & deploy Azure function with Http Trigger using Visual Studio 2022 | Tamil
Просмотров 4165 месяцев назад
Create, debug & deploy Azure function with Http Trigger using Visual Studio 2022 | Tamil
Kubernetes in simple layman term | Tamil
Просмотров 2505 месяцев назад
Kubernetes in simple layman term | Tamil
HTML vs CSS vs Javascript | Tamil
Просмотров 835 месяцев назад
HTML vs CSS vs Javascript | Tamil
Azure DevOps pipeline | Tamil
Просмотров 3115 месяцев назад
Azure DevOps pipeline | Tamil
Javascript vs Jquery | Tamil
Просмотров 5285 месяцев назад
Javascript vs Jquery | Tamil
AJAX | Asynchronous Javascript XML | Tamil
Просмотров 7515 месяцев назад
AJAX | Asynchronous Javascript XML | Tamil
Docker என்றால் என்ன? Explained in simple terms | Tamil
Просмотров 7106 месяцев назад
Docker என்றால் என்ன? Explained in simple terms | Tamil
Partial class & Sealed class | C# | .Net | Tutorial - 20 | Tamil
Просмотров 7027 месяцев назад
Partial class & Sealed class | C# | .Net | Tutorial - 20 | Tamil

Комментарии

  • @mohamediqbala5013
    @mohamediqbala5013 День назад

    Thanks for the video. How the index is used to retrieve the data quickly, that part also can you please explain?

  • @kumarikabaddi
    @kumarikabaddi День назад

    Linq and lambda solithanga

    • @Micah_Tech
      @Micah_Tech День назад

      Linq pathi already oru video poturukkom. Please check Entity framework playlist

  • @kumarikabaddi
    @kumarikabaddi День назад

    Super 💯

  • @SaideeGreen
    @SaideeGreen 2 дня назад

    Very good video! I have USDT in my OKX wallet and I have my recovery phrase. 「pride」-「pole」-「obtain」-「together」-「second」-「when」-「future」-「mask」-「review」-「nature」-「potato」-「bulb」 How do I transfer them to Binance?

  • @rumeshbharath2516
    @rumeshbharath2516 2 дня назад

    Super bro thank you

  • @srp3522
    @srp3522 3 дня назад

    Bro web api c# Best practice video podunga

  • @brittoraj4293
    @brittoraj4293 5 дней назад

    Excellent Thaliva.. Awesome Explanation.

  • @MadhuBala-gv5gu
    @MadhuBala-gv5gu 9 дней назад

    Super

  • @thiyagarajanm7487
    @thiyagarajanm7487 9 дней назад

    Please sir upload blob trigger with azure storage account

  • @kartt100
    @kartt100 10 дней назад

    Come on dude... Pls post more shorts ..

    • @Micah_Tech
      @Micah_Tech 9 дней назад

      Thank you for your encouragement

  • @kartt100
    @kartt100 10 дней назад

  • @fiftytwoweeks8221
    @fiftytwoweeks8221 11 дней назад

    Perfect and simple

    • @Micah_Tech
      @Micah_Tech 11 дней назад

      @@fiftytwoweeks8221 Thank you

  • @smallmuser
    @smallmuser 12 дней назад

    Good explanation

  • @jahirhussain8144
    @jahirhussain8144 12 дней назад

    .net full stack developer scope Iruka 2025 ? Soiluga please

    • @Micah_Tech
      @Micah_Tech 12 дней назад

      @@jahirhussain8144 yes irukku

  • @priyat1019
    @priyat1019 12 дней назад

    Awesome sir.. got the idea

    • @Micah_Tech
      @Micah_Tech 12 дней назад

      @@priyat1019 Thank you 😊

  • @jahirhussain8144
    @jahirhussain8144 13 дней назад

    .net full stack developer scope Iruka 2025 please soiluga 😢

    • @Micah_Tech
      @Micah_Tech 13 дней назад

      @@jahirhussain8144 yes irukku

  • @priyat1019
    @priyat1019 15 дней назад

    Clear explanation.

    • @Micah_Tech
      @Micah_Tech 15 дней назад

      @@priyat1019 Thank you

  • @jaikrishnam7041
    @jaikrishnam7041 17 дней назад

    Thanks for your explanation.....

    • @Micah_Tech
      @Micah_Tech 16 дней назад

      @@jaikrishnam7041 Thank you

  • @arthisellamuthu9348
    @arthisellamuthu9348 18 дней назад

    ur words r cleary to understand thanks bro

    • @Micah_Tech
      @Micah_Tech 16 дней назад

      @@arthisellamuthu9348 Thank you 😊

  • @arikrishnanr9803
    @arikrishnanr9803 23 дня назад

    Clear Explanation

  • @parithabamgamer5853
    @parithabamgamer5853 23 дня назад

    Thank you for this clear answer

  • @GokulHardy7
    @GokulHardy7 24 дня назад

    Intune , sccm both are same pls explain and difference?

    • @Micah_Tech
      @Micah_Tech 16 дней назад

      @@GokulHardy7 some functionalities can be achieved by both. But they are different

  • @mouleeshwar8047
    @mouleeshwar8047 27 дней назад

    2nd time repaired by skanda Gupta?

  • @nishanthan2591
    @nishanthan2591 27 дней назад

    Explain this fully bro

    • @Micah_Tech
      @Micah_Tech 22 дня назад

      I am preparing on that, it might take some time. So as of now please go with other resources

  • @sivashankar290
    @sivashankar290 27 дней назад

    Really very useful after a long search...

    • @Micah_Tech
      @Micah_Tech 27 дней назад

      @@sivashankar290 Glad it helped you

  • @ITknow838
    @ITknow838 29 дней назад

    Very useful

  • @onkarsingh9029
    @onkarsingh9029 Месяц назад

    Please try to make videos in English Sir... Thank you.

    • @Micah_Tech
      @Micah_Tech 28 дней назад

      Thank you for your request. As of now, I can make only tamil videos. So please look for other resources

  • @baranikumars8952
    @baranikumars8952 Месяц назад

    .NET Framework ia different, .NET is different. .NET us a runtime and C# is a language. Any language can target .NET's CLR. Please research properly if you dont know 😔

    • @Micah_Tech
      @Micah_Tech 28 дней назад

      Please watch video once again

  • @Hariharan-wn1fe
    @Hariharan-wn1fe Месяц назад

    azure ad connect can also be used to connect On prem to cloud, right ??

    • @Micah_Tech
      @Micah_Tech 28 дней назад

      Yes , on premises environment can be connected to cloud using AD

  • @diego4lbarracin
    @diego4lbarracin Месяц назад

    Why are the title and the description in English if you are not speaking in English?

    • @cloudopps
      @cloudopps Месяц назад

      good question 😂

    • @Micah_Tech
      @Micah_Tech 28 дней назад

      In the end of the tilte I have mentioned language name. So please check that before clicking the video. This is the practice most of people follow throughout the world

  • @rees12334
    @rees12334 Месяц назад

    .net full video potungA bro

    • @Micah_Tech
      @Micah_Tech Месяц назад

      Already I am covering that, Please check playlist

  • @saransaran8065
    @saransaran8065 Месяц назад

    Kali linux ha virtual machine la use panrathu safe ha or pendrive la boot panni use panrathu safe ha

    • @Micah_Tech
      @Micah_Tech Месяц назад

      It is based on the security settings enabled, not based on environment

    • @saransaran8065
      @saransaran8065 Месяц назад

      @Micah_Tech as a fresher which environment is safe to learn

  • @Fahh_nazx
    @Fahh_nazx Месяц назад

    Thank you sir 👌🏻

  • @MADHAVANE-be5ry
    @MADHAVANE-be5ry Месяц назад

    Bro c# class syntax sollunga bro

    • @Micah_Tech
      @Micah_Tech Месяц назад

      @@MADHAVANE-be5ry please check in C# playlist, already video uploaded

  • @kallamittai
    @kallamittai Месяц назад

    Raja valga 🥶🥶

  • @kareemytube
    @kareemytube Месяц назад

    Good Explanation thanks

  • @MR.MERDHULAN
    @MR.MERDHULAN Месяц назад

    thanks for Well explained and I could easily understand the concept

  • @mithunkrish8955
    @mithunkrish8955 Месяц назад

    Excellent

  • @geethasrinivasan312
    @geethasrinivasan312 Месяц назад

    Good explanation with realtime knowledge.. very good effort... Thanks for sharing your knowledge.. it's very useful for me ..

  • @mdaminulislam8458
    @mdaminulislam8458 Месяц назад

    how can deploy with database and private credentials?

    • @Micah_Tech
      @Micah_Tech Месяц назад

      Please check the playlist, you will get some idea

  • @reviewer9381
    @reviewer9381 Месяц назад

    Idhu theriyaame thaan 3 year padichirukkean🤡

  • @kaviyarasu_Official
    @kaviyarasu_Official Месяц назад

    thanks a lot bro, i watched all the videos, nice explanation with simplest way keep uploading more videos especially interview related questing with example .

    • @Micah_Tech
      @Micah_Tech Месяц назад

      Thank you for your encouragement

  • @dailylearn9794
    @dailylearn9794 Месяц назад

    super bro

  • @sakthilakshman4047
    @sakthilakshman4047 Месяц назад

    Sir im not able to nake it as public what should i do

  • @TGBNITRO
    @TGBNITRO Месяц назад

    now i understand it thx

  • @yuvarajcena27
    @yuvarajcena27 Месяц назад

    Make more videos we are watching

    • @Micah_Tech
      @Micah_Tech Месяц назад

      Thank you for your support

  • @mohammedrizwan1060
    @mohammedrizwan1060 Месяц назад

    Adhaan mvc iruke

  • @sanjeevd6872
    @sanjeevd6872 Месяц назад

    Bro aws s3 la image mattum store panitu athoda url la mangodb la store pani node js moolama dynamic blog website run panrathu nalla idea va matha title text la mangodb la store panikalama

    • @Micah_Tech
      @Micah_Tech Месяц назад

      S3 bucket la image store panni use panrathu good idea. Remaining thing please do some more research

  • @anthony.r5940
    @anthony.r5940 Месяц назад

    Bro very clear explanation

    • @Micah_Tech
      @Micah_Tech Месяц назад

      @@anthony.r5940 thanks