Search  
Always will be ready notify the world about expectations as easy as possible: job change page
Articles rating
All20242023
# Title Views
2024
1. Using Coravel as a scheduler in ASP.NET Core 9493
2. PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The complete guide 6417
3. A practical guide to modular monoliths with .NET 5358
4. Coding with AI: Tips and best practices from developers 4651
5. How to query JSON in C# using SQL, LINQ, ADO.NET 3857
6. Top 15 Software Development Trends in 2024 3417
7. Understanding Ahead-of-Time (AOT) compilation in C# 3365
8. Pagination in a .NET Web API with EF Core 3293
9. REST API design best practices 2988
10. .NET — LinkedList vs ToArray 2633
11. Create a gRPC server in .NET Core 2189
12. What are the 10 most common Software Architecture patterns? 2106
13. Implementing Health Checks in .NET 8 2048
14. Setup Azure Logs Alerts & Notifications for application exceptions 2022
15. Coravel - Easy task scheduling for your .NET web apps 1960
16. Application Insights: Telemetry logging in ASP.NET Core 1886
17. .NET — ToList vs ToArray 1611
18. Optimizing LINQ queries in C#: tips and best practices 1533
19. Mastering C#: Tips for performance, LINQ, DTOs, and more 1478
20. Send alerts when website is down — Azure Application Insights availability test 1474
21. SQL Server CTE: usage, features and limitations 1458
22. Programmatically convert HTML to PDF in .NET Core C# without dependencies 1434
23. Building modern architectures: Functional Core, Imperative Shell revamp 1319
24. HttpClientHandler in C# — easy guide 1296
25. File upload in ASP.NET Core 6 – detailed guide 1288
26. .NET Framework developer roadmap in 2024 for beginners 1281
27. Dockerizing ASP.NET Core applications: A comprehensive guide 1207
28. How to configure Application Insights with Azure? 1159
29. Caching strategies in .NET Core 1113
30. Performance benchmarks of PostgreSQL .NET with Npgsql, Dapper, and Entity Framework Core 1107
2023
1. Unit of Work with Generic Repository implementation using .NET Core 6 Web API 8851
2. How C# interfaces can help you structure your codebase 8448
3. Secrets Management: Best Practices for C# Developers 7787
4. CRUD Operations In ASP.NET Core Blazor Server with Azure Cosmos DB and C# 7729
5. Beyond the basics: Advanced Vertical Slicing techniques in C# 7614
6. Best practices for Clean Code 7304
7. How to convert a SQL query into C# LINQ 6469
8. .NET Core microservice logging with Grafana and Loki 6201
9. .NET Task Parallel Library vs. System.Threading.Channels 6179
10. Clean code: The Art of Naming 4789
11. .NET gRPC — Simple chat application with gRPC 4720
12. Top 15 Software Development Methodologies: Benefits and Drawbacks 4715
13. Unit Testing in .Net Core 6.0 Web API using xUnit 4580
14. React vs Blazor: The Battle of Modern Web Development Frameworks 4576
15. Reflection in C#: examples, tricks and tips 4538
16. How to implement effective retry logic in C# 4519
17. What is the hardest thing in software development? 4504
18. Clean Architecture in ASP .NET Core Web API 4435
19. ASP.NET Core: How to Maximize Performance and Scalability of Your App 4307
20. How to create simple reports with PrintDocument in C# 4183
21. .NET 7.0 + Dapper + PostgreSQL - CRUD API Tutorial in ASP.NET Core 4164
22. Dapper advanced features in .NET Core 4104
23. How to write unit tests with Dapper 4092
24. How to build a simple PHP MVC framework 4043
25. Inheritance strategies in Entity Framework Core 7 3955
26. OpenAI has hired an army of contractors to make basic coding obsolete 3949
27. ValueTask vs Task in C#: when to use which? 3927
28. Expressions in .NET: A practical guide to System.Linq.Expressions 3871
29. CQRS in ASP.NET with separate read/write models using MediatR 3807
30. Software Engineer Vs. Data Scientist: Career Guide for 2024 3669
2022
1. 10 Git repository naming best practices 11636
2. RabbitMQ Message Queue using .NET Core 6 Web API 6198
3. C# Blazor Vs Razor: Differences with example 5639
4. Enjoy using Mapster in .NET 6 5559
5. 10 Productivity Tips for Software Developers 4611
6. Top 10 programming languages portfolio for 2022 4540
7. Readonly Vs Static Readonly in C# 3718
8. Hexagonal Architecture ASP.NET Core 3701
9. .NET Core and RabbitMQ 3558
10. Entity Framework Core and high performance 3399
11. CRUD Operation and Microservice Communication using gRPC in .NET Core 6 Web API 3214
12. Run and manage periodic background tasks in ASP.NET Core 6 with C# 3114
13. Implementation of the Redis Cache in the .NET Core API 3041
14. HangFire with .NET 6.0 3023
15. What is the best frontend option for .Net backend? 2745
16. LINQ — How to avoid nested loops in C# 2629
17. Building a custom Configuration Provider in .NET 6 2251
18. Best Practices to Secure ASP.NET Core MVC Web Applications 2103
19. Рассуждение на тему, какую базу данных выбирать 2019
20. SignalR: The best ASP.NET Core Library for Building Interactive Apps 2015
21. REST API Naming Conventions and Best Practices 1956
22. Implement gRPC global exception handler in ASP.NET 1803
23. OpenTelemetry with Jaeger in .NET Core 1783
24. Configure Multiple DBs with Repository pattern in .Net Core 1780
25. Singleton vs static class 1758
26. MediatR with .NET 6.0 1720
27. Best LINQ performance 1700
28. Let’s talk about salary 1696
29. How to stop using If-else and make your code more readable 1668
30. Distributed Redis caching in ASP.NET Core 1654
2021
1. Integrating SignalR with React TypeScript and ASP.NET Core 5615
2. Onion Architecture In ASP.NET Core with CQRS – Detailed 5064
3. Web API Design Principles or Web API Design Guidelines 4339
4. Memory anti-patterns in C# 4225
5. .NET Core HttpClient best practices 4133
6. Add a React app to your ASP.NET Core application 4077
7. 10 Points to Secure ASP.NET Core MVC Applications 3506
8. Using Entity Framework Core and Dapper in ASP.NET Core – Safe Transactions 3208
9. NUnit vs. XUnit vs. MSTest: comparing unit testing frameworks in C# 3158
10. Encrypt your database columns with EntityFramework & .NET Core 3126
11. Azure background jobs 2669
12. Dapper vs Entity Framework vs ADO.NET performance benchmarking 2538
13. How to Publish an ASP.NET Core & React SPA to IIS 2487
14. Upload and download multiple files using .NET 5.0 Web API 2470
15. Typescript vs. Javascript: The key differences you should know in 2021 2374
16. .Net Source Generators 2352
17. The Art of .NET Custom Exceptions 2295
18. Understand CORS and learn how to enable it for your ASP.NET API 2293
19. How to run ASP.NET Core & SQL Server from Docker 2249
20. .NET 5.0 Web Api global error handling 2229
21. SQL Server performance tuning: Nine best practices 2043
22. SQL Server performance monitor data: Introduction and usage 1721
23. 10 things to know about in-memory caching in ASP.NET Core 1655
24. Simple In-Memory Caching in .Net Core with IMemoryCache 1637
25. Will you still hire me when I’m 50? 1568
26. Migrate from .NET Framework to .NET 5 1401
27. Never return NULL references from your functions 1247
28. Разбираемся с middleware в ASP.NET Core 1243
29. How to use IDisposable in ASP.NET Core 1196
30. Hangfire — планировщик задач для .NET 1195
2020
1. Real-time ASP.NET Core Web Apps with SignalR 4982
2. E is for EF Core Relationships 4109
3. How to Build CRUD REST APIs with ASP.NET Core 3.1 and Entity Framework Core, Create JWT Tokens, and Secure APIs 3926
4. How to build a search page with Elasticsearch and .NET 3620
5. SQLite vs. MySQL vs. PostgreSQL: A Comparison of Relational Databases 3494
6. Want a remote job? 18 interview questions you need to answer 3148
7. Tutorial for Understanding and Implementing a CRUD APP using Elasticsearch and C# 3055
8. Onion Architecture in ASP.NET Core MVC 2759
9. Elasticsearch vs. MongoDB 2571
10. ASP.NET Core code sharing between Blazor, MVC and Razor Pages 2484
11. Building Microservices With ASP.NET Core — An Added Advantage 2329
12. Part 1: Securing Blazor WebAssembly with Identity Server 4 2269
13. Creating a Simple RSS Feed with ASP.NET Core Web API 2203
14. Mixing Web Forms and ASP.NET MVC 1760
15. Part 2: Role-based security with Blazor and Identity Server 4 1717
16. Using Microservices in .Net Core and Docker container 1542
17. Open Graph Meta Tags: Everything you need to know 1537
18. Как айтишнику найти работу в США и ЕС: 9 лучших ресурсов 1480
19. Microservices using ASP.NET Core 1467
20. SQLite vs PostgreSQL - Which database to use and why? 1442
21. Жестокая правда будней программиста: 8 наблюдений 1400
22. Single Page Applications and ASP.NET Core 3.0 1360
23. Тестирование PRTG Network Monitor и сравнение с Zabbix 1344
24. 4 Most Used REST API Authentication Methods 1321
25. Best frontend frameworks of 2020 for web development 1264
26. Первый рабочий день: инструкция по выживанию — 4 совета, как с комфортом выйти на новую работу 1245
27. B is for Blazor Full-Stack Web Dev 1213
28. Компиляция и запуск C# и Blazor внутри браузера 1177
29. Вопросы с собеседований, которые означают не то, что вы думаете 1129
30. D is for Deploying to Azure App Service 1036



© 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