#dotnetcore hasil pencarian

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

🎉 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


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

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

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

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

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

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

Is Your Current Tech Stack Holding Back Scalability? .NET Core offers modular, flexible architecture built for future growth. At Hidden Brains, we build future-proof solutions that scale with your business. Explore More: bit.ly/4fNi0Yp #DotNetCore #HiddenBrains

HiddenBrains's tweet image. Is Your Current Tech Stack Holding Back Scalability?

 .NET Core offers modular, flexible architecture built for future growth.
At Hidden Brains, we build future-proof solutions that scale with your business.
Explore More: bit.ly/4fNi0Yp

#DotNetCore #HiddenBrains

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

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

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

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


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

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

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

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

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

💡 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

Most accidental and by far, the easiest change to get 15%~20% throughout improvement - Enable LTO for coreclr linux builds. #dotnetcore github.com/dotnet/runtime…

KuXMLP's tweet image. Most accidental and by far, the easiest change to get 15%~20% throughout improvement - Enable LTO for coreclr linux builds. #dotnetcore 

github.com/dotnet/runtime…

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

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

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

🔴 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

.NET added 1123 new Arm64 SVE instructions. Great work from .NET + Arm engineers. We wrote a tool that read the Arm manual and generated C++ code needed to implement instructions in RyuJIT, cutting the implementation time drastically. github.com/dotnet/runtime… #dotnetcore #sve

KuXMLP's tweet image. .NET added 1123 new Arm64 SVE instructions. Great work from .NET + Arm engineers. We wrote a tool that read the Arm manual and generated C++ code needed to implement instructions in RyuJIT, cutting the implementation time drastically.
github.com/dotnet/runtime…
#dotnetcore #sve

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

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

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

Loading...

Something went wrong.


Something went wrong.


United States Trends