Search
1000 results for “devleader”
-
"Extract Method" is one mof the most foundational refactoring techniques for us to use.
Read more here:
https://bgh.st/87jdlk -
"Extract Method" is one mof the most foundational refactoring techniques for us to use.
Read more here:
https://bgh.st/87jdlk -
Vibe coding is ruining everything. Fundamentals first.
-
BenchmarkDotNet is *the* go-to tool for benchmarking your CSharp code.
Read more here:
https://bgh.st/6wybd1 -
What will the F# developers say though?
-
What will the F# developers say though?
-
What will the F# developers say though?
-
What will the F# developers say though?
-
What will the F# developers say though?
-
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:
https://bgh.st/pb7kdy -
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:
https://bgh.st/wtqxmd -
Type casting is one of the ways that we can convert types in CSharp
Read more here:
https://bgh.st/53e3nk -
Type casting is one of the ways that we can convert types in CSharp
Read more here:
https://bgh.st/53e3nk -
Type casting is one of the ways that we can convert types in CSharp
Read more here:
https://bgh.st/53e3nk -
Type casting is one of the ways that we can convert types in CSharp
Read more here:
https://bgh.st/53e3nk -
Type casting is one of the ways that we can convert types in CSharp
Read more here:
https://bgh.st/53e3nk -
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:
https://bgh.st/pfqoth -
I am tested repeatedly every single day.
-
I am tested repeatedly every single day.
-
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:
https://bgh.st/j2rlu3 -
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:
https://bgh.st/eefxtt -
Fault tolerance is at least kinda sorta important for real production applications
Read more here:
https://bgh.st/b9qwkz -
Fault tolerance is at least kinda sorta important for real production applications
Read more here:
https://bgh.st/b9qwkz -
Fault tolerance is at least kinda sorta important for real production applications
Read more here:
https://bgh.st/b9qwkz -
Fault tolerance is at least kinda sorta important for real production applications
Read more here:
https://bgh.st/b9qwkz -
Fault tolerance is at least kinda sorta important for real production applications
Read more here:
https://bgh.st/b9qwkz -
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:
https://youtu.be/wmvEFWSE49g -
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:
https://bgh.st/p0mscx -
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:
https://bgh.st/caykv9 -
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:
https://bgh.st/0ficjc