Advertisement
Поиск  
Always will be ready notify the world about expectations as easy as possible: job change page
Рейтинг статей: 2024
Все20242023
# Название Просмотров
2024
Май
1. 10 Git repository naming best practices 179
2. OpenAI has hired an army of contractors to make basic coding obsolete 163
3. How to convert a SQL query into C# LINQ 104
4. How to implement effective retry logic in C# 94
5. File upload in ASP.NET Core 6 – detailed guide 67
6. Reflection in C#: examples, tricks and tips 60
7. Integrating SignalR with React TypeScript and ASP.NET Core 59
8. How to create simple reports with PrintDocument in C# 54
9. ValueTask vs Task in C#: when to use which? 53
10. Expressions in .NET: A practical guide to System.Linq.Expressions 49
11. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 49
12. How to create image and file upload in PHP with jQuery AJAX 47
13. .NET — ToList vs ToArray 45
14. Attributes and Decorators in C# 45
15. Beyond the basics: Advanced Vertical Slicing techniques in C# 42
16. How to build a simple PHP MVC framework 42
17. Caching strategies in .NET Core 41
18. RabbitMQ Message Queue using .NET Core 6 Web API 41
19. How to get client IP address and location information in ASP.NET Core 39
20. Schedule Cron jobs in .NET using Hangfire 37
21. Goodbye Controllers: Building better Blazor web apps with Vertical Slices 37
22. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 37
23. Using SVGs in React 36
24. PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide 35
25. Top 15 Software Development Methodologies: Benefits and Drawbacks 33
26. CQRS in ASP.NET with separate read/write models using MediatR 31
27. .NET performance analysis: Newtonsoft.Json vs System.Text.Json in .NET 8 30
28. ASP.NET Core: How to Maximize Performance and Scalability of Your App 30
29. .NET Core microservice logging with Grafana and Loki 30
30. .NET Core and RabbitMQ 30
31. How C# interfaces can help you structure your codebase 29
32. Angular или React: что выбрать в 2023 году? 28
33. LINQ — How to avoid nested loops in C# 28
34. Upload and download multiple files using .NET 5.0 Web API 28
35. Clean Architecture in ASP .NET Core Web API 27
36. .NET Core — The simple step-by-step guide to creating and using a Generic Repository 27
37. Acceptance criteria for User Stories in Agile: Purposes, formats, examples, and best practices 26
38. Web scraping using C#, HTTPClient, and HTML Agility Pack 26
39. ASP.NET Core Web API Best Practices 26
40. Angular без CLI (руководство) 25
41. Azure background jobs 25
42. What are the 10 most common Software Architecture patterns? 24
43. C# parse HTML with AngleSharp 24
44. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API 24
45. 10 Points to Secure ASP.NET Core MVC Applications 24
46. Using Coravel as a scheduler in ASP.NET Core 23
47. Readonly Vs Static Readonly in C# 23
48. Building a custom Configuration Provider in .NET 6 23
49. .NET Core HttpClient best practices 23
50. .Net Source Generators 23
51. How to Publish an ASP.NET Core & React SPA to IIS 23
52. Onion Architecture in ASP.NET Core MVC 23
53. Три ключевых принципа ПО, которые вы должны понимать 23
54. Задача по языку C#: Игра «Крестики Нолики» в консоли 22
55. Secrets Management: Best Practices for C# Developers 22
56. .NET Task Parallel Library vs. System.Threading.Channels 22
57. Memory anti-patterns in C# 22
58. Scheduling background jobs with Quartz.NET 21
59. Coding with AI: Tips and best practices from developers 21
60. Enjoy using Mapster in .NET 6 21
61. Implementing advanced long polling in .NET 6 20
62. Best practices for Clean Code 20
63. How to run ASP.NET Core & SQL Server from Docker 20
64. Add a React app to your ASP.NET Core application 20
65. Типичные взаимные блокировки в MS SQL и способы борьбы с ними 20
66. The 5 C# PDF libraries every developer mostly use 19
67. Hexagonal Architecture - What is it? Why should you use it? 19
68. 5 правил работы с суммами 19
69. Подбор цветов для палитры визуализации данных 19
70. Unit Testing with C# and .NET (Full Guide) 19
71. Inheritance strategies in Entity Framework Core 7 19
72. Async void methods in C# — the dangers that you need to know 18
73. Pagination in a .NET Web API with EF Core 18
74. 9 главных трендов в разработке фронтенда в 2024 году 18
75. Setup Azure Logs Alerts & Notifications for application exceptions 18
76. REST API design best practices 18
77. .NET gRPC — Simple chat application with gRPC 18
78. GraphQL vs. REST 18
79. Real-time communication with SignalR in .NET Core 18
80. Exploring Transient, Scoped, and Singleton using .NET and C# 18
81. Entity Framework Core and high performance 18
82. SignalR: The best ASP.NET Core Library for Building Interactive Apps 18
83. Implement gRPC global exception handler in ASP.NET 18
84. Run and manage periodic background tasks in ASP.NET Core 6 with C# 18
85. The Art of .NET Custom Exceptions 18
86. NUnit vs. XUnit vs. MSTest: comparing unit testing frameworks in C# 18
87. .NET 5.0 Web Api global error handling 18
88. Компиляция и запуск C# и Blazor внутри браузера 18
89. Open Graph Meta Tags: Everything you need to know 18
90. Сравнение REST и GraphQL 17
91. Fetch vs Axios. Which one to choose? 17
92. Poll vs Survey | Difference between a poll and a survey 17
93. Hexagonal Architecture, there are always two sides to every story 17
94. React vs Blazor: The Battle of Modern Web Development Frameworks 17
95. How to write unit tests with Dapper 17
96. How to Build a Simple REST API in PHP 17
97. C# Blazor Vs Razor: Differences with example 17
98. Использование SQLite в .NET приложениях 17
99. 10 продвинутых способов писать в консоль помимо console.log 16
100. SQL Server CTE: usage, features and limitations 16
Апрель
101. 10 Git repository naming best practices 747
102. How to convert a SQL query into C# LINQ 400
103. OpenAI has hired an army of contractors to make basic coding obsolete 376
104. How to implement effective retry logic in C# 312
105. File upload in ASP.NET Core 6 – detailed guide 269
106. ValueTask vs Task in C#: when to use which? 209
107. Reflection in C#: examples, tricks and tips 204
108. Attributes and Decorators in C# 174
109. How to build a simple PHP MVC framework 164
110. Clean Architecture in ASP .NET Core Web API 99
111. How to create image and file upload in PHP with jQuery AJAX 93
112. Goodbye Controllers: Building better Blazor web apps with Vertical Slices 84
113. How to get client IP address and location information in ASP.NET Core 83
114. LINQ — How to avoid nested loops in C# 81
115. C# parse HTML with AngleSharp 78
116. Caching strategies in .NET Core 75
117. Expressions in .NET: A practical guide to System.Linq.Expressions 71
118. Enjoy using Mapster in .NET 6 71
119. CQRS in ASP.NET with separate read/write models using MediatR 70
120. Integrating SignalR with React TypeScript and ASP.NET Core 70
121. Mastering TypeScript: 21 best practices for improved code quality 69
122. .NET Core — The simple step-by-step guide to creating and using a Generic Repository 67
123. .NET Core and RabbitMQ 66
124. .NET Core HttpClient best practices 64
125. Upload and download multiple files using .NET 5.0 Web API 62
126. How to Publish an ASP.NET Core & React SPA to IIS 62
127. Add a React app to your ASP.NET Core application 62
128. Run and manage periodic background tasks in ASP.NET Core 6 with C# 61
129. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API 55
130. PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide 54
131. Readonly Vs Static Readonly in C# 50
132. Entity Framework Core and high performance 49
133. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 48
134. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 47
135. Нужен ли вам Agile? Новая модель применимости всё объясняет 46
136. Onion Architecture in ASP.NET Core MVC 45
137. 14 вопросов об индексах в SQL Server, которые вы стеснялись задать 45
138. HangFire with .NET 6.0 44
139. How to implement HTTP/3 in your ASP.NET Core application 43
140. Unit Testing in .Net Core 6.0 Web API using xUnit 43
141. Why your code is so hard to understand 42
142. Задача по языку C#: Игра «Крестики Нолики» в консоли 41
143. Vite.js: что это и зачем нужно веб-разработчику 40
144. Exploring generating PDF files from HTML in ASP.NET Core 40
145. Using Coravel as a scheduler in ASP.NET Core 38
146. Coravel - Easy task scheduling for your .NET web apps 38
147. RabbitMQ Message Queue using .NET Core 6 Web API 38
148. Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник 37
149. How to write unit tests with Dapper 37
150. Building a custom Configuration Provider in .NET 6 37
151. Kestrel Web Server in ASP.NET Core 36
152. Рассуждение на тему, какую базу данных выбирать 36
153. .NET — LinkedList vs ToArray 35
154. Web scraping using C#, HTTPClient, and HTML Agility Pack 35
155. How to implement feature flag in ASP.NET Core Blazor 34
156. Unlocking the power of Tasks: Your practical guide in C# 34
157. Applicant Tracking Systems: Everything you need to know 33
158. Background services in .NET Core 33
159. Angular без CLI (руководство) 33
160. 10 продвинутых способов писать в консоль помимо console.log 33
161. MQTT vs SignalR: What are the differences? 33
162. Hexagonal Architecture ASP.NET Core 33
163. Open Graph Meta Tags: Everything you need to know 33
164. Examples of composition in C# — a simple guide for beginners 32
165. How to Build a Simple REST API in PHP 32
166. Using a сustom PageList class for Generic Pagination in .NET Core 32
167. Почему сеньоры ненавидят собеседования с кодингом, и что компании должны использовать вместо них 31
168. Optimizing LINQ queries for performance and readability in C# 31
169. .NET gRPC — Simple chat application with gRPC 31
170. System design blueprint: The ultimate guide 31
171. Want a remote job? 18 interview questions you need to answer 31
172. Три ключевых принципа ПО, которые вы должны понимать 31
173. Плохо девелопмент 30
174. Encrypt your database columns with EntityFramework & .NET Core 30
175. Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions 30
176. Экстремальное программирование: новые возможности 29
177. The Art of .NET Custom Exceptions 29
178. Mastering Async and Await in C#: In-Depth Guide 28
179. Exploring Transient, Scoped, and Singleton using .NET and C# 28
180. Google’s 200 Ranking Factors: The Complete List (2022) 28
181. CRUD Operation and Microservice Communication using gRPC in .NET Core 6 Web API 28
182. Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает 28
183. Implement gRPC global exception handler in ASP.NET 28
184. Dynamic querying in C#: Real-world scenarios and techniques 27
185. Async void methods in C# — the dangers that you need to know 26
186. Monitoring and load testing ASP.NET Core application 26
187. Жесткие факты о софт скилах 26
188. Как лучше проводить one-to-one со своими сотрудниками: 5 лайфхаков из личного опыта 26
189. SQL Server CTE: usage, features and limitations 26
190. Почему в вашем коде так сложно разобраться 26
191. Understanding deadlocks in C# and .NET Core 26
192. 9 главных трендов в разработке фронтенда в 2024 году 26
193. Beyond the basics: Advanced Vertical Slicing techniques in C# 26
194. Exploring the Evolution of Backend Software Architecture: N-Layered, DDD, Hexagon, Onion, and Clean Architecture 26
195. NULL в SQL: что это такое и почему его знание необходимо каждому разработчику 26
196. Effective paging, sorting and filtering using SQL Server Stored Procedure 26
197. 10 Points to Secure ASP.NET Core MVC Applications 26
198. Функции и хранимые процедуры в PostgreSQL: зачем нужны и как применять в реальных примерах 25
199. Pagination in a .NET Web API with EF Core 25
200. Три способа отладки T-SQL кода 25
Март
201. 10 Git repository naming best practices 979
202. How to convert a SQL query into C# LINQ 491
203. OpenAI has hired an army of contractors to make basic coding obsolete 413
204. How to implement effective retry logic in C# 357
205. ValueTask vs Task in C#: when to use which? 215
206. Attributes and Decorators in C# 210
207. How to build a simple PHP MVC framework 167
208. Reflection in C#: examples, tricks and tips 149
209. System design blueprint: The ultimate guide 142
210. How to create image and file upload in PHP with jQuery AJAX 129
211. Integrating SignalR with React TypeScript and ASP.NET Core 97
212. .NET Core HttpClient best practices 91
213. Enjoy using Mapster in .NET 6 89
214. Add a React app to your ASP.NET Core application 74
215. Want a remote job? 18 interview questions you need to answer 74
216. LINQ — How to avoid nested loops in C# 67
217. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 66
218. Upload and download multiple files using .NET 5.0 Web API 65
219. How to get client IP address and location information in ASP.NET Core 64
220. Clean Architecture in ASP .NET Core Web API 64
221. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API 64
222. .NET Core — The simple step-by-step guide to creating and using a Generic Repository 63
223. Run and manage periodic background tasks in ASP.NET Core 6 with C# 63
224. .NET Core and RabbitMQ 62
225. Goodbye Controllers: Building better Blazor web apps with Vertical Slices 56
226. Unit Testing in .Net Core 6.0 Web API using xUnit 56
227. .NET gRPC — Simple chat application with gRPC 54
228. C# parse HTML with AngleSharp 52
229. Readonly Vs Static Readonly in C# 51
230. How to implement HTTP/3 in your ASP.NET Core application 50
231. How to Publish an ASP.NET Core & React SPA to IIS 48
232. Onion Architecture in ASP.NET Core MVC 46
233. Перестаньте называть себя программистом и другие карьерные советы 45
234. What does remote work mean (vs WFH vs Hybrid Work)? 40
235. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 39
236. CQRS in ASP.NET with separate read/write models using MediatR 37
237. Feature Flags in .NET Core 36
238. .NET Core microservice logging with Grafana and Loki 33
239. Pagination in a .NET Web API with EF Core 32
240. Coding with AI: Tips and best practices from developers 31
241. C# и .NET: Blazor 31
242. Onion Architecture In ASP.NET Core with CQRS – Detailed 30
243. Exploring generating PDF files from HTML in ASP.NET Core 29
244. What are the 10 most common Software Architecture patterns? 28
245. RabbitMQ Message Queue using .NET Core 6 Web API 28
246. Create a gRPC server in .NET Core 27
247. Entity Framework Core and high performance 26
248. Expressions in .NET: A practical guide to System.Linq.Expressions 25
249. Mastering Async and Await in C#: In-Depth Guide 25
250. HangFire with .NET 6.0 25
251. Beyond the basics: Advanced Vertical Slicing techniques in C# 24
252. Open Graph Meta Tags: Everything you need to know 24
253. Effective paging, sorting and filtering using SQL Server Stored Procedure 23
254. Building a custom Configuration Provider in .NET 6 23
255. Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions 23
256. Scheduling background jobs with Quartz.NET 22
257. Correct use of System.Web.HttpResponse.Redirect 22
258. How to query JSON in C# using SQL, LINQ, ADO.NET 21
259. Hexagonal Architecture ASP.NET Core 21
260. C# Blazor Vs Razor: Differences with example 21
261. How to Build CRUD REST APIs with ASP.NET Core 3.1 and Entity Framework Core, Create JWT Tokens, and Secure APIs 21
262. IoT basics: A guide to the Internet of Things for beginners 20
263. You have been doing pagination wrong in .NET 6 20
264. Exploring the Evolution of Backend Software Architecture: N-Layered, DDD, Hexagon, Onion, and Clean Architecture 20
265. Exploring Transient, Scoped, and Singleton using .NET and C# 20
266. ASP.NET Core Web API Best Practices 20
267. 14 вопросов об индексах в SQL Server, которые вы стеснялись задать 20
268. Best practices for efficient file reading in C# 19
269. Fetch vs Axios. Which one to choose? 19
270. Hexagonal Architecture, there are always two sides to every story 19
271. CQRS and MediatR pattern implementation using .NET Core 6 Web API 19
272. Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает 19
273. SQL Server CTE: usage, features and limitations 18
274. Real-time communication with SignalR in .NET Core 18
275. How to write unit tests with Dapper 18
276. How to Build a Simple REST API in PHP 18
277. Advantages using React with ASP.NET Core 17
278. Implementation of the Redis Cache in the .NET Core API 17
279. Tutorial for Understanding and Implementing a CRUD APP using Elasticsearch and C# 17
280. A dive into .NET 8 native AOT and efficient web development 16
281. .NET Framework developer roadmap in 2024 for beginners 16
282. Using a сustom PageList class for Generic Pagination in .NET Core 16
283. Жесткие факты о софт скилах 15
284. Optimizing LINQ queries for performance and readability in C# 15
285. MQTT vs SignalR: What are the differences? 15
286. Implement gRPC global exception handler in ASP.NET 15
287. Жестокая правда будней программиста: 8 наблюдений 15
288. You should refuse to develop what you don’t understand 14
289. Abstract class vs interface in C#: Analyzing the pros and cons 14
290. Mastering TypeScript: 21 best practices for improved code quality 14
291. The Art of .NET Custom Exceptions 14
292. Dapper vs Entity Framework vs ADO.NET performance benchmarking 14
293. Dynamic querying in C#: Real-world scenarios and techniques 13
294. 20 advanced SQL techniques 13
295. Performance benchmarks of PostgreSQL .NET with Npgsql, Dapper, and Entity Framework Core 13
296. 12 microservices patterns I wish I knew before the System Design interview 13
297. SignalR: The best ASP.NET Core Library for Building Interactive Apps 13
298. Scrum: 12 терминов, которые нужно запомнить 13
299. Как айтишнику найти работу в США и ЕС: 9 лучших ресурсов 13
300. Implementing advanced long polling in .NET 6 12
Февраль
301. 10 Git repository naming best practices 959
302. How to convert a SQL query into C# LINQ 599
303. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 493
304. Mastering TypeScript: 21 best practices for improved code quality 417
305. Setup Azure Logs Alerts & Notifications for application exceptions 370
306. Top 15 Software Development Methodologies: Benefits and Drawbacks 364
307. OpenAI has hired an army of contractors to make basic coding obsolete 362
308. How to implement effective retry logic in C# 224
309. How to build a simple PHP MVC framework 187
310. HttpClientHandler in C# — easy guide 180
311. ValueTask vs Task in C#: when to use which? 178
312. Send alerts when website is down — Azure Application Insights availability test 172
313. What are the 10 most common Software Architecture patterns? 161
314. Attributes and Decorators in C# 156
315. Coding with AI: Tips and best practices from developers 146
316. System design blueprint: The ultimate guide 139
317. Unit Testing in .Net Core 6.0 Web API using xUnit 132
318. How to create image and file upload in PHP with jQuery AJAX 110
319. The 5 golden rules of remote work 100
320. .NET Core HttpClient best practices 96
321. What does remote work mean (vs WFH vs Hybrid Work)? 94
322. Reflection in C#: examples, tricks and tips 85
323. Add a React app to your ASP.NET Core application 84
324. Integrating SignalR with React TypeScript and ASP.NET Core 83
325. Google’s 200 Ranking Factors: The Complete List (2022) 82
326. Top 7 popular interview questions for Senior .NET Developer 79
327. Create a gRPC server in .NET Core 76
328. Enjoy using Mapster in .NET 6 75
329. .NET Core and RabbitMQ 73
330. Onion Architecture in ASP.NET Core MVC 73
331. Using Coravel as a scheduler in ASP.NET Core 68
332. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API 67
333. LINQ — How to avoid nested loops in C# 64
334. Want a remote job? 18 interview questions you need to answer 64
335. Election Polls 61
336. Opinion Polls 60
337. .NET Core — The simple step-by-step guide to creating and using a Generic Repository 57
338. Run and manage periodic background tasks in ASP.NET Core 6 with C# 56
339. .NET Framework developer roadmap in 2024 for beginners 55
340. Pagination in a .NET Web API with EF Core 54
341. Application Insights: Telemetry logging in ASP.NET Core 52
342. PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide 51
343. Fetch vs Axios. Which one to choose? 51
344. How to implement HTTP/3 in your ASP.NET Core application 48
345. C# parse HTML with AngleSharp 47
346. RabbitMQ Message Queue using .NET Core 6 Web API 47
347. Optimizing LINQ queries in C#: tips and best practices 46
348. Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает 46
349. CQRS in ASP.NET with separate read/write models using MediatR 45
350. Goodbye Controllers: Building better Blazor web apps with Vertical Slices 43
351. Clean Architecture in ASP .NET Core Web API 43
352. Custom metrics in .NET using the new MeterFactory 42
353. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 42
354. Upload and download multiple files using .NET 5.0 Web API 42
355. C# Blazor Vs Razor: Differences with example 41
356. How to configure Application Insights with Azure? 40
357. How to get client IP address and location information in ASP.NET Core 40
358. Exploring Transient, Scoped, and Singleton using .NET and C# 40
359. Dapper vs Entity Framework vs ADO.NET performance benchmarking 40
360. Techniques for optimizing SQL queries in a high-traffic application 39
361. Mastering C#: Tips for performance, LINQ, DTOs, and more 39
362. Exploring generating PDF files from HTML in ASP.NET Core 38
363. Microservices Architecture, The Hard Parts: Resilient patterns 37
364. What is Apache Superset? 3 important factors 37
365. Fluent Validation in .NET Core 35
366. Exploring the Evolution of Backend Software Architecture: N-Layered, DDD, Hexagon, Onion, and Clean Architecture 35
367. .NET — ToList vs ToArray 34
368. .NET gRPC — Simple chat application with gRPC 33
369. Что должен уметь Frontend разработчик в 2023 году (+Roadmap) 33
370. What’s the difference between Remove and Delete? 33
371. Перестаньте называть себя программистом и другие карьерные советы 33
372. Save 20 hours a week by removing these 4 useless things in your life 32
373. Top 10 .NET Core performance tricks 31
374. How to Publish an ASP.NET Core & React SPA to IIS 31
375. Best frontend frameworks of 2020 for web development 31
376. 14 вопросов об индексах в SQL Server, которые вы стеснялись задать 31
377. Practicing Domain-Driven Design in C# 30
378. Effective paging, sorting and filtering using SQL Server Stored Procedure 30
379. Onion Architecture In ASP.NET Core with CQRS – Detailed 30
380. Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions 30
381. Best practices for efficient file reading in C# 29
382. A dive into .NET 8 native AOT and efficient web development 29
383. How to Build CRUD REST APIs with ASP.NET Core 3.1 and Entity Framework Core, Create JWT Tokens, and Secure APIs 29
384. Factory Pattern — C# 28
385. Secrets Management: Best Practices for C# Developers 28
386. 12 microservices patterns I wish I knew before the System Design interview 28
387. Programmatically convert HTML to PDF in .NET Core C# without dependencies 27
388. Readonly Vs Static Readonly in C# 27
389. Singleton vs static class 27
390. Entity Framework Core and high performance 27
391. Building a custom Configuration Provider in .NET 6 27
392. IoT basics: A guide to the Internet of Things for beginners 26
393. Hexagonal Architecture, there are always two sides to every story 26
394. Running a Page Speed Test: Monitoring vs. Measuring 26
395. Зарплата по результатам собеседования — лучший способ сократить отклики на вакансию, а тестовые задания — избыточны 26
396. Как правильно выбрать название для Unit тестов 26
397. Full Stack Development: Definition, Developer Skills and Tools 26
398. Beyond the basics: Advanced Vertical Slicing techniques in C# 25
399. API vs. Messaging — how to choose which one to use? 25
400. Design Patterns vs Design Principles 25
Январь
401. 10 Git repository naming best practices 878
402. Mastering TypeScript: 21 best practices for improved code quality 452
403. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 435
404. How to convert a SQL query into C# LINQ 420
405. OpenAI has hired an army of contractors to make basic coding obsolete 278
406. How to implement effective retry logic in C# 250
407. How to create image and file upload in PHP with jQuery AJAX 236
408. Top 15 Software Development Methodologies: Benefits and Drawbacks 205
409. How to build a simple PHP MVC framework 198
410. Attributes and Decorators in C# 179
411. Reflection in C#: examples, tricks and tips 161
412. ValueTask vs Task in C#: when to use which? 160
413. Unit Testing in .Net Core 6.0 Web API using xUnit 156
414. HttpClientHandler in C# — easy guide 155
415. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 142
416. Google’s 200 Ranking Factors: The Complete List (2022) 131
417. Unit Of Work with Generic Repository implementation using .NET Core 6 Web API 127
418. Dapper advanced features in .NET Core 123
419. .NET Core microservice logging with Grafana and Loki 121
420. .NET Core HttpClient best practices 121
421. How to query JSON in C# using SQL, LINQ, ADO.NET 118
422. .NET Core and RabbitMQ 118
423. Goodbye Controllers: Building better Blazor web apps with Vertical Slices 113
424. Want a remote job? 18 interview questions you need to answer 111
425. Onion Architecture in ASP.NET Core MVC 108
426. Beyond the basics: Advanced Vertical Slicing techniques in C# 107
427. CQRS in ASP.NET with separate read/write models using MediatR 107
428. Election Polls 101
429. C# parse HTML with AngleSharp 100
430. .NET Core — The simple step-by-step guide to creating and using a Generic Repository 100
431. Clean Architecture in ASP .NET Core Web API 99
432. Integrating SignalR with React TypeScript and ASP.NET Core 99
433. Top 15 Software Development Trends in 2024 97
434. Programmatically convert HTML to PDF in .NET Core C# without dependencies 95
435. The 5 golden rules of remote work 93
436. How to get client IP address and location information in ASP.NET Core 93
437. LINQ — How to avoid nested loops in C# 91
438. Exploring generating PDF files from HTML in ASP.NET Core 90
439. RabbitMQ Message Queue using .NET Core 6 Web API 90
440. Exploring Transient, Scoped, and Singleton using .NET and C# 88
441. .NET gRPC — Simple chat application with gRPC 87
442. Robust RabbitMQ implementation for ASP.NET 86
443. HTTPClient in C# — Starters Guide 86
444. How to write unit tests with Dapper 86
445. Hexagonal Architecture ASP.NET Core 86
446. Enjoy using Mapster in .NET 6 86
447. C# Blazor Vs Razor: Differences with example 85
448. Opinion Polls 84
449. React vs Blazor: The Battle of Modern Web Development Frameworks 82
450. 10 essential skills for self-taught developers 82
451. How to implement HTTP/3 in your ASP.NET Core application 82
452. Run and manage periodic background tasks in ASP.NET Core 6 with C# 78
453. 14 вопросов об индексах в SQL Server, которые вы стеснялись задать 78
454. MQTT vs SignalR: What are the differences? 77
455. Understanding Ahead-of-Time (AOT) compilation in C# 76
456. How C# interfaces can help you structure your codebase 75
457. Web scraping using C#, HTTPClient, and HTML Agility Pack 75
458. What is the hardest thing in software development? 75
459. CQRS and MediatR pattern implementation using .NET Core 6 Web API 75
460. System design blueprint: The ultimate guide 74
461. Add a React app to your ASP.NET Core application 74
462. ASP.Net Core Complex Model Binding 73
463. Как мы столкнулись с версионированием и осознали, что вариант «просто проставить цифры» не работает 73
464. Insert 1 million dummy product data into SQL Server 72
465. Top 9 Entity Framework Core features in 2023 you can’t miss 72
466. Mastering Async and Await in C#: In-Depth Guide 72
467. What is Apache Superset? 3 important factors 72
468. Upload and download multiple files using .NET 5.0 Web API 72
469. REST API design best practices 71
470. Error handling with Async/Await in JS 71
471. .NET Task Parallel Library vs. System.Threading.Channels 68
472. Effective paging, sorting and filtering using SQL Server Stored Procedure 68
473. Design Patterns vs Design Principles 67
474. Save 20 hours a week by removing these 4 useless things in your life 67
475. Top 10 .NET Core performance tricks 66
476. How to create simple reports with PrintDocument in C# 66
477. How returning NULL leads to snitchy bugs and how to prevent them 66
478. Entity Framework Core and high performance 66
479. 41 Dot Net (.NET) Framework Interview Questions and Answers 64
480. 10 tools for .NET developers that you probably didn’t know about 64
481. HangFire with .NET 6.0 64
482. How to speed your SQL queries and write clean SQL code? 63
483. Practicing Domain-Driven Design in C# 63
484. Why we are stuck with so many incompetent programmers 63
485. Stop Overusing Lists: Navigating C# Data Structures 63
486. Cyclomatic complexity & C#/.NET 63
487. Expressions in .NET: A practical guide to System.Linq.Expressions 63
488. A Comprehensive guide to HTTP/3 and QUIC 62
489. Understanding Middleware In ASP.NET Core 62
490. Singleton vs static class 62
491. Top 10 programming languages portfolio for 2022 62
492. Domain-Driven Design (DDD): A guide to building scalable, high-performance systems 61
493. Relational database systems are becoming a problem — but what to do about it? 60
494. Modularizing Software: Modular Monolith over Microservices in Domain-Driven Design 60
495. ASP.NET Core: How to Maximize Performance and Scalability of Your App 60
496. Kafka with .NET Core 60
497. Onion Architecture In ASP.NET Core with CQRS – Detailed 60
498. Exploring the Evolution of Backend Software Architecture: N-Layered, DDD, Hexagon, Onion, and Clean Architecture 59
499. Using a сustom PageList class for Generic Pagination in .NET Core 59
500. Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions 59



© 1999–2024 WebDynamics
1980–... Sergey Drozdov
Area of interests: .NET Framework | .NET Core | C# | ASP.NET | Windows Forms | WPF | HTML5 | CSS3 | jQuery | AJAX | Angular | React | MS SQL Server | Transact-SQL | ADO.NET | Entity Framework | IIS | OOP | OOA | OOD | WCF | WPF | MSMQ | MVC | MVP | MVVM | Design Patterns | Enterprise Architecture | Scrum | Kanban