#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

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

💡 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

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

🎉 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


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 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

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

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

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

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

CSharp developers are familiar with IServiceCollection in ASP NET Core... Read more here: devleader.ca/2024/05/14/how… #CSharp #DotNetCore #DotNet #Coding

DevLeaderCa's tweet image. CSharp developers are familiar with IServiceCollection in ASP NET Core...

Read more here:
devleader.ca/2024/05/14/how…

#CSharp #DotNetCore #DotNet #Coding

Do you use optional parameters in CSharp? Read more here: devleader.ca/2023/12/03/how… #csharp #dotnet #dotnetcore #coding

DevLeaderCa's tweet image. Do you use optional parameters in CSharp?

Read more here:
devleader.ca/2023/12/03/how…

#csharp #dotnet #dotnetcore #coding

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

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

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

Great session with the @UofGlasgow on ASP.NET Core Web API! Appreciate the amazing feedback—especially on the hands-on labs and approachable instructor. Always a pleasure helping devs level up. #dotnetcore #aspnetcore #webapi

FrameworkTrain's tweet image. Great session with the @UofGlasgow on ASP.NET Core Web API!
Appreciate the amazing feedback—especially on the hands-on labs and approachable instructor.

Always a pleasure helping devs level up.

#dotnetcore #aspnetcore #webapi

Containerizing Dotnet App With Sql Server Using Docker Compose ravindradevrani.com/posts/containe… #dotnetcore #dotnet #aspnetcore

ravi_devrani's tweet image. Containerizing Dotnet App With Sql Server Using Docker Compose
ravindradevrani.com/posts/containe…

#dotnetcore #dotnet #aspnetcore

Dependency Injection in .NET Core in Hindi — the secret to clean, modular & testable code. 1-minute breakdown for devs & interview prep 👇 Hashtags #DotNet #DotNetCore #DependencyInjection #CleanCode #Developers #Backend #FullStackPrep


Dependency Injection in .NET Core — the secret to clean, modular & testable code. 1-minute breakdown for devs & interview prep 👇 Hashtags #DotNet #DotNetCore #DependencyInjection #CleanCode #Developers #Backend #FullStackPrep


.NET Core in 60 seconds In Hindi Mein — fast, open-source, cross-platform and built for modern APIs & cloud apps.👇 🔥 Twitter Tags #dotnet #DotNetCore #ASPNETCore #Programming #Backend #Developers #FullStackPrep


.NET Core in 60 seconds Architect — fast, open-source, cross-platform and built for modern APIs & cloud apps.👇 🔥 Twitter Tags #dotnet #DotNetCore #ASPNETCore #Programming #Backend #Developers #FullStackPrep


.NET Core in 60 seconds — fast, open-source, cross-platform and built for modern APIs & cloud apps.👇 🔥 Twitter Tags #dotnet #DotNetCore #ASPNETCore #Programming #Backend #Developers #FullStackPrep


.NET Core in 60 seconds — fast, open-source, cross-platform and built for modern APIs & cloud apps.👇 #dotnet #DotNetCore #ASPNETCore #Programming #Backend #Developers #FullStackPrep


We transformed a legacy estimation platform into a cloud-first, scalable, enterprise-grade solution using #DotNETCore, #React & Azure. ⚙️ Automated estimation engine 🌍 Real-time global collaboration 📉 60% fewer errors ⚡ 40% faster cycles 🚀 Ready for the next decade

itidoltech's tweet image. We transformed a legacy estimation platform into a cloud-first, scalable, enterprise-grade solution using #DotNETCore, #React & Azure.

⚙️ Automated estimation engine
🌍 Real-time global collaboration
📉 60% fewer errors
⚡ 40% faster cycles
🚀 Ready for the next decade
itidoltech's tweet image. We transformed a legacy estimation platform into a cloud-first, scalable, enterprise-grade solution using #DotNETCore, #React & Azure.

⚙️ Automated estimation engine
🌍 Real-time global collaboration
📉 60% fewer errors
⚡ 40% faster cycles
🚀 Ready for the next decade
itidoltech's tweet image. We transformed a legacy estimation platform into a cloud-first, scalable, enterprise-grade solution using #DotNETCore, #React & Azure.

⚙️ Automated estimation engine
🌍 Real-time global collaboration
📉 60% fewer errors
⚡ 40% faster cycles
🚀 Ready for the next decade
itidoltech's tweet image. We transformed a legacy estimation platform into a cloud-first, scalable, enterprise-grade solution using #DotNETCore, #React & Azure.

⚙️ Automated estimation engine
🌍 Real-time global collaboration
📉 60% fewer errors
⚡ 40% faster cycles
🚀 Ready for the next decade

We modernized a globally used estimation platform using #DotNETCore, #ReactJS & a re-engineered data ecosystem, boosting accuracy, scalability & performance across AU, UK & NZ. Future-ready. High-performing. Built to scale itidoltechnologies.com/blog/modernizi… #ITIDOLTechnologies


No results for "#dotnetcore"
Loading...

Something went wrong.


Something went wrong.


United States Trends