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

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

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


💡 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

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

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

You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding

DevLeaderCa's tweet image. You've no doubt seen this keyword in CSharp code...

Read more here:
devleader.ca/2024/01/10/wha…

#csharp #dotnet #dotnetcore #coding

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

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

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

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

Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment

DevLeaderCa's tweet image. Is using AutofacServiceProviderFactory the best way to setup Autofac?

Read more here:
devleader.ca/2024/04/30/aut…

#CSharp #DotNetCore #ASPNETCore #WebDevelopment

کسی نمیخاد منتور من بینوا بشه؟ بکاند کارهای عزیز که با میکروسرویس دات نت کار کردین منو گردن بگیرین پلیز 👀🙄🫣 #backend #dotnetcore


What is the wrong with pure ADO .NET that let you decide to Entity Framework (EF) #DotNetCore


You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding

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

touseefkhan12's tweet card. Azure DevOps Build Pipeline for .NET Web API | CI/CD | Using Self-H...

youtube.com

YouTube

Azure DevOps Build Pipeline for .NET Web API | CI/CD | Using Self-H...


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

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

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

🔴 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

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

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

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

🔴 Classroom & Online Training in Ameerpet Branch 🔴 👉 Join our C#.NET & Full Stack .NET Training ✍️ Registration Link: t.ly/dotnet-30A 👉New Batch Details: Date: 30th April 2025 Time: 9:00 AM to 10:30 AM #fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore

nareshitech's tweet image. 🔴 Classroom & Online Training in Ameerpet Branch 🔴
👉 Join our C#.NET & Full Stack .NET Training
✍️ Registration Link: t.ly/dotnet-30A
👉New Batch Details:
Date: 30th April 2025
Time: 9:00 AM to 10:30 AM
#fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore

👉 Join our C#.NET & Full Stack .NET Core Online Training ✍️ Registration Link: t.ly/qnPDt 👉New Batch Details: Date: 22nd January 2025 Time: 7:15 AM to 08:45 AM #fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore #WebDevelopment #SoftwareEngineering

nareshitech's tweet image. 👉 Join our C#.NET & Full Stack .NET Core Online Training
✍️ Registration Link: t.ly/qnPDt

👉New Batch Details:
Date: 22nd January 2025
Time: 7:15 AM to 08:45 AM

#fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore #WebDevelopment #SoftwareEngineering

📷 Become a Full Stack .NET Developer! Join our .NET 9 with C# 13 Professional Training Program Registration Link: t.ly/FsNet-30J 📷Trainer: Mr. Bangar Raju 📷 Start Date: 30th June 📷 Time: 9:15 AM (IST) #fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore #WebDevelo

nareshitech's tweet image. 📷 Become a Full Stack .NET Developer!
Join our .NET 9 with C# 13 Professional Training Program
Registration Link: t.ly/FsNet-30J
📷Trainer: Mr. Bangar Raju
📷 Start Date: 30th June
📷 Time: 9:15 AM (IST)

#fullstack #dotnetcore #Csharpedotnet #dotnet #MVCCore #WebDevelo

Loading...

Something went wrong.


Something went wrong.


United States Trends