lavanya kinJavaScript in Plain EnglishAngular CheatsheetAngular is a TypeScript-based open-source web application framework used to build web and mobile-based applications. This article will go…Jan 11, 20233Jan 11, 20233
Joy EbertzThe Art of Writing Amazing REST APIsWhen writing APIs, REST (short for representational state transfer) is considered the standard. And yet, REST itself isn’t actually a …Aug 25, 202248Aug 25, 202248
Juan EspañainByteHideSenior C# Developer Shows 5 Tips To Master Your C# LevelWhat if I told you that 5 easy tips from a senior C# developer can make you an better coder? Would you believe me?Nov 22, 20226Nov 22, 20226
Theodoros KarropoulosFluent BuilderAnother way to implement the [builder pattern](https://thkarropoulos.hashnode.dev/builder-pattern) is with fluent builder. Fluent builder…Nov 22, 2022Nov 22, 2022
Aziz OmarHow Does Garbage Collection Works in C# ?Garbage collection (GC) is a mechanism that modern programming languages use to manage memory and dispose of unreachable objects. When an…Aug 4, 2022Aug 4, 2022
Zuhair MehtabCRON Scheduler with .Net Core and QuartzSchedulers are applications that perform some tasks periodically. One of the terms that most developers are familiar with regarding…Nov 27, 2022Nov 27, 2022
Farhan TanvirinCodeX7 Useful .NET Libraries You Should Use in Your Next ProjectPower up your .NET developmentNov 29, 20222Nov 29, 20222
Anthony TradThe correct way of writing If conditions in your code?Bending the Clean Code PrinciplesDec 4, 20225Dec 4, 20225
Anton ShyrokykhSimple steps towards boosting ASP NET Core application performanceWe will consider performance advice, which aims to boost application performance with maximum effect while minimizing development effortJul 12, 2022Jul 12, 2022
Sasha MarfutinGeek CultureHow to Make the Code Hard to Misuse?With C# examples.Nov 24, 2022Nov 24, 2022
DreamixKey performance changes in .NET Core 7: an overviewWith .NET Core 7 already here, you’re probably wondering what to expect from Microsoft’s new framework.Dec 6, 20222Dec 6, 20222
Mina PêcheuxinCodeX😎 The power of C# reflectionHow many of those C# reflection tricks do you know?Nov 17, 20221Nov 17, 20221
Juldhais HengkyawanEasy Way to Implement Second-Level Cache in Entity FrameworkEntity Framework second-level cache using in-memory cacheNov 25, 20224Nov 25, 20224