C# FormattableString can be helpful rather than using string interpolation or StringBuilder as FormattableString. It is easy to inspect and change values, as shown below. #csharp #dotnetcore

KarenPayneMVP's tweet image. C# FormattableString can be helpful rather than using string interpolation or StringBuilder as FormattableString. It is easy to inspect and change values, as shown below.

#csharp #dotnetcore

💡 Domain-Driven Design (DDD) isn’t just theory—it’s architecture that scales! ✅ Presentation Layer ✅ Application Layer ✅ Domain Layer ✅ Infrastructure Layer A blueprint for building maintainable systems. #SystemDesign #DotNetCore #DDD

Vibe_coderr's tweet image. 💡 Domain-Driven Design (DDD) isn’t just theory—it’s architecture that scales!
✅ Presentation Layer
✅ Application Layer
✅ Domain Layer
✅ Infrastructure Layer
A blueprint for building maintainable systems.
#SystemDesign #DotNetCore #DDD

Slim Down Your App => Exclude the extra code you don’t need and watch your binaries shrink with .NET 9 and "Feature Switches" #dotnet #dotnetcore

WalenciukC's tweet image. Slim Down Your App => 

Exclude the extra code you don’t need and watch your binaries shrink with .NET 9 and "Feature Switches"

#dotnet #dotnetcore

🎉 Big Congratulations to Sujeet Kumar for getting placed as a .NET Developer #G4 Software Solutions💻🚀 Your hard work, focus, and determination have truly paid off. #DotNetDeveloper #DotNetCore #CSharpDeveloper #ASPNet #MicrosoftDeveloper #BackendDeveloper


Don't use async void... Unless you have to. Read more here: devleader.ca/2024/03/13/asy… #CSharp #DotNet #DotNetCore #Coding

DevLeaderCa's tweet image. Don't use async void... Unless you have to.

Read more here:
devleader.ca/2024/03/13/asy…

#CSharp #DotNet #DotNetCore #Coding

Exceptions are a plague on programming. Read more here: devleader.ca/2024/04/23/try… #CSharp #DotNetCore #Coding #Programming

DevLeaderCa's tweet image. Exceptions are a plague on programming.

Read more here:
devleader.ca/2024/04/23/try…

#CSharp #DotNetCore #Coding #Programming

Collection expressions aren’t just about fancy syntax They also give the compiler a chance to flex its optimization muscles 💪, making your code not just cleaner, but potentially faster too! #dotnet #dotnetcore

WalenciukC's tweet image. Collection expressions aren’t just about fancy syntax

They also give the compiler a chance to flex its optimization muscles 💪, making your code not just cleaner, but potentially faster too!

#dotnet #dotnetcore

In .NET 9, the System.Threading.Lock class was introduced, replacing the traditional approach of using an object as a lock in the lock statement. This new class is designed with performance and code readability in mind. #dotnet #dotnetcore

WalenciukC's tweet image. In .NET 9, the System.Threading.Lock class was introduced, replacing the traditional approach of using an object as a lock in the lock statement. 

This new class is designed with performance and code readability in mind.

#dotnet #dotnetcore

You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding

DevLeaderCa's tweet image. You've no doubt seen this keyword in CSharp code...

Read more here:
devleader.ca/2024/01/10/wha…

#csharp #dotnet #dotnetcore #coding

What is new in LINQ in .NET 9 and C# 13? In this code: AggregateBy helps us efficiently sum up the prices for each genre 💡 Why use AggregateBy? Unlike GroupBy().Select(), it avoids intermediate collections #dotnet #dotnetcore

WalenciukC's tweet image. What is new in LINQ in .NET 9 and C# 13?

In this code:

AggregateBy helps us efficiently sum up the prices for each genre

💡 Why use AggregateBy? Unlike GroupBy().Select(), it avoids intermediate collections

#dotnet #dotnetcore

Recently, I've worked with code using the [LoggerMessage] attribute with Serilog This approach gives: ✅ Improved Performance: The [LoggerMessage] attribute enables compile-time generation of logging methods, reducing string formatting overhead #dotnetcore #dotnet

