home.social

Search

957 results for “devleader”

  1. 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

  2. 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

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

    Read more here:
    bgh.st/53e3nk

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

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

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

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

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

    Read more here:
    bgh.st/53e3nk

    #CSharp #DotNet #Coding #Programming

  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. 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

  9. 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

  10. 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

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

    Read more here:
    bgh.st/b9qwkz

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

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

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

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

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

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

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

    Read more here:
    bgh.st/b9qwkz

    #CSharp #DotNet #Coding #Programming

  16. 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

  17. 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

  18. 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

  19. 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

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

    Read more here:
    bgh.st/m965w4

    #CSharp #DotNet #Code #Programming

  21. 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

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

    Read more here:
    bgh.st/8ingl3