#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
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
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
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
Creating #Dotnet 8 #microservices using clean architecture. #dotnetcore #web #WebDevelopment #angular18 #Angular udemy.com/course/creatin… Comprehensive 51+ hours course #onlinecourse #udemycoupon #udemy course #WFH #technology
🎉 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
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
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
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
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
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
How do you use enums in CSharp? Read more here: devleader.ca/2023/10/27/how… #csharp #dotnet #dotnetcore #beginner #tutorial
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
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
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
في الفيديو ده هنراجع مع بعض Visual Studio 2026، أحدث إصدار من أقوى IDE للمبرمجين. #Visual_studio_2026 #Microsoft #DotNetCore #csharpdev youtube.com/watch?v=_0bDtc…
youtube.com
YouTube
Visual Studio 2026 Review – كل الجديد في النسخة المنتظرة! AI Tools،...
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
Exceptions are a plague on programming. Read more here: devleader.ca/2024/04/23/try… #CSharp #DotNetCore #Coding #Programming
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
Is using AutofacServiceProviderFactory the best way to setup Autofac? Read more here: devleader.ca/2024/04/30/aut… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
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
You've no doubt seen this keyword in CSharp code... Read more here: devleader.ca/2024/01/10/wha… #csharp #dotnet #dotnetcore #coding
CSharp developers are familiar with IServiceCollection in ASP NET Core... Read more here: devleader.ca/2024/05/14/how… #CSharp #DotNetCore #DotNet #Coding
🔴 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
💡 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
Does your ASP NET Core service need API key authentication? Read more here: devleader.ca/2024/04/18/api… #CSharp #DotNetCore #ASPNETCore #WebDevelopment
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
Creating #Dotnet 8 #microservices using clean architecture. #dotnetcore #web #WebDevelopment #angular18 #Angular udemy.com/course/creatin… Comprehensive 51+ hours course #onlinecourse #udemycoupon #udemy course #WFH #technology
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
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
Strings to bytes and back again! Read more here: devleader.ca/2024/04/21/how… #CSharp #DotNetCore #Coding #Programming
How do you use enums in CSharp? Read more here: devleader.ca/2023/10/27/how… #csharp #dotnet #dotnetcore #beginner #tutorial
Something went wrong.
Something went wrong.
United States Trends
- 1. #GivingTuesday 12.4K posts
- 2. #ALLOCATION 265K posts
- 3. The BIGGЕST 460K posts
- 4. #JUPITER 265K posts
- 5. Good Tuesday 35.2K posts
- 6. #GMMTVxTPDA2025 822K posts
- 7. Susan Dell N/A
- 8. Lucario 7,043 posts
- 9. Michael Dell 1,573 posts
- 10. rUSD N/A
- 11. Costco 34.4K posts
- 12. Michael and Susan N/A
- 13. Taco Tuesday 12.1K posts
- 14. Kanata 27.6K posts
- 15. #AreYouSure2 64K posts
- 16. Dart 41.4K posts
- 17. Trump Accounts 5,096 posts
- 18. JOSSGAWIN AT TPDA2025 124K posts
- 19. JIMMYSEA TPDA AWARD 2025 81.9K posts
- 20. King Von N/A