#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
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
🎉 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
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
Strings to bytes and back again! Read more here: devleader.ca/2024/04/21/how… #CSharp #DotNetCore #Coding #Programming
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
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
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
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
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
کسی نمیخاد منتور من بینوا بشه؟ بکاند کارهای عزیز که با میکروسرویس دات نت کار کردین منو گردن بگیرین پلیز 👀🙄🫣 #backend #dotnetcore
🚀 JetMapper'ı tanıtıyoruz - Hızın ötesinde .NET object mapper!AutoMapper'dan 2-4x daha hızlı🧠 %80'e varan bellek tasarrufu✨ GitHub: github.com/mennansevim/je… #dotnetcore #aspnetcore #açıkkaynak #opensource #performans #yazılım #kod #webgeliştirme #nuget #dotnet8 #automapper
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
🚀 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
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
💡 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
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
Strings to bytes and back again! Read more here: devleader.ca/2024/04/21/how… #CSharp #DotNetCore #Coding #Programming
🔴 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
Do you use enums in CSharp? Read more here: devleader.ca/2023/11/15/enu… #csharp #dotnet #dotnetcore #beginner #tutorial
How do you use enums in CSharp? Read more here: devleader.ca/2023/10/27/how… #csharp #dotnet #dotnetcore #beginner #tutorial
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
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
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
🆕 Learn ASP.NET Core – MVC 5 + MVC Core 6 📅 26th June | 🕢 7:30 AM (IST) 👨🏫 Trainer: Mr. Vishwa Registration Link: t.ly/ASPnet-26J1 🌐 nareshit.com #DotNetCore #ASPNETMVC #NareshIT #WebAPI #BackendDevelopment #OnlineTraining #nareshit
🔴 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
📷 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
Something went wrong.
Something went wrong.
United States Trends
- 1. Halloween 5.85M posts
- 2. Mookie 11.1K posts
- 3. #SmackDown 18.3K posts
- 4. Gausman 7,758 posts
- 5. Grimes 5,340 posts
- 6. #OPLive 1,054 posts
- 7. Heim 9,435 posts
- 8. #DoorDashTradeorTreat 2,663 posts
- 9. Yamamoto 16.6K posts
- 10. #OPNation N/A
- 11. Hugo Gonzalez N/A
- 12. Drummond 3,286 posts
- 13. #iahsfb N/A
- 14. Connor Mosack N/A
- 15. Josh Giddey N/A
- 16. Nick Nurse N/A
- 17. Syracuse 3,750 posts
- 18. Trick or Treat 472K posts
- 19. Pritchard 1,473 posts
- 20. End of 3rd 3,310 posts