#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

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

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

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

💡 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

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

🎉 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


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

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

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

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

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

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

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


Build Faster. Scale Smarter with .NET Core. Space Stem delivers high-performance, secure, and scalable .NET Core solutions for modern businesses. 👉 spacestem.com/net-core/ #DotNetCore #ASPNETCore #SoftwareDevelopment #DotNetDevelopers #TechServices #SpaceStem


Search and filter #emails in #dotNET apps. .#dotNETCore Comms and Messaging controls help you deliver faster, smarter #email handling with powerful built-in search and filtering capabilities. Compare leading .NET Core Communication and Messaging… dlvr.it/TPRVFt


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

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

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

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

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

🔴 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

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

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

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

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

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

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

So it looks like there's more than one way to compare strings in CSharp, eh? Read more here: devleader.ca/2024/01/01/how… #csharp #dotnet #dotnetcore #beginners

DevLeaderCa's tweet image. So it looks like there's more than one way to compare strings in CSharp, eh?

Read more here:
devleader.ca/2024/01/01/how…

#csharp #dotnet #dotnetcore #beginners

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

Loading...

Something went wrong.


Something went wrong.


United States Trends