#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
💡 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
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
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
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #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
Don't use async void... Unless you have to. Read more here: devleader.ca/2024/03/13/asy… #CSharp #DotNet #DotNetCore #Coding
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
🎉 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
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
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
🚀 Integrate AI with ease in your .NET app! With Microsoft..Extensions.AI + Ollama, connect to local AI models like deepseek-r1 in just a few lines: AI at localhost, powered by your code! 🤖💻 #dotnet #dotnetcore #AI #Ollama
Have you heard of the observer pattern? Read more here: devleader.ca/2023/11/17/exa… #csharp #dotnet #dotnetcore #designpattern #designpatterns
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
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
Exceptions are a plague on programming. Read more here: devleader.ca/2024/04/23/try… #CSharp #DotNetCore #Coding #Programming
You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding
🚀 Learn how to create a CI/CD Build Pipeline in Azure DevOps for a .NET Core project — step-by-step! 💠 Using a self-hosted agent 💠 Build pipeline from scratch 🎥 Watch here 👉 youtu.be/e732g6Hqulc #AzureDevOps #DotNetCore #CICD #DevOps #Azure #BuildPipeline
youtube.com
YouTube
Azure DevOps Build Pipeline for .NET Web API | CI/CD | Using Self-H...
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
Resolve domains directly in .NET apps. Built-in DNS support lets you translate domain names to IP addresses, improving flexibility, maintainability, and connection reliability. Compare leading #dotNETCore comms and messaging controls. dlvr.it/TNpLYF
💡 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
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
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
Strings to bytes and back again! Read more here: devleader.ca/2024/04/21/how… #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
🚀 @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. 💻🔧
🔴 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
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
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
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
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
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
You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
Does your ASP NET Core service need API key authentication? Read more here: devleader.ca/2024/04/18/api… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
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
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Thursday 27.2K posts
- 2. #TheFirstDayandNight N/A
- 3. Happy Halloween Eve 1,713 posts
- 4. #PitDark 1,148 posts
- 5. #ThursdayThoughts 2,605 posts
- 6. Happy Friday Eve N/A
- 7. #thursdaymotivation 3,193 posts
- 8. #thursdayvibes 2,889 posts
- 9. Super Sentai 1,601 posts
- 10. Happy Birthday Kat 1,332 posts
- 11. Tomorrow is Halloween 2,321 posts
- 12. Rickey 1,266 posts
- 13. ARC Raiders 19K posts
- 14. Heaven Can Wait N/A
- 15. FUNDRAISE 2,458 posts
- 16. Austin Reaves 71.3K posts
- 17. Thune 35.2K posts
- 18. President Xi 99.3K posts
- 19. Sudan 878K posts
- 20. Chipotle 6,783 posts