- Видео 55
- Просмотров 292 791
Dotnet in Tamil
Индия
Добавлен 21 фев 2017
Tamil Training Videos for Microsoft Technologies. Tamil Tutorial for AngualrJS 1.X and Angular2 , ASP.Net, Test Driven Development (TDD) , NUNIT, Web API, MVC, dotnet, C#, DOTNET Core. Tamil videos for microsoft developers - SAFANA Technologies
You can download all the Documents (PPT) from Google Drive
drive.google.com/drive/folders/1goHroluxqK6rT3vlCotYtiGBTQSWiTym?usp=sharing
You can download all the Documents (PPT) from Google Drive
drive.google.com/drive/folders/1goHroluxqK6rT3vlCotYtiGBTQSWiTym?usp=sharing
Azure KQL (Kusto Query Language) - Tamil
This video explains what is Azure KQL and its real time usage in Tamil.
This video provides quick start for below topics
• What is KQL
• Realtime usage of KQL
• Basic Structure
• Filters
• Join
• Graphical Results
Lab 1: aka.ms/lademo
Lab 2: dataexplorer.azure.com/clusters/help/databases/Samples
Azure Monitor Table Reference: learn.microsoft.com/en-us/azure/azure-monitor/
KQL Reference : learn.microsoft.com/en-us/azure/data-explorer/kusto/query/
This video provides quick start for below topics
• What is KQL
• Realtime usage of KQL
• Basic Structure
• Filters
• Join
• Graphical Results
Lab 1: aka.ms/lademo
Lab 2: dataexplorer.azure.com/clusters/help/databases/Samples
Azure Monitor Table Reference: learn.microsoft.com/en-us/azure/azure-monitor/
KQL Reference : learn.microsoft.com/en-us/azure/data-explorer/kusto/query/
Просмотров: 626
Видео
Polymorphism in Tamil (OOPS)
Просмотров 1,8 тыс.Год назад
This video explains what is Polymorphism in OOPS and its advantages in Tamil. This video explains below topics I) What is Polymorphism II) Types of Polymorphism (Static and Dynamic) III) Advantages of Polymorphism We can see the Polymorphism Advantages with Design Pattern in below link ruclips.net/p/PL1Ce6UuV0fyYAx6gLLiJ1vdwvzaazp0F5
Inheritance (OOPS) Tamil
Просмотров 430Год назад
This video explains what is inheritance in OOPS and its advantages in Tamil. This video explains below topics I) What is Inheritance II) Types of Inheritance III) Advantages of Inheritance We can see the inheritance advantages with Design Pattern in below link ruclips.net/p/PL1Ce6UuV0fyYAx6gLLiJ1vdwvzaazp0F5
Encapsulation - Tamil
Просмотров 1,7 тыс.Год назад
This video explains what is encapsulation in OOPS and its advantages in Tamil.
Object Oriented Programming (Tamil) - Part 1
Просмотров 868Год назад
This video explaining What is OOPS and its advantages in tamil.
Azure DevOps (Repo (GIT)) - Part 3 - Tamil
Просмотров 2,4 тыс.Год назад
This video explains what is Azure DevOps Repo and different types of Repos in Tamil. Specifically, this video explains below topics I) what is GIT and GitHub II) Different Type of Version Control III) GIT interfaces like (Visual Studio, Bash, Git UI)
Azure Devops Pipeline (CI/ CD) (Part 2) - Tamil
Просмотров 13 тыс.2 года назад
This video gives detail introduction about Azure Devops Pipeline in Tamil. It’s explaining step by step how to build new CI/CD with Azure DevOps Pipeline in Tamil
Azure DevOps Introduction (Part 1) - Tamil
Просмотров 16 тыс.2 года назад
This video explains what is Azure DevOps in Tamil and explains what is Azure board, Azure Repo, Azure Pipeline, Azure Testing in Tamil.
Life Cycle of DI objects in DOTNET CORE (SINGLETON, TRANSIENT, SCOPED) - Tamil
Просмотров 4,6 тыс.2 года назад
This video Explains Life cycle of DI objects in DOTNET CORE in Tamil. All the three scopes Singleton, Transient, Scoped are explained detailed in this video. You can find DI introduction in below link ruclips.net/video/Ydve3Xmy-1Y/видео.html You can find SOLID Principle in below link ruclips.net/video/sw8dplqE7gU/видео.html You can find DIP (SOLID) in below link ruclips.net/video/ygbwSvkwrDg/ви...
Dependency Inversion Principle [SOLID - DIP] - Tamil
Просмотров 3,3 тыс.2 года назад
This video explains SOLID Design principle and Dependency Inversion Principle in Tamil with C# example. This is part of Design Principle video list. You can find remaining SOLID design principle videos with below link ruclips.net/video/sw8dplqE7gU/видео.html Dependency Injection Video Link ruclips.net/video/Ydve3Xmy-1Y/видео.html You can download source code from below URL github.com/ITGURUTAMI...
Interface Segregation Principle [SOLID (ISP) ] - Tamil
Просмотров 1,5 тыс.2 года назад
This video explains SOLID Design principle and Interface Segregation Principle in Tamil with C# example. This is part of Design Principle video list. You can find remaining SOLID design principle videos with below link ruclips.net/video/sw8dplqE7gU/видео.html You can download source code from below URL github.com/ITGURUTAMIL?tab=repositories
Liskov Substitution Principle (LSP) - Tamil
Просмотров 2,5 тыс.2 года назад
This video explains SOLID Design principle and Liskov Substitution Principle in Tamil with C# example. This is part of Design Principle video list You can download source code from below URL github.com/ITGURUTAMIL?tab=repositories
Open Closed Principle (OCP) - Tamil
Просмотров 2,6 тыс.2 года назад
This video explains Design principle and Open Closed Principle in Tamil with C# example. This is part of Design Principle video list You can download source code from below URL github.com/ITGURUTAMIL?tab=repositories
Bridge Design Pattern - Tamil
Просмотров 1,7 тыс.2 года назад
This video explain what is Bridge Design Pattern in Tamil Language with demo. You can download source code from below URL github.com/ITGURUTAMIL?tab=repositories You can download source code from below URL github.com/ITGURUTAMIL?tab=repositories
SOLID Design Principle (Single Responsibility Principle - SRP) - TAMIL
Просмотров 4,7 тыс.2 года назад
SOLID Design Principle (Single Responsibility Principle - SRP) - TAMIL
Facade and Proxy design Pattern - Tamil
Просмотров 2,2 тыс.2 года назад
Facade and Proxy design Pattern - Tamil
Adapter Pattern and Decorator Pattern - Tamil
Просмотров 3,3 тыс.2 года назад
Adapter Pattern and Decorator Pattern - Tamil
Factory And Abstract Factory Pattern (Part 2) - Tamil
Просмотров 6 тыс.3 года назад
Factory And Abstract Factory Pattern (Part 2) - Tamil
Design Pattern Intro and Singleton Demo - Tamil
Просмотров 11 тыс.3 года назад
Design Pattern Intro and Singleton Demo - Tamil
Dependency Injection / Inversion Of Control [Tamil]
Просмотров 9 тыс.3 года назад
Dependency Injection / Inversion Of Control [Tamil]
LINQ - Tamil (Part - 1 - Introduction)
Просмотров 9 тыс.3 года назад
LINQ - Tamil (Part - 1 - Introduction)
ASP.Net CORE MVC Model Custom Annotations - Tamil
Просмотров 6203 года назад
ASP.Net CORE MVC Model Custom Annotations - Tamil
super bro, very well explained, thank you so much.
Great video, thank you for supporting the KQL community.
Thank you for your time and comment
very useful to understand all about azure function, az func app... thank you so much for your effort.
Thanks for your time and comment
Thanks much sir 😊
Thank you. Very much for your time and comment . I hope part 2 video also useful for you
Super explanation bro 🎉
Thanks for your time and comment Thaaychannel
best c# video bro , pleasedo full c# playlist deivamae
Thanks for your time and comment Vignesh. I will try to do
Please let me know while doing real time concept.
All the dotnet reflections are internally using delegate .
super bro .. keep your good work in tamil
Thanks for your time and comment
Useful upload more videos
Thanks for your time and comment Bharath. I hope you will like part 2 video also
@@DotnetinTamil01 part 2 tomorrow pakkanum sir 🥰🥰 thankyou please upload more videos Azure related videos
Good explanation
Thanks for your time and comment Govind. Hope part 2 will also helpful for you
Thanks bro. Very detailed explanation. i will share with my friends.
Thank you very much for your time and comment
Very useful video and nalla purinjika mudikirathu
Thank you for your time and comment
How to install azure devops in local system ?
Please Download the Devops server from Microsoft portal and install it in local. It’s simple installer
Thanks for useful video
Hello Sathish, thanks for your time and comment
Thanks for the video. If wants to write unit test how its possible with logging factory.
very well explained and very useful for me to learn this concepts, thanks a lot
Thank you for your time and comment
Best clean & clear easy understand way your explanation making us good understand without fear in dotnet core.god bless you
Thank you for your time and comment Kalarani
@@DotnetinTamil01 🙏
Thank you bro.. One of the nicest video for MVC in Tamil..
Thank you for your time muthu
Well explained Bro.. Thank you.. Can you make video for Blazor also..?
Great Bro.. Thank you.. Continuing listening the MVC playlist..
excellent video
Awesome explanation
Thanks for your time and comment Kumar
மிக்க நன்றிகள் Bro🎉
Thank you for you time and comment Sathish
மிக்க நன்றிகள் Bro🎉
Thanks for your time and comment Sathish
Hi, Request to continue this devops series it will be very helpful 😊
Sure. I will try to do
Clear explanation....Thank u so much
Thank you for your Time and comment Vendharasi
Hi, Thanks for sharing the useful information, In github URL we have only the presentation path, Kindly share the source code path would be more helpful to run the application and understand.
Your way of explaining is nice
Thank you for your time and feedback as I. Hope other azure videos also useful for you
Excellent teaching please continue the remaining azure topics😊
Thank you for you time and comment Tamil. Hope you will like other Azure videos also
Really Superb video and good explanation. i came to know the clear basics about Web API.
Thank you for your time and comment Nanda. I hope you will like web api security videos also
Coukd you please make sepeeate video for automation testing using c# if possible?
Hi I am a tester. Can I automate this grpc services using C# if yes please explain to me Thank You.
Yes. You can automate the grpc client calls.
thankyou for given this wonderful video sir
Thank you for your comment and time Abinayaa.
Awesome simple and fast
Thanks for your time and comment Hemnathvike
thanks bro. you have given more information in a short time.
Thank you for your time and comment Nagercoil gamer
Hi Prakash, I am seeing this video may 2024, While try to create empty project using visual studio 2022 and .net framework8, As you said there is startup.cs file, but there is no such file in latest, Kindly let me know why ?
Hello Raj Kumar, thank you for reaching me. Please provide below details. Which version of dotnet you are using ? What project type you are using
@@DotnetinTamil01 Hi I am using .net framework 8 version and project type is empty dotnet core application
how your installing AZure devops administrator console in local meachine it will be great if you share the details
Heartful thank you sir for the content
Thank you for your one and comment Vinoth Viswanathan. Hope part 2 also helpful for you
class program { static void Main(string[] args) { Student[] studentArray = { new Student() { StudentId = 1,StudentName="Student 1",Age = 24}, new Student() { StudentId = 2,StudentName="Student 2",Age = 23}, new Student() { StudentId = 3,StudentName="Student 3",Age = 22}, new Student() { StudentId = 4,StudentName="Student 4",Age = 21}, }; } } what cocept is this ?
You are creating object array and initializing the array.
@@DotnetinTamil01 thankyou sir. sir linq paklamnu unga video open pannan .neenga explain beautifula panninga sir .sir naan collection basic a pathurkan. Podhuva data types vachi array create pannuvom. But idhu pudhusa class name vachu iruku .naanum search pantan & chat gpt la yum potan .onnum purila. Enaku tutor illa sir. selfa understand panni padichitu irukan. Neenga array of objects explain panni oru video podungna sir.please... Extra point : neenga array of objects matum illa . Language um teach pana Mari oru playlist potingna ellarkumae periya benefits irukum sir.
I am happy to see this video helped you. Surly I will try to create more videos. Again thanks for your support 🙂
Hi Brother, You are providing useful information and clear understanding of the topics well, I am afraid of design pattern before watching your video. Please upload each videos for behavioral design pattern concepts. it must be more helpful thank you
Thank you for your time and comment. Since nobody watching the videos, I stopped design pattern series. I will continue to post more videos Raj 🙂
Bro will teach individual in online about c#.Net concepts. I will pay you for that immediate.
Hi Damudaran, thanks for reaching me. I am not a teaching professional not taking any online sessions. But if you have any question , please drop email to itguru.tamil@gmail.com
Sample project Source code share pannunga pls
HivKavinRaj, which source code are you asking
Clear and simple explanation
Bro.. please continue Az Devops video ❤
Sure. I will work on that
Realtime project la which dependency life time method use....why and example please
Great work bro! Awesome explanation.
Thank you for your time and comment
Super Bro Nice video tanks for this videos!
Thank you for your time and comment
Nice tuto bro easy understood tanks for this video!
Best Tutorial for Delegates Tanks for this Video i easy understood!
Thank you 👍
Thanks, it is very useful
Thank you for your comment Ganesh