#dotnetcore search results
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
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
Have you used reflection in CSharp? Read more here: devleader.ca/2023/10/25/how… #csharp #dotnet #dotnetcore #reflection
How do you use enums in CSharp? Read more here: devleader.ca/2023/10/27/how… #csharp #dotnet #dotnetcore #beginner #tutorial
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
💡 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
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
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
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
🎉 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
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
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
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
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
Performance & Observability in ASP.NET Core 2025 With Latest .NET Core Version c-sharpcorner.com/article/perfor… via @CsharpCorner #DotNetCore
Creating #Dotnet 8 #microservices using clean architecture. #dotnetcore #web #WebDevelopment #angular18 #Angular udemy.com/course/creatin… Comprehensive 51+ hours course #onlinecourse #udemycoupon #udemy course #WFH #technology
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
Do you use optional parameters in CSharp? Read more here: devleader.ca/2023/12/03/how… #csharp #dotnet #dotnetcore #coding
CSharp developers are familiar with IServiceCollection in ASP NET Core... Read more here: devleader.ca/2024/05/14/how… #CSharp #DotNetCore #DotNet #Coding
Witness AI's irony: Meant to understand us, yet confusing us more! From Slack on Teams to internet prayers! 🤖🌐 #AiHaHaLol #microsoft #dotnetcore #csharp #developerlife #techjokes #aihumor #techmemes
So it looks like there's more than one way to compare strings in CSharp, eh? Read more here: devleader.ca/2024/01/01/how… #csharp #dotnet #dotnetcore #beginners
Maximize the performance and scalability of your enterprise applications with optimized .NET Core Web APIs. 👉 Read the full blog to stay ahead: tinyurl.com/4h4z9mu6 . . . #DotNetCore #WebAPI #EnterpriseDevelopment #SoftwareEngineering #PerformanceOptimization
Do you use optional parameters in CSharp? Read more here: devleader.ca/2023/12/03/how… #csharp #dotnet #dotnetcore #coding
Your API is not a monolith — treat it like a living system. Structure it right once, and it’ll scale for years. 🧩 #DotNetCore #API #Architecture #CleanCode
Check out my latest article about how ConcurrentQueue Simplifies Producer-Consumer Patterns in .NET. medium.com/p/acc2c055bf7e #Dotnet #dotnetcore #aspnetcore #csharp #dotnettutorial #dotnetprogramming #dotnetdevelopment #programmingtip #programmingtricks #SoftwareEngineering
The evolution of Microsoft’s development ecosystem has sparked a major debate — .NET Core vs .NET Framework. Read the full blog here: c-metric.com/blog/why-net-c… #DotNetCore #DotNetFramework #MicrosoftDotNet #SoftwareDevelopment #WebDevelopment #DotNetDevelopers #CMetric
How does the switch statement work in CSharp? Read more here: devleader.ca/2023/11/16/the… #csharp #dotnet #dotnetcore #beginner #learntocode
Have you used reflection in CSharp? Read more here: devleader.ca/2023/10/25/how… #csharp #dotnet #dotnetcore #reflection
Exceptions are a plague on programming. Read more here: devleader.ca/2024/04/23/try… #CSharp #DotNetCore #Coding #Programming
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
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
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
🚀 @FabianGosebrink & Steven Giesel zeigen live, wie du ein leistungsstarkes Frontend mit #Angular und ein robustes Backend mit #DotNETCore entwickelst! 🌟 Erlebe, wie Standalone Components, Nx und SignalR in einer strukturierten Architektur zusammenarbeiten. 💻🔧
How do you use enums in CSharp? Read more here: devleader.ca/2023/10/27/how… #csharp #dotnet #dotnetcore #beginner #tutorial
You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding
💡 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
🔴 Classroom & Online Training in Ameerpet Branch 🔴 👉 Join our Asp .Net Core [WEB FORMS, MVC 5, WEB API, CORE MVC 9.0] Training ✍️ Registration Link: t.ly/ASPNET-28A 👉New Batch Details: Date: 28th April 2025 Time: 7:15 AM to 08:45 AM #fullstack #dotnetcore
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
Boost your app's efficiency! Discover how to implement a Stopwatch for real-time performance monitoring and achieve optimized results. 📖 Read more: tinyurl.com/yc6j5xke #DotNetCore #CSharp #PerformanceTuning #DeveloperTips #CSharpCorner
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
Your code works… but does it REALLY work?🤔 Discover how Unit Testing with xUnit can transform your .NET Core apps into bug-free masterpieces with @jackypatel55. Dive in here👉 tinyurl.com/bdf9k7h5 #DOTNETCore #DotNet #xUnit #CSharp #DevLife #UnitTesting #testing #Coding
We just merged 4 different types of APIs for Arm64 that loads the array contents in Vector in an interesting way! Here is a pictorial summary: #dotnet #dotnetcore
Does your ASP NET Core service need API key authentication? Read more here: devleader.ca/2024/04/18/api… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
We all know that we're not supposed to use reflection in performance critical paths... Read more here: devleader.ca/2024/03/17/con… #CSharp #DotNet #DotNetCore #BenchmarkDotNet
Don't use async void... Unless you have to. Read more here: devleader.ca/2024/03/13/asy… #CSharp #DotNet #DotNetCore #Coding
Something went wrong.
Something went wrong.
United States Trends
- 1. Bama 17.3K posts
- 2. Oklahoma 26.4K posts
- 3. #UFC322 31K posts
- 4. Ty Simpson 3,640 posts
- 5. Jeremiah Smith 1,283 posts
- 6. BOOMER SOONER 1,790 posts
- 7. Iowa 19.1K posts
- 8. Mateer 3,061 posts
- 9. Brent Venables 1,078 posts
- 10. Sabatini 1,086 posts
- 11. #RollTide 3,189 posts
- 12. South Carolina 33.6K posts
- 13. Jungkook 247K posts
- 14. Benn 39K posts
- 15. Kline 1,558 posts
- 16. DeBoer 1,355 posts
- 17. Heisman 10.6K posts
- 18. Arbuckle 1,047 posts
- 19. Talty 1,606 posts
- 20. Ryan Williams 1,710 posts