2025 |
Май |
1. |
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник |
291 |
2. |
10 Git repository naming best practices |
170 |
3. |
Examples of composition in C# — a simple guide for beginners |
96 |
4. |
Reflection in C#: examples, tricks and tips |
94 |
5. |
How to build a simple REST API in PHP? |
90 |
6. |
How to implement effective retry logic in C# |
81 |
7. |
How to get client IP address and location information in ASP.NET Core |
76 |
8. |
Expressions in .NET: A practical guide to System.Linq.Expressions |
69 |
9. |
Attributes and Decorators in C# |
68 |
10. |
Let’s talk about salary |
65 |
11. |
Exploring Transient, Scoped, and Singleton using .NET and C# |
61 |
12. |
Goodbye Controllers: Building better Blazor web apps with Vertical Slices |
58 |
13. |
What’s the difference between Remove and Delete? |
57 |
14. |
How to write unit tests with Dapper |
55 |
15. |
Using Dependency Injection with HttpClient in C#: A comprehensive guide |
54 |
16. |
How to build a simple PHP MVC framework |
50 |
17. |
File upload in ASP.NET Core 6 – detailed guide |
49 |
18. |
How to convert a SQL query into C# LINQ |
49 |
19. |
Dapper advanced features in .NET Core |
48 |
20. |
HttpClientHandler in C# — easy guide |
47 |
21. |
Best practices for efficient file reading in C# |
46 |
22. |
Implement gRPC global exception handler in ASP.NET |
46 |
23. |
MediatR with .NET 6.0 |
46 |
24. |
MSSQL vs MySQL: 10 critical differences |
45 |
25. |
Abstract class vs interface in C#: Analyzing the pros and cons |
45 |
26. |
Optimizing LINQ queries for performance and readability in C# |
43 |
27. |
Configure multiple DBs with Repository pattern in .NET Core |
42 |
28. |
The 5 C# PDF libraries every developer mostly use |
41 |
29. |
ORM wars: Dapper vs EF Core |
41 |
30. |
C# parse HTML with AngleSharp |
41 |
31. |
Understanding OData: Building RESTful APIs with .NET |
40 |
32. |
How to build a simple REST API in PHP |
40 |
33. |
PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide |
39 |
34. |
Fetch vs Axios. Which one to choose? |
39 |
35. |
Scheduling background jobs with Quartz.NET |
38 |
36. |
Optimizing LINQ queries in C#: tips and best practices |
38 |
37. |
REST API design best practices |
38 |
38. |
JavaScript refresh page – how to reload a page in JS |
38 |
39. |
How to implement HTTP/3 in your ASP.NET Core application |
38 |
40. |
Understanding deadlocks in C# and .NET Core |
37 |
41. |
Inheritance strategies in Entity Framework Core 7 |
37 |
42. |
How to create image and file upload in PHP with jQuery AJAX |
37 |
43. |
Best LINQ performance |
37 |
44. |
CQRS in ASP.NET with separate read/write models using MediatR |
36 |
45. |
Top 10 programming languages portfolio for 2022 |
36 |
46. |
Must-know C# Code Smells and how to fix them |
35 |
47. |
Fluent Validation in .NET Core |
35 |
48. |
How to scale out a SignalR back-end by using Redis |
35 |
49. |
Enjoy using Mapster in .NET 6 |
35 |
50. |
Mastering C#: Tips for performance, LINQ, DTOs, and more |
34 |
Апрель |
1. |
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник |
1049 |
2. |
10 Git repository naming best practices |
550 |
3. |
Examples of composition in C# — a simple guide for beginners |
440 |
4. |
How to implement effective retry logic in C# |
404 |
5. |
Reflection in C#: examples, tricks and tips |
392 |
6. |
How to get client IP address and location information in ASP.NET Core |
348 |
7. |
Automating ASP.NET Core 9.0 deployment with a PowerShell script |
303 |
8. |
File upload in ASP.NET Core 6 – detailed guide |
301 |
9. |
Expressions in .NET: A practical guide to System.Linq.Expressions |
292 |
10. |
Attributes and Decorators in C# |
257 |
11. |
How to convert a SQL query into C# LINQ |
240 |
12. |
Using Dependency Injection with HttpClient in C#: A comprehensive guide |
238 |
13. |
Goodbye Controllers: Building better Blazor web apps with Vertical Slices |
209 |
14. |
Let’s talk about salary |
205 |
15. |
Dapper advanced features in .NET Core |
191 |
16. |
C# parse HTML with AngleSharp |
191 |
17. |
Best practices for efficient file reading in C# |
188 |
18. |
Exploring Transient, Scoped, and Singleton using .NET and C# |
179 |
19. |
Database Partitioning vs. Sharding vs. Replication |
165 |
20. |
Schedule Cron jobs in .NET using Hangfire |
164 |
21. |
Scheduling background jobs with Quartz.NET |
164 |
22. |
How to structure .NET project with Clean Architecture? |
162 |
23. |
Optimizing LINQ queries in C#: tips and best practices |
159 |
24. |
MediatR with .NET 6.0 |
155 |
25. |
Mastering C#: Tips for performance, LINQ, DTOs, and more |
154 |
26. |
C# .NET 8 — Cache service with Distributed Cache |
145 |
27. |
How to write unit tests with Dapper |
143 |
28. |
Using ASP.NET Core SignalR with Vue to implement web notifications |
139 |
29. |
.NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core |
139 |
30. |
Understanding deadlocks in C# and .NET Core |
136 |
31. |
REST API design best practices |
136 |
32. |
How to build a simple PHP MVC framework |
134 |
33. |
How to implement HTTP/3 in your ASP.NET Core application |
131 |
34. |
JavaScript refresh page – how to reload a page in JS |
129 |
35. |
Implementing advanced long polling in .NET 6 |
127 |
36. |
The 5 C# PDF libraries every developer mostly use |
123 |
37. |
How to scale out a SignalR back-end by using Redis |
123 |
38. |
Fetch vs Axios. Which one to choose? |
122 |
39. |
Optimizing LINQ queries for performance and readability in C# |
121 |
40. |
Kestrel Web Server in ASP.NET Core |
120 |
41. |
CQRS in ASP.NET with separate read/write models using MediatR |
119 |
42. |
Insert 1 million dummy product data into SQL Server |
118 |
43. |
Best practices for null checks in C# |
116 |
44. |
HttpClientHandler in C# — easy guide |
115 |
45. |
MSSQL vs MySQL: 10 critical differences |
115 |
46. |
Understanding OData: Building RESTful APIs with .NET |
114 |
47. |
PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide |
114 |
48. |
Readonly Vs Static Readonly in C# |
114 |
49. |
Must-know C# Code Smells and how to fix them |
112 |
50. |
You have been doing pagination wrong in .NET 6 |
112 |
Март |
1. |
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник |
1082 |
2. |
10 Git repository naming best practices |
727 |
3. |
How to get client IP address and location information in ASP.NET Core |
467 |
4. |
Reflection in C#: examples, tricks and tips |
461 |
5. |
How to implement effective retry logic in C# |
431 |
6. |
Examples of composition in C# — a simple guide for beginners |
413 |
7. |
Let’s talk about salary |
363 |
8. |
File upload in ASP.NET Core 6 – detailed guide |
306 |
9. |
Using Dependency Injection with HttpClient in C#: A comprehensive guide |
305 |
10. |
How to convert a SQL query into C# LINQ |
291 |
11. |
How to build a simple REST API in PHP? |
282 |
12. |
Best practices for efficient file reading in C# |
271 |
13. |
Attributes and Decorators in C# |
268 |
14. |
Expressions in .NET: A practical guide to System.Linq.Expressions |
244 |
15. |
How to write unit tests with Dapper |
242 |
16. |
How to build a simple PHP MVC framework |
239 |
17. |
How to structure .NET project with Clean Architecture? |
234 |
18. |
Exploring Transient, Scoped, and Singleton using .NET and C# |
230 |
19. |
Goodbye Controllers: Building better Blazor web apps with Vertical Slices |
215 |
20. |
How to implement HTTP/3 in your ASP.NET Core application |
214 |
21. |
C# parse HTML with AngleSharp |
214 |
22. |
.NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core |
210 |
23. |
Insert 1 million dummy product data into SQL Server |
201 |
24. |
Optimizing LINQ queries in C#: tips and best practices |
200 |
25. |
ORM wars: Dapper vs EF Core |
199 |
26. |
MSSQL vs MySQL: 10 critical differences |
195 |
27. |
Using ASP.NET Core SignalR with Vue to implement web notifications |
192 |
28. |
Dapper advanced features in .NET Core |
192 |
29. |
C# .NET 8 — Cache service with Distributed Cache |
189 |
30. |
Schedule Cron jobs in .NET using Hangfire |
189 |
31. |
Working with Azure Cosmos DB in .NET Core: A Step-by-Step Guide |
188 |
32. |
Scheduling background jobs with Quartz.NET |
187 |
33. |
7 reasons why developers leave their jobs |
185 |
34. |
Configure multiple DBs with Repository pattern in .NET Core |
179 |
35. |
You have been doing pagination wrong in .NET 6 |
178 |
36. |
How to create image and file upload in PHP with jQuery AJAX |
174 |
37. |
Database setup with DbUp + PostgreSQL + Dapper in ASP.Net Core |
174 |
38. |
Top 5 GUI tools for PostgreSQL in 2025 |
172 |
39. |
Top 7 popular interview questions for Senior .NET Developer |
171 |
40. |
PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide |
169 |
41. |
Multiple database provider migrations in Entity Framework |
168 |
42. |
Implementing advanced long polling in .NET 6 |
165 |
43. |
MediatR with .NET 6.0 |
164 |
44. |
How to scale out a SignalR back-end by using Redis |
160 |
45. |
Boat Anchor |
157 |
46. |
Continuous Obsolescence |
156 |
47. |
CQRS in ASP.NET with separate read/write models using MediatR |
154 |
48. |
Dead End |
153 |
49. |
Ambiguous Viewpoint |
153 |
50. |
Best LINQ performance |
153 |
Февраль |
1. |
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник |
1207 |
2. |
10 Git repository naming best practices |
817 |
3. |
Examples of composition in C# — a simple guide for beginners |
542 |
4. |
How to get client IP address and location information in ASP.NET Core |
530 |
5. |
Let’s talk about salary |
484 |
6. |
How to implement effective retry logic in C# |
432 |
7. |
Reflection in C#: examples, tricks and tips |
386 |
8. |
How to convert a SQL query into C# LINQ |
367 |
9. |
Using Dependency Injection with HttpClient in C#: A comprehensive guide |
362 |
10. |
Attributes and Decorators in C# |
358 |
11. |
File upload in ASP.NET Core 6 – detailed guide |
351 |
12. |
Best practices for efficient file reading in C# |
311 |
13. |
Expressions in .NET: A practical guide to System.Linq.Expressions |
305 |
14. |
How to implement HTTP/3 in your ASP.NET Core application |
283 |
15. |
Exploring Transient, Scoped, and Singleton using .NET and C# |
281 |
16. |
Scheduling background jobs with Quartz.NET |
280 |
17. |
Optimizing LINQ queries in C#: tips and best practices |
280 |
18. |
Insert 1 million dummy product data into SQL Server |
261 |
19. |
How to write unit tests with Dapper |
255 |
20. |
C# parse HTML with AngleSharp |
255 |
21. |
MediatR with .NET 6.0 |
255 |
22. |
How to structure .NET project with Clean Architecture? |
254 |
23. |
Database setup with DbUp + PostgreSQL + Dapper in ASP.Net Core |
250 |
24. |
MSSQL vs MySQL: 10 critical differences |
247 |
25. |
C# .NET 8 — Cache service with Distributed Cache |
239 |
26. |
You have been doing pagination wrong in .NET 6 |
225 |
27. |
Top 5 GUI tools for PostgreSQL in 2025 |
222 |
28. |
Continuous Obsolescence |
221 |
29. |
Multiple database provider migrations in Entity Framework |
219 |
30. |
Top 7 popular interview questions for Senior .NET Developer |
219 |
31. |
Dapper advanced features in .NET Core |
217 |
32. |
Working with Azure Cosmos DB in .NET Core: A Step-by-Step Guide |
215 |
33. |
Configure multiple DBs with Repository pattern in .NET Core |
215 |
34. |
Boat Anchor |
214 |
35. |
7 reasons why developers leave their jobs |
213 |
36. |
Input Kludge |
213 |
37. |
Must-know C# Code Smells and how to fix them |
207 |
38. |
ORM wars: Dapper vs EF Core |
204 |
39. |
Software Engineer Vs. Data Scientist: Career Guide for 2024 |
202 |
40. |
Best LINQ performance |
200 |
41. |
Ambiguous Viewpoint |
199 |
42. |
OpenTelemetry with Jaeger in .NET Core |
198 |
43. |
Goodbye Controllers: Building better Blazor web apps with Vertical Slices |
195 |
44. |
Dead End |
195 |
45. |
Understanding OData: Building RESTful APIs with .NET |
193 |
46. |
Implementing advanced long polling in .NET 6 |
191 |
47. |
Mushroom Management |
180 |
48. |
Cyclomatic complexity & C#/.NET |
180 |
49. |
Creating Custom C# Exception Types |
179 |
50. |
How to build a simple PHP MVC framework |
178 |
Январь |
1. |
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник |
1027 |
2. |
10 Git repository naming best practices |
724 |
3. |
Let’s talk about salary |
473 |
4. |
Examples of composition in C# — a simple guide for beginners |
404 |
5. |
File upload in ASP.NET Core 6 – detailed guide |
375 |
6. |
How to convert a SQL query into C# LINQ |
365 |
7. |
How to implement effective retry logic in C# |
350 |
8. |
Expressions in .NET: A practical guide to System.Linq.Expressions |
299 |
9. |
Best practices for efficient file reading in C# |
289 |
10. |
Scheduling background jobs with Quartz.NET |
282 |
11. |
C# .NET 8 — Cache service with Distributed Cache |
281 |
12. |
How to get client IP address and location information in ASP.NET Core |
280 |
13. |
Reflection in C#: examples, tricks and tips |
278 |
14. |
Attributes and Decorators in C# |
273 |
15. |
Dead End |
250 |
16. |
Using Dependency Injection with HttpClient in C#: A comprehensive guide |
246 |
17. |
Configure multiple DBs with Repository pattern in .NET Core |
244 |
18. |
MSSQL vs MySQL: 10 critical differences |
239 |
19. |
Implementing advanced long polling in .NET 6 |
235 |
20. |
Boat Anchor |
234 |
21. |
How to implement HTTP/3 in your ASP.NET Core application |
234 |
22. |
MediatR with .NET 6.0 |
233 |
23. |
You have been doing pagination wrong in .NET 6 |
232 |
24. |
C# parse HTML with AngleSharp |
231 |
25. |
Optimizing LINQ queries in C#: tips and best practices |
230 |
26. |
ORM wars: Dapper vs EF Core |
228 |
27. |
Exploring Transient, Scoped, and Singleton using .NET and C# |
227 |
28. |
Working with Azure Cosmos DB in .NET Core: A Step-by-Step Guide |
222 |
29. |
Multiple database provider migrations in Entity Framework |
221 |
30. |
Insert 1 million dummy product data into SQL Server |
219 |
31. |
Input Kludge |
218 |
32. |
Live-coding interviews: essential or discriminatory? |
215 |
33. |
7 reasons why developers leave their jobs |
214 |
34. |
How to write unit tests with Dapper |
212 |
35. |
How to structure .NET project with Clean Architecture? |
209 |
36. |
Continuous Obsolescence |
209 |
37. |
Top 7 popular interview questions for Senior .NET Developer |
203 |
38. |
Must-know C# Code Smells and how to fix them |
199 |
39. |
.NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core |
199 |
40. |
Database setup with DbUp + PostgreSQL + Dapper in ASP.Net Core |
195 |
41. |
Best LINQ performance |
192 |
42. |
Mastering C#: Tips for performance, LINQ, DTOs, and more |
191 |
43. |
How to build a simple PHP MVC framework |
189 |
44. |
Dapper advanced features in .NET Core |
188 |
45. |
Software Engineer Vs. Data Scientist: Career Guide for 2024 |
183 |
46. |
Goodbye Controllers: Building better Blazor web apps with Vertical Slices |
182 |
47. |
Ambiguous Viewpoint |
181 |
48. |
Global query filters in EF Core |
177 |
49. |
OpenTelemetry with Jaeger in .NET Core |
176 |
50. |
Nonprofit vs. Not-for-Profit vs. For-Profit: What's the difference? |
174 |