Design Pattern Intro and Singleton Demo - Tamil

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 53

  • @nishadhkhan974
    @nishadhkhan974 3 года назад +4

    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.

    • @DotnetinTamil01
      @DotnetinTamil01  3 года назад +1

      Thank you for your valuable feedback and wishes.

  • @itsjk81
    @itsjk81 Год назад +1

    Good Video. Explained singleton pattern in very simple manner that too in tamil.

  • @vivekanand1573
    @vivekanand1573 2 года назад +1

    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🙏

  • @ravikumaranbarasu1998
    @ravikumaranbarasu1998 Год назад +2

    Thanks, Your videos are very useful.. keep posting

  • @r.abilash2676
    @r.abilash2676 Год назад +3

    good explanation bro thank you

    • @DotnetinTamil01
      @DotnetinTamil01  Год назад

      Hello Abilash, thanks for your time and comment. Hope other design patterns related videos also helpful

  • @vivekguptha5301
    @vivekguptha5301 3 года назад +1

    Thanks Bro, looking forward for your upcoming videos

  • @gowthamramar
    @gowthamramar Год назад +1

    your gem in tamil community

  • @saianu3859
    @saianu3859 3 года назад +1

    Good video and demo also good

  • @sbkumarsoft1990
    @sbkumarsoft1990 5 месяцев назад +1

    Awesome explanation

    • @DotnetinTamil01
      @DotnetinTamil01  5 месяцев назад

      Thanks for your time and comment Kumar

  • @gurubarathi4954
    @gurubarathi4954 Год назад +1

    Thankyou sir, well explained 🎉

  • @syedhabeebpeeran7166
    @syedhabeebpeeran7166 3 года назад +1

    Nice explanation..

  • @KarthikeyanMlp
    @KarthikeyanMlp 3 года назад

    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?

  • @vineshcool5826
    @vineshcool5826 3 года назад +1

    Please do add a topic for detail explanation on domain driven design

  • @anupriyaj3435
    @anupriyaj3435 11 месяцев назад +1

    Nice explanation

    • @DotnetinTamil01
      @DotnetinTamil01  11 месяцев назад

      Hello Anupriya, Thanks for your time and comment

  • @kidsinfopedia5285
    @kidsinfopedia5285 3 года назад +1

    Nice work

  • @ManiMaran-ew9ty
    @ManiMaran-ew9ty 3 года назад +1

    Good bro 🔥👍

  • @JeevanKumar-dm5bf
    @JeevanKumar-dm5bf 2 года назад +1

    Nice🥰

  • @Navin_Karthik
    @Navin_Karthik 3 года назад +1

    sir, need .net core Transient and scoped definition also, Please upload it, it will be helping to answer in interview

    • @DotnetinTamil01
      @DotnetinTamil01  2 года назад +1

      Sure Navin. Since I am doing Solid design principle , I can give these example with DI

    • @Navin_Karthik
      @Navin_Karthik 2 года назад

      @@DotnetinTamil01 which scenario we need to use scoped, transient and singleton? plz explain clearly sir.. waiting for the video, thanks in advance ♥️

  • @balajithirunavukarasu7494
    @balajithirunavukarasu7494 10 месяцев назад +1

    Please upload Generic Class example.

    • @DotnetinTamil01
      @DotnetinTamil01  10 месяцев назад

      Sure Balaji, Presently I don’t this topic in my queue. But shortly I will include

    • @sankarvicky-m9f
      @sankarvicky-m9f 4 месяца назад +1

      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.

    • @DotnetinTamil01
      @DotnetinTamil01  4 месяца назад

      Thanks for your response 🙂

    • @balajithirunavukarasu7494
      @balajithirunavukarasu7494 4 месяца назад

      Thank you so much.

  • @lavanya4539
    @lavanya4539 3 года назад

    Prakash, could you please upload all the DP deck in the drive.

    • @DotnetinTamil01
      @DotnetinTamil01  3 года назад

      Yes. you can download the PPT from github.com/ITGURUTAMIL/DesignPattern

  • @VK-yk7sx
    @VK-yk7sx 2 года назад +1

    Super bro

  • @rohithkumar5709
    @rohithkumar5709 2 года назад +2

    Sema

    • @DotnetinTamil01
      @DotnetinTamil01  2 года назад +1

      Thank you for your comment Rohith

    • @rohithkumar5709
      @rohithkumar5709 2 года назад

      Bro Abstract factory tough ha iruku bro what to do.???

  • @Anbin_illam
    @Anbin_illam Год назад

    PPT available

    • @DotnetinTamil01
      @DotnetinTamil01  Год назад

      you can find the PPT in drive.google.com/drive/folders/1e11sVDRjXeQJks6YSiMLo1A68LC2KHPj

  • @Anbin_illam
    @Anbin_illam Год назад

    ???