Latest Posts

Starting the Visual Studio Debugger When Attach to Process Doesn’t Work
By Tan Lee Published on Dec 20, 2024 378

You’re trying to debug your program in Visual Studio, but for some reason, Attach to Process simply doesn’t work.

Read more
How to get CheckedListBox selected values in C#
By Tan Lee Published on Dec 21, 2024 630

In Windows Forms (WinForms), the CheckedListBox control provides a powerful way to display a list of items with checkboxes, allowing users to select multiple options simultaneously.

Read more
How to use CORS in ASP.NET Core
By Tan Lee Published on Dec 19, 2024 430

In this article, we will explore one of the challenges users faced in the early days of web development the Same-Origin Policy (SOP) and how Cross-Origin Resource Sharing (CORS) became a solution.

Read more
How to Send Emails in ASP.NET Core
By Tan Lee Published on Dec 19, 2024 408

In this guide, we will learn how to send emails using ASP.NET Core.

Read more
Implementing Scheduled Background Tasks in ASP.NET Core with IHostedService
By Tan Lee Published on Dec 19, 2024 662

Scheduled background tasks in ASP.NET Core are essential for tasks that run independently of user interactions, such as sending emails, data processing, or performing system maintenance.

Read more
5 Best .NET Tools to Enhance PDF Generation Capabilities
By Tan Lee Published on Dec 19, 2024 381

For .NET developers aiming to integrate PDF generation into their applications, there are several open-source libraries offering powerful and flexible solutions for creating, modifying, and exporting PDF files.

Read more
Improve Blazor Website Performance
By Tan Lee Published on Dec 19, 2024 435

Improving the performance of a Blazor website is crucial for a smooth user experience, as Blazor relies on WebAssembly, which can be resource-intensive for client-side applications.

Read more
11 Things You Didn't Know About Cloudflare
By Tan Lee Published on Dec 19, 2024 373

Cloudflare is a leading web performance and security company, widely recognized for optimizing website performance, defending against DDoS attacks, and offering CDN services.

Read more
Entity Framework Code First vs Database First vs Model First Approach
By Tan Lee Published on Dec 19, 2024 227

The article discusses three different approaches for implementing Entity Framework in .NET or .NET Core-based C# applications.

Read more
How to Install Redis on Windows with WSL
By Tan Lee Published on Dec 18, 2024 560

To install Redis on Windows using Windows Subsystem for Linux (WSL), follow these steps.

Read more
8 Essential Tips to Protect Your ASP.NET Core Application from Cyber Threats
By Tan Lee Published on Dec 16, 2024 580

Cybersecurity is vital for protecting sensitive data, maintaining user trust, and ensuring business continuity.

Read more
10 Common Mistakes ASP.NET Developers Should Avoid
By Tan Lee Published on Dec 16, 2024 391

ASP.NET Core is a powerful framework for building modern web applications, but even seasoned developers can make mistakes that impact performance, security, or maintainability.

Read more