Code With RaiGenics
Code With RaiGenics
  • Видео 58
  • Просмотров 226 226
Mastering Single Responsibility Principle (SRP) : Crafting Cohesive, Loosely-Coupled Code
Unlock the secrets of sustainable software development with 'Mastering SRP: Crafting Cohesive, Loosely-Coupled Code'. This video delves deep into the Single Responsibility Principle (SRP), one of the foundational SOLID design principles that champions the mantra of 'one class, one responsibility'. Discover what SRP is, why it's pivotal for creating maintainable and scalable software, and the common pitfalls of ignoring it, such as low cohesion, high coupling, and diminished testability.
Through this exploration, you'll learn the telltale signs of SRP violations and gain practical insights into restructuring your codebase for better adherence to this principle. This video is not just about ...
Просмотров: 98

Видео

Why SOLID? The Gateway to Clean Code | Design Smells | Code Fragility | Code Rigidity
Просмотров 932 месяца назад
Absolutely, incorporating the additional details you've provided, here’s a more comprehensive description for your video: "Dive into the world of SOLID design principles with 'Why SOLID? The Gateway to Clean Code'. This introductory video is your first step towards mastering the core concepts that elevate coding practices to new heights. Uncover the transformative power of SOLID principles in a...
Open Close Principle (OCP) Unlocked: Designing for Extension without Modification | OCP Violations
Просмотров 692 месяца назад
Step into the realm of advanced software design with 'OCP Unlocked: Designing for Extension without Modification', a deep dive into the Open/Closed Principle (OCP), a cornerstone of SOLID design principles. This principle advocates for software entities to be open for extension but closed for modification, a key to achieving flexibility and resilience in your codebase. Explore what OCP entails,...
C# Collection Best Practices | Collection in C# | C# Collection part 15
Просмотров 1,6 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains the best practices to be used while working with C# Collections. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# interview questi...
C# IList and IDictionary | IList in C# | C# Collection part 14
Просмотров 4,1 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains how when to use IList and IDictionary in C#. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# interview question, please see the l...
How IEnumerable can make your code more efficient | IEnumerable in C# | C# Collection part 13
Просмотров 4,2 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains how IEnumerable in C# can make your code more efficient. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# interview question, plea...
How does foreach() loop internally works? IEnumerable and IEnumerator in C# : C# Collection part 12
Просмотров 2,1 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains what are IEnumerable and IEnumerator in C#. What enables foreach loop to iterate. Demonstrated using real time examples Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_...
Queue in C# with real time example | C# Collection Part 11
Просмотров 3,2 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains what is a Queue and how to use Queue in c#. Demonstrated Queue use case using real time examples Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozz...
Stack in C# with real time example | C# Collection Part 10
Просмотров 2,4 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains what is stack and how to use stack in c#. Demonstrated stack use case using real time examples Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8...
Read only dictionary and read only list in C# | Make code robust using them | C# Collection Part 9
Просмотров 1,2 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explain what are read only dictionary and read only list in c# and when to use them. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# inter...
Sorted list and sorted dictionary in C# | C# Collection Part 8
Просмотров 4,7 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explain what is Sorted list and sorted dictionary in c#. How and when to use sorted list in c# and how and when to use sorted dictionary. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips....
How to use dictionary with custom class as Key | Dictionary in C# | C# Collection Part 7
Просмотров 5 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explain How to use dictionary with custom class as Key. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# interview question, please see the...
C# Dictionary with example | Dictionary in C# | C# Collection Part 6
Просмотров 18 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explain what is Dictionary in c# and why do we need C# Dictionary and how and when to use C# Dictionary. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg...
How to compare 2 arrays in C# | Array Comparison | C# Collection Part 3
Просмотров 4,7 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explains how you can compare two collections - specially arrays. Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my Design Pattern Playlist for other patterns - ruclips.net/p/PL_xlJum5pRdD_TEiWf9jK4Ozzg8VJyDSe For C# interview question, pleas...
C# List with example | List in C# | C# Collection Part 5
Просмотров 1,6 тыс.3 года назад
Collection classes in C# are specialized classes for data storage and retrieval. This video explain what are list in c# and why do we need C# list and how and when to use C# List. Lambda expression: ruclips.net/video/KHNx349xZ1o/видео.html Please subscribe to the channel by clicking this link - ruclips.net/channel/UC9ofVu61YJ9_qFReKsbvYBg Check out my C# Collection Playlist for other patterns -...
Difference between Array and List | When to use Array and List | C# Collection Part 4
Просмотров 3,3 тыс.3 года назад
Difference between Array and List | When to use Array and List | C# Collection Part 4
Arrays in C# with examples | C# Arrays | C# Collection Part 2
Просмотров 2,7 тыс.3 года назад
Arrays in C# with examples | C# Arrays | C# Collection Part 2
Collections in C# | What are Collection in C# | Part 1
Просмотров 6 тыс.3 года назад
Collections in C# | What are Collection in C# | Part 1
State Design Pattern in C# | State Design Pattern (Part 20)
Просмотров 2,3 тыс.3 года назад
State Design Pattern in C# | State Design Pattern (Part 20)
Mediator Design Pattern in WPF - Part 2 | Mediator Design Pattern (Part 19)
Просмотров 1,8 тыс.3 года назад
Mediator Design Pattern in WPF - Part 2 | Mediator Design Pattern (Part 19)
Mediator Design Pattern in c# - Part 1 | Mediator Design Pattern (Part 18)
Просмотров 3,1 тыс.3 года назад
Mediator Design Pattern in c# - Part 1 | Mediator Design Pattern (Part 18)
Strategy Design Pattern in c# | How to implement strategy pattern| Strategy Design Pattern (Part 13)
Просмотров 1,7 тыс.3 года назад
Strategy Design Pattern in c# | How to implement strategy pattern| Strategy Design Pattern (Part 13)
Chain Of Responsibility Design Pattern in c# and ASP.NET Core MVC | Design Pattern (Part 17)
Просмотров 2,7 тыс.3 года назад
Chain Of Responsibility Design Pattern in c# and ASP.NET Core MVC | Design Pattern (Part 17)
Template Method Pattern in c# | How to implement Template Pattern| Template Design Pattern | Part 16
Просмотров 1,2 тыс.3 года назад
Template Method Pattern in c# | How to implement Template Pattern| Template Design Pattern | Part 16
Command Design Pattern in c# and MVC | How to implement Command Pattern | Design Pattern (Part 15)
Просмотров 4,1 тыс.3 года назад
Command Design Pattern in c# and MVC | How to implement Command Pattern | Design Pattern (Part 15)
Observer Design Pattern in c# and MVC | How to implement Observer Pattern | Design Pattern (Part 14)
Просмотров 4,9 тыс.3 года назад
Observer Design Pattern in c# and MVC | How to implement Observer Pattern | Design Pattern (Part 14)
Why Container | What is docker container | How to run a container | Virtual machine vs container
Просмотров 873 года назад
Why Container | What is docker container | How to run a container | Virtual machine vs container
What are docker images | How to run docker images | Docker commands
Просмотров 1393 года назад
What are docker images | How to run docker images | Docker commands
Docker for beginners: Learn docker in 50 Minutes
Просмотров 3953 года назад
Docker for beginners: Learn docker in 50 Minutes
Adapter Design Pattern in c# | When to use Adapter Design Pattern | Design Pattern (Part 12)
Просмотров 1,8 тыс.3 года назад
Adapter Design Pattern in c# | When to use Adapter Design Pattern | Design Pattern (Part 12)

