Latest Posts
Improve Blazor Website Performance
By Tan Lee Published on Dec 19, 2024 588
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 more11 Things You Didn't Know About Cloudflare
By Tan Lee Published on Dec 19, 2024 558
Cloudflare is a leading web performance and security company, widely recognized for optimizing website performance, defending against DDoS attacks, and offering CDN services.
Read moreEntity Framework Code First vs Database First vs Model First Approach
By Tan Lee Published on Dec 19, 2024 426
The article discusses three different approaches for implementing Entity Framework in .NET or .NET Core-based C# applications.
Read moreHow to Install Redis on Windows with WSL
By Tan Lee Published on Dec 18, 2024 833
To install Redis on Windows using Windows Subsystem for Linux (WSL), follow these steps.
Read more8 Essential Tips to Protect Your ASP.NET Core Application from Cyber Threats
By Tan Lee Published on Dec 16, 2024 770
Cybersecurity is vital for protecting sensitive data, maintaining user trust, and ensuring business continuity.
Read more10 Common Mistakes ASP.NET Developers Should Avoid
By Tan Lee Published on Dec 16, 2024 549
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 moreHow to Set Up Dark Theme in SQL Server Management Studio
By Tan Lee Published on Dec 16, 2024 955
To enable the Dark Theme in SQL Server Management Studio (SSMS), follow these steps.
Read moreBreeze Bootstrap 4 Responsive Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 1.06K
Breeze Admin is a vibrant, free Bootstrap 4 admin template with a bright, eye-catching design and a minimal, attractive layout.
Read moreImplementing Caching in ASP.NET Core
By Tan Lee Published on Dec 14, 2024 553
Caching improves application performance by storing frequently accessed data in memory, reducing the need to repeatedly fetch it from the database.
Read moreBuilding a Custom Request Pipeline with ASP.NET Core Middleware
By Tan Lee Published on Dec 14, 2024 592
To create a custom request pipeline with ASP.NET Core Middleware, you can follow steps.
Read moreHow to Export DataTable to Excel without Interop in C#
By Tan Lee Published on Jul 16, 2024 15.75K
You can export a DataTable to an Excel file without using Interop by using the ClosedXML library in C#.
Read moreHow to Insert Update Delete data in Database from DataGridView in C#
By Tan Lee Published on Jul 25, 2017 14.82K
To manage Insert, Update, and Delete operations in a SQL database using a DataGridView in a C# Windows Forms application built with the Metro Framework (Modern UI), follow these steps.
Read more