home.social

Search

1000 results for “devleader”

  1. "Extract Method" is one mof the most foundational refactoring techniques for us to use.

    Read more here:
    bgh.st/87jdlk

    #CSharp #Refactoring #Coding #Programming

  2. "Extract Method" is one mof the most foundational refactoring techniques for us to use.

    Read more here:
    bgh.st/87jdlk

    #CSharp #Refactoring #Coding #Programming

  3. BenchmarkDotNet is *the* go-to tool for benchmarking your CSharp code.

    Read more here:
    bgh.st/6wybd1

    #CSharp #DotNet #Coding #Programming

  4. LINQ Element Access in C#: First, Last, Single, Chunk, and TryGetNonEnumeratedCount

    Master LINQ element access in C# -- First, Last, Single, Chunk, and TryGetNonEnumeratedCount for safer, faster .NET 6+ collection queries.

    Read the article here:
    bgh.st/pb7kdy

  5. Unlock the Power of Quartz Job Scheduler in ASP.NET Core Blazor

    In our ASP.NET Core Blazor build series, we've discussed the need for a dotnet job scheduler. Lucky for us, we can use Quartz for C# which allows us to schedule jobs!

    Join me as we explore building our ASP.NET Core Blazor web app and experiment with integrating Quartz .NET for job scheduling!

    Watch here:
    bgh.st/wtqxmd

  6. Type casting is one of the ways that we can convert types in CSharp

    Read more here:
    bgh.st/53e3nk

  7. Type casting is one of the ways that we can convert types in CSharp

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

  8. Type casting is one of the ways that we can convert types in CSharp

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

  9. Type casting is one of the ways that we can convert types in CSharp

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

  10. Type casting is one of the ways that we can convert types in CSharp

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

  11. Flyweight vs Singleton Pattern in C#: Key Differences Explained

    Compare flyweight vs singleton pattern in C# with side-by-side code examples, key structural differences, and guidance on when to use each for instance management.

    Read the article here:
    bgh.st/pfqoth

  12. LINQ Deferred Execution in C#: When Queries Execute and Multiple Enumeration Pitfalls

    Understand LINQ deferred execution in C# -- when queries actually run, multiple enumeration bugs, and when to materialize with ToList for correctness.

    Read the article here:
    bgh.st/j2rlu3

  13. Avoid These C# Testing Patterns... Unless They Actually Work!

    In software engineering, software testing gets a lot of people debating on the best way to write tests. If we think about our software testing pyramid, where is our effort best spent? My issue: When people disregard entire types of tests writing them off as useless.

    In this video, I'll walk you through some C# tests that might feel unconventional. However, I've done testing in C# this way, using xUnit and Moq to have great results. There are situations for everything.

    Watch here:
    bgh.st/eefxtt

  14. Fault tolerance is at least kinda sorta important for real production applications

    Read more here:
    bgh.st/b9qwkz

  15. Fault tolerance is at least kinda sorta important for real production applications

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

  16. Fault tolerance is at least kinda sorta important for real production applications

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

  17. Fault tolerance is at least kinda sorta important for real production applications

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

  18. Fault tolerance is at least kinda sorta important for real production applications

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

  19. Fusion Cache is my favorite caching library for my C# projects.

    In this video tutorial, I walk through caching values that we're creating for an API call.

    We're able to expire them and use a factory method to create the values we need.

    Watch the full tutorial here:
    youtu.be/wmvEFWSE49g

  20. How to Implement Proxy Pattern in C#: Step-by-Step Guide

    Learn how to implement the proxy pattern in C# with step-by-step examples covering virtual proxies, protection proxies, and DI registration.

    Read the article here:
    bgh.st/p0mscx

  21. LINQ Joins in C#: Join, GroupJoin, LeftJoin, RightJoin, and Zip

    Learn LINQ joins in C# from inner joins to the new .NET 10 LeftJoin and RightJoin, with real-world Customer/Order examples and SQL comparisons.

    Read the article here:
    bgh.st/caykv9

  22. Try THIS To Stop Enum Changes From Breaking Your C# Code

    Continuing on our journey with Enums in C#, we turn our sights toward something different... Something slightly less conventional for supporting Enums in dotnet.

    What happens if you don't want to refactor your C# Enums out? What other tools do we have for our CSharp code?

    Watch here:
    bgh.st/0ficjc