- Видео 375
- Просмотров 1 497 590
Micah Tech
Индия
Добавлен 30 мар 2021
தேவன், தம்முடைய ஒரேபேறான குமாரனை விசுவாசிக்கிறவன் எவனோ அவன் கெட்டுப்போகாமல் நித்தியஜீவனை அடையும்படிக்கு, அவரைத் தந்தருளி, இவ்வளவாய் உலகத்தில் அன்பு கூர்ந்தார். உலகத்தை ஆக்கினைக்குள்ளாகத் தீர்க்கும்படி தேவன் தம்முடைய குமாரனை உலகத்தில் அனுப்பாமல், அவராலே உலகம் இரட்சிக்கப்படுவதற்காகவே அவரை அனுப்பினார்.
-------------
கரிசனையுடன் கற்பி
Teach with concern
-------------
Mobile: 9360586730
Email: education.kirubason@gmail.com
----------------------------------------------------------------
This site is for educational purposes only!!
Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research
Fair use is a use permitted by copyright statute that might otherwise be infringing.
-------------
கரிசனையுடன் கற்பி
Teach with concern
-------------
Mobile: 9360586730
Email: education.kirubason@gmail.com
----------------------------------------------------------------
This site is for educational purposes only!!
Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research
Fair use is a use permitted by copyright statute that might otherwise be infringing.
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...
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?
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
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
Thanks for the video. How the index is used to retrieve the data quickly, that part also can you please explain?
Linq and lambda solithanga
Linq pathi already oru video poturukkom. Please check Entity framework playlist
Super 💯
Thank you
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?
I am not aware of it
Super bro thank you
Thank you
Bro web api c# Best practice video podunga
Excellent Thaliva.. Awesome Explanation.
Thank you
Super
Thank you
Please sir upload blob trigger with azure storage account
Come on dude... Pls post more shorts ..
Thank you for your encouragement
❤
Perfect and simple
@@fiftytwoweeks8221 Thank you
Good explanation
Glad it helped you
.net full stack developer scope Iruka 2025 ? Soiluga please
@@jahirhussain8144 yes irukku
Awesome sir.. got the idea
@@priyat1019 Thank you 😊
.net full stack developer scope Iruka 2025 please soiluga 😢
@@jahirhussain8144 yes irukku
Clear explanation.
@@priyat1019 Thank you
Thanks for your explanation.....
@@jaikrishnam7041 Thank you
ur words r cleary to understand thanks bro
@@arthisellamuthu9348 Thank you 😊
Clear Explanation
Thank you 😊
Thank you for this clear answer
Thank you 😊
Intune , sccm both are same pls explain and difference?
@@GokulHardy7 some functionalities can be achieved by both. But they are different
2nd time repaired by skanda Gupta?
Need to check
Explain this fully bro
I am preparing on that, it might take some time. So as of now please go with other resources
Really very useful after a long search...
@@sivashankar290 Glad it helped you
Very useful
Thank you 😊
Please try to make videos in English Sir... Thank you.
Thank you for your request. As of now, I can make only tamil videos. So please look for other resources
.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 😔
Please watch video once again
azure ad connect can also be used to connect On prem to cloud, right ??
Yes , on premises environment can be connected to cloud using AD
Why are the title and the description in English if you are not speaking in English?
good question 😂
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
.net full video potungA bro
Already I am covering that, Please check playlist
Kali linux ha virtual machine la use panrathu safe ha or pendrive la boot panni use panrathu safe ha
It is based on the security settings enabled, not based on environment
@Micah_Tech as a fresher which environment is safe to learn
Thank you sir 👌🏻
Glad it helped you
Bro c# class syntax sollunga bro
@@MADHAVANE-be5ry please check in C# playlist, already video uploaded
Raja valga 🥶🥶
Any doubt?
Good Explanation thanks
Thank you
thanks for Well explained and I could easily understand the concept
You are most welcome
Excellent
Thank you! Cheers!
Good explanation with realtime knowledge.. very good effort... Thanks for sharing your knowledge.. it's very useful for me ..
Thanks and welcome
how can deploy with database and private credentials?
Please check the playlist, you will get some idea
Idhu theriyaame thaan 3 year padichirukkean🤡
Glad. It helped you
thanks a lot bro, i watched all the videos, nice explanation with simplest way keep uploading more videos especially interview related questing with example .
Thank you for your encouragement
super bro
Thanks bro
Sir im not able to nake it as public what should i do
Any specific error?
now i understand it thx
Glad it helped you
Make more videos we are watching
Thank you for your support
Adhaan mvc iruke
Both are different
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
S3 bucket la image store panni use panrathu good idea. Remaining thing please do some more research
Bro very clear explanation
@@anthony.r5940 thanks