WalenciukC's tweet image. Recently, I've worked with code using the [LoggerMessage] attribute with Serilog 

This approach gives:

✅ Improved Performance: The [LoggerMessage] attribute enables compile-time generation of logging methods, reducing string formatting overhead 

#dotnetcore
#dotnet

Does your ASP NET Core service need API key authentication? Read more here: devleader.ca/2024/04/18/api… #CSharp #DotNetCore #ASPNETCore #WebDevelopment

DevLeaderCa's tweet image. Does your ASP NET Core service need API key authentication?

Read more here:
devleader.ca/2024/04/18/api…

#CSharp #DotNetCore #ASPNETCore #WebDevelopment

What happens if we ditch the recommended way to set up Autofac in ASP Net Core? Read more here: devleader.ca/2024/05/02/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment

DevLeaderCa's tweet image. What happens if we ditch the recommended way to set up Autofac in ASP Net Core?

Read more here:
devleader.ca/2024/05/02/aut…

#CSharp #DotNetCore #ASPNETCore #WebDevelopment

C# aims to allow text literals to be assigned to variables of type 'ReadOnlySpan<char>' as often as possible, enabling operations on data without creating additional objects. These changes have been available since C# 13, which is .NET 9. #dotnet #dotnetcore

WalenciukC's tweet image. C# aims to allow text literals to be assigned to variables of type &apos;ReadOnlySpan&amp;lt;char&amp;gt;&apos; as often as possible, enabling operations on data without creating additional objects. 

These changes have been available since C# 13, which is .NET 9.

#dotnet #dotnetcore

Instead of a generic IResult, it enforces a union type (Ok, InternalServerError, NotFound), improving type safety, unit testing, and API clarity. 🔹 Clearer Endpoints – TypedResults + pattern matching = predictable, self-documenting APIs. #dotnet #dotnetcore

WalenciukC's tweet image. Instead of a generic IResult, it enforces a union type (Ok, InternalServerError, NotFound), improving type safety, unit testing, and API clarity.

🔹 Clearer Endpoints – TypedResults + pattern matching = predictable, self-documenting APIs.

#dotnet #dotnetcore

Hey devs! 👩‍💻 I'm exploring side income ideas using .NET Core 💡 Any project suggestions that can bring real value or passive income? Would love to hear what’s trending or useful! @dotnet @github @visualstudio #dotnet #dotnetcore #SideProject #TechCommunity #DeveloperLife


New Blog: Minimal APIs in .NET Core Understand what Minimal APIs are, when to use them, and see a hands-on example! Read here theavinashjoshi.com/minimal-apis-i… #DotNet #DotNetCore #MinimalAPI #CSharp #webdevproject


Have you used reflection in CSharp? Read more here: devleader.ca/2023/10/25/how… #csharp #dotnet #dotnetcore #reflection

DevLeaderCa's tweet image. Have you used reflection in CSharp?

Read more here:
devleader.ca/2023/10/25/how…

#csharp #dotnet #dotnetcore #reflection

What is the wrong with pure ADO .NET that let you decide to Entity Framework (EF) #DotNetCore


You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding

DevLeaderCa's tweet image. You&apos;ve no doubt seen this keyword in CSharp code...

Read more here:
devleader.ca/2024/01/10/wha…

#csharp #dotnet #dotnetcore #coding

What kind of sorcery do we get with TWO dependency containers in ASP NET Core?! Read more here: devleader.ca/2024/05/03/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment

DevLeaderCa's tweet image. What kind of sorcery do we get with TWO dependency containers in ASP NET Core?!

Read more here:
devleader.ca/2024/05/03/aut…

#CSharp #DotNetCore #ASPNETCore #WebDevelopment

Have you used reflection in CSharp? Read more here: devleader.ca/2023/10/25/how… #csharp #dotnet #dotnetcore #reflection

DevLeaderCa's tweet image. Have you used reflection in CSharp?

Read more here:
devleader.ca/2023/10/25/how…

#csharp #dotnet #dotnetcore #reflection

Loading...

Something went wrong.


Something went wrong.


United States Trends