Комментарии

  • @sousahugo1000
    @sousahugo1000 8 дней назад

    Im learning interface now in my course : that video was helpful.. Good Work.

    • @RaiGenics
      @RaiGenics 7 дней назад

      Thanks for the feedback🙂

  • @higherpurpose1212
    @higherpurpose1212 8 дней назад

    very good, together with the other 2 (built in delegates predicate func, action ) and event handler

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

    Super & simple way explanation

  • @Ak-zm3ce
    @Ak-zm3ce Месяц назад

    great

  • @DevKumar-nh6vk
    @DevKumar-nh6vk 2 месяца назад

    Sir Videos are superb. Thank you so much.. Can Please share source code on GitHub or anywhere. It is pretty much required.

  • @selvakumarm1202
    @selvakumarm1202 2 месяца назад

    Very simple explanation. Here you use the one factory method like PaymentModeFactory. Is it coming under any design patterns? If yes, which design pattern this is?

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

    Amazing series! Thank you for putting all of these together and illustrating through simple codes. I will share these to my fellow dev work mates!

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

    Very good!

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

    Best tutorials ever, thanks

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

    Best event tutorial ever, thank you

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

    Thank you for this amazing tutorial, I've watched some videos out there but there's confusion in my mind, until this video which solidified my understanding, together with your events tutorial video. Keep up the good work!

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

      Thanks for the feedback!

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

    Perfect and well done, thanks for the video

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

    Very good tutorial and example. I like how you broke each code into smaller pieces and added them line per line and explained, it made it easier to understand. This is the best, clearest delegate/event tutorial I found on youtube after watching a dozen of them, plus you also discussed the built-in Eventhandler delegate. You reminded me of Kudvenkat here in YT. Keep up the good work! I've subscribed!

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

    It was nice example, but it was hard to follow, thanks for sharing

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

    So good as usual, thank you

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

    Thanks for sharing, very good

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

    One of the best explanation ever, thank you

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

    The best Design Pattern tutorials ever

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

    The best ever, thanks

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

    Thanks

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

    Good job, thanks a lot

  • @SilverSilver-zf8qw
    @SilverSilver-zf8qw 5 месяцев назад

    This is by far the best introduction on collection in c# on internet. The only missing thing is github link with the code, it would have save us lot of typing. Please provide the github link if possible.

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

    Was very clear, thanks

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

    Great content, thank you

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

    Thanks, was very helpful

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

    Thanks for sharing, well done keep it up

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

    Wow amazing, simply the best, thanks for sharing

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

    Wow, that was soooooo goood, thanks for sharing

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

    Very good, thanks

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

    ty again

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

    Very good, thanks

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

    ty

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

    ty

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

    Nice!!

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

    Very good, thanks a lot

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

    Very nice, than you

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

    Can you please include the code somehow, thanks a lot.

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

      Sorry, I did not preserve the code, but it's a simple concept. I hope you are able to follow it.

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

    Very unique, thanks a bunch

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

    Very good, thanks

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

    Very neat, thanks a lot

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

    Good one

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

    Thanks

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

    Perfect, thank you Sir!

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

    Nice, thanks a lot

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

    Thanks

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

    Thanks

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

    Thanks a lot, was very helpful

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

    Thanks a lot for these Tutorials, very nice

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

    Best Docker tutorial ever on RUclips, thanks a lot!!!!

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

    The best explanation ever, thanks a lot