PinnedC# interview questions for web devsJust a list of subjects, topics, and questions that I believe developers at junior, middle, and senior levels should know. You can use it…Aug 17, 20242Aug 17, 20242
DDD TrilemmaPick two: deliver a project quickly, make it high-quality, or keep it cheap. Does this trilemma sound familiar? As software engineers, we…3d ago23d ago2
Hi/Lo with Entity FrameworkAn SQL sequence is a database object that generates a sequence of unique numeric values.Jan 27Jan 27
HTTP Client in C#: Best Practices for ExpertsAs you know, when you cruise through websites, your browser sends HTTP requests.Jan 172Jan 172
Cryptography for KidsYou might never become a cryptanalyst. You may never write your own RSA. However, as a software engineer, you will face cryptography…Jan 73Jan 73
Queue-Based Load Leveling PatternHigh load is our goal 😁. In case you agree read about Queue-Based Load Leveling Pattern. It helps to manage and distribute workloads…Dec 27, 2024Dec 27, 2024
Outbox PatternThe outbox pattern is one of the most popular patterns to achieve data consistency. It helps to process outcoming messages. Want to know…Dec 27, 20242Dec 27, 20242
Inbox PatternIn the modern world, knowing popular event-driven architecture patterns is crucial. Today we will discuss Inbox Pattern. It helps to…Dec 27, 2024Dec 27, 2024
IOptions: The Backbone of App Configuration in C#Working with configurations is an essential part of any ASP application. While you may have basic knowledge, for a professional developer…Dec 7, 20241Dec 7, 20241