home.social

Search

1000 results for “devleader”

  1. Here are 3 simple tips for working with Scrutor for dependency injection

    Read more here:
    bgh.st/8ingl3

  2. Here are 3 simple tips for working with Scrutor for dependency injection

    Read more here:
    bgh.st/8ingl3

    #CSharp #DotNet #Coding #Programming

  3. Expire vs Remove. Which should we use in Fusion Cache?

    Fusion Cache quickly became my favorite caching library for C#. Can't live without it!

    In this video, we go over some of the basic cache operations we have access to.

    Watch the full tutorial here:
    youtu.be/wmvEFWSE49g

  4. Flyweight Pattern Best Practices in C#: Code Organization and Maintainability

    Master flyweight pattern best practices in C# including thread-safe factories, immutable shared state, memory monitoring, and avoiding common anti-patterns.

    Read the article here:
    bgh.st/b0ewcw

  5. Refactoring code is a critical software engineering skill -- Can you do it?

    Read more here:
    bgh.st/pm3ss0

    #CSharp #DotNet #Coding #Refactoring

  6. Refactoring code is a critical software engineering skill -- Can you do it?

    Read more here:
    bgh.st/pm3ss0

    #CSharp #DotNet #Coding #Refactoring

  7. Refactoring code is a critical software engineering skill -- Can you do it?

    Read more here:
    bgh.st/pm3ss0

  8. Refactoring code is a critical software engineering skill -- Can you do it?

    Read more here:
    bgh.st/pm3ss0

    #CSharp #DotNet #Coding #Refactoring

  9. Refactoring code is a critical software engineering skill -- Can you do it?

    Read more here:
    bgh.st/pm3ss0

    #CSharp #DotNet #Coding #Refactoring

  10. You Don't Need Enums - Refactor Away Enums In #csharp!

    Enums in C# are easy for us to use, but often this means it's easy for us to use them ineffectively. While I don't like to say right and wrong for different things, I do like to point out pros and cons of different approaches.

    In this video, we look at enum examples in C# and how we can refactor our csharp code to move away from enum usage altogether! Yay for refactoring!

    Watch here:
    bgh.st/z0cn6a

  11. Here are 3 tips for beginners to get started with async/await in CSharp!

    Read more here:
    bgh.st/m965w4

    #CSharp #DotNet #Code #Programming