I can see there is no much views for your video, because many people already done it, but your explanation too good and deep compare to others so definitely u and ur videos will reach hieghts, ALL the best. Please continue your good work.
You a teaching the concepts from basic to deeper level with good examples. Really happy to learn from your channel. Thanks a lot for spending time to create such a beautiful and clear videos. Kindly keep this up. to support our peoples. Nandri Thalaiva🙏
Nice to see this. All are explained only hw to create singleton class. You explained how do we implement that to our problem. Form yours I have doubt. Single instance shared to multiple users. So the same memory of the object shared across right? When users concurrently use this service not cause any file access issue?
Generic class allows us to write a class or method that can work with any data type which means it can work with any datataype like (int or string) ex: public static void checkvalue(T a, T b) { if(a.equalls(b)) { Console.WriteLine("It is a generic"); } else { Console.WriteLine("It is not generic"); } } Main Method public class program { public static void Main(string[] args) { checkvalue(1, 1) checkvalue("string","string"); } Here i mentioned like T is generic and In parameter i passed the value as T.
I can see there is no much views for your video, because many people already done it, but your explanation too good and deep compare to others so definitely u and ur videos will reach hieghts, ALL the best. Please continue your good work.
Thank you for your valuable feedback and wishes.
Good Video. Explained singleton pattern in very simple manner that too in tamil.
Hello Jai, thanks for your time and comment
You a teaching the concepts from basic to deeper level with good examples. Really happy to learn from your channel. Thanks a lot for spending time to create such a beautiful and clear videos. Kindly keep this up. to support our peoples. Nandri Thalaiva🙏
Thank you for your time and comment Vivek.
Thanks, Your videos are very useful.. keep posting
Thanks for your feedback Ravi.
good explanation bro thank you
Hello Abilash, thanks for your time and comment. Hope other design patterns related videos also helpful
Thanks Bro, looking forward for your upcoming videos
Coming soon
your gem in tamil community
Thank you for your time and comment Gowtham
Good video and demo also good
Thanks for your time and comment
Awesome explanation
Thanks for your time and comment Kumar
Thankyou sir, well explained 🎉
Thank you for your feedback Guru
Nice explanation..
Dear Syed,
Thanks and welcome
Nice to see this.
All are explained only hw to create singleton class. You explained how do we implement that to our problem.
Form yours I have doubt. Single instance shared to multiple users. So the same memory of the object shared across right?
When users concurrently use this service not cause any file access issue?
I have also have the same question?
Yes. we have to handle Multithread issue.
Please do add a topic for detail explanation on domain driven design
I will try to do.
Nice explanation
Hello Anupriya, Thanks for your time and comment
Nice work
Thank you! Cheers!
Good bro 🔥👍
Thanks for the visit
Nice🥰
sir, need .net core Transient and scoped definition also, Please upload it, it will be helping to answer in interview
Sure Navin. Since I am doing Solid design principle , I can give these example with DI
@@DotnetinTamil01 which scenario we need to use scoped, transient and singleton? plz explain clearly sir.. waiting for the video, thanks in advance ♥️
Please upload Generic Class example.
Sure Balaji, Presently I don’t this topic in my queue. But shortly I will include
Generic class allows us to write a class or method that can work with any data type
which means it can work with any datataype like (int or string)
ex:
public static void checkvalue(T a, T b)
{
if(a.equalls(b))
{
Console.WriteLine("It is a generic");
}
else
{
Console.WriteLine("It is not generic");
}
}
Main Method
public class program
{
public static void Main(string[] args)
{
checkvalue(1, 1)
checkvalue("string","string");
}
Here i mentioned like T is generic and In parameter i passed the value as T.
Thanks for your response 🙂
Thank you so much.
Prakash, could you please upload all the DP deck in the drive.
Yes. you can download the PPT from github.com/ITGURUTAMIL/DesignPattern
Super bro
Thank you for your continues support
Sema
Thank you for your comment Rohith
Bro Abstract factory tough ha iruku bro what to do.???
PPT available
you can find the PPT in drive.google.com/drive/folders/1e11sVDRjXeQJks6YSiMLo1A68LC2KHPj
???
Hope you got the link. Thanks for your comment.