#dotnetcore resultados da pesquisa

💡 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

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

🎉 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


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

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

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

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

کسی نمیخاد منتور من بینوا بشه؟ بکاند کارهای عزیز که با میکروسرویس دات نت کار کردین منو گردن بگیرین پلیز 👀🙄🫣 #backend #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

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

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

DevLeaderCa's tweet image. 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

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

🚀 Boost your .NET Core app’s speed and scalability with response compression! Read the full blog here: tinyurl.com/5xha6fkw . . . . . . . . #DotNetCore #WebPerformance #ResponseCompression #SoftwareDevelopment #TechInnovation #Microservices #EmbarkingOnVoyage

EOVDigital's tweet image. 🚀 Boost your .NET Core app’s speed and scalability with response compression!

Read the full blog here: tinyurl.com/5xha6fkw
.
.
.
.
.
.
.
.
#DotNetCore #WebPerformance #ResponseCompression #SoftwareDevelopment #TechInnovation #Microservices #EmbarkingOnVoyage

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

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

.NET is no longer your grandpa's Windows-only framework. It's modern, Linux-first, and open source! We're betting on boring done right. Agree? Disagree? Let me know! RT & follow for more contrarian takes! 🚀 #dotnetcore


Join Our Live Session This Friday Explore how to build and integrate a Membership Management System using ASP.NET Core 10 & Angular 20. 🗓️ Date: Friday, 10th Oct 2025 🕚 Time: 11:00 AM – 12:00 PM 📍 Register Now: sdcranchi.com/live-session-o… #DotNetCore #Angular

MurmuSoftware's tweet image. Join Our Live Session This Friday

Explore how to build and integrate a Membership Management System using ASP.NET Core 10 & Angular 20.
🗓️ Date: Friday, 10th Oct 2025
🕚 Time: 11:00 AM – 12:00 PM
📍 Register Now: sdcranchi.com/live-session-o…

#DotNetCore #Angular

💡 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

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

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

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

🔴 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

nareshitech's tweet image. 🔴 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

🚀 @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. 💻🔧

BASTAcon's tweet image. 🚀 @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. 💻🔧

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

CsharpCorner's tweet image. 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

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

CsharpCorner's tweet image. 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

Ensure your .NET Web API is always up and running! Learn how to: ✅ Add Basic Health Checks ✅ Customize Checks ✅ Implement Multiple Checks Start improving API reliability today!👉 c-sharpcorner.com/article/implem… #ASPNetCore #DotNetCore #APIHealth #Coding #DevLife #DOTNET #WEBAPI

CsharpCorner's tweet image. Ensure your .NET Web API is always up and running! Learn how to:
✅ Add Basic Health Checks
✅ Customize Checks
✅ Implement Multiple Checks

Start improving API reliability today!👉 c-sharpcorner.com/article/implem…

#ASPNetCore #DotNetCore #APIHealth #Coding #DevLife #DOTNET #WEBAPI…

Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.Json c-sharpcorner.com/article/net-co… via @CsharpCorner #NetJSON #DotNetCore #JSON

harishchand314's tweet image. Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.Json  c-sharpcorner.com/article/net-co… via @CsharpCorner #NetJSON #DotNetCore #JSON

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

DevLeaderCa's tweet image. 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

📢 Performance matters! Optimize your ASP.NET Core Web API with Lazy Loading-reduce memory usage and speed up response times. 🔍 Learn the best practices in this guide by @SMudassarAKhan: csharp.com/article/lazy-l… #DotNetCore #ASPNETCore #LazyLoading

CsharpCorner's tweet image. 📢 Performance matters!
Optimize your ASP.NET Core Web API with Lazy Loading-reduce memory usage and speed up response times.

🔍 Learn the best practices in this guide by @SMudassarAKhan: csharp.com/article/lazy-l…

#DotNetCore #ASPNETCore #LazyLoading…

Simplify your testing process with @jackypatel55! Discover how to use Moq with xUnit for efficient unit testing in .NET Core. A must-read for developers aiming for clean, maintainable code. 🔗 Read now: tinyurl.com/3armxnvx #DeveloperTips #DotNet #DOTNETCore #UnitTesting

CsharpCorner's tweet image. Simplify your testing process with @jackypatel55!

Discover how to use Moq with xUnit for efficient unit testing in .NET Core. A must-read for developers aiming for clean, maintainable code.

🔗 Read now: tinyurl.com/3armxnvx

#DeveloperTips #DotNet #DOTNETCore #UnitTesting…

Loading...

Something went wrong.


Something went wrong.


United States Trends