Latest Posts
Implement security headers for an ASP.NET Core
By Tan Lee Published on Jun 24, 2025 248
This article demonstrates how to implement security headers in an ASP.NET Core application.
Read moreStructured Data using FoxLearn.JsonLd
By Tan Lee Published on Jun 20, 2025 206
FoxLearn.JsonLd is a lightweight .NET library that provides strongly-typed C# POCO classes for working with JSON-LD and Schema.org structured data.
Read moreHow to Create Login Window with User Authentication in C#
By Tan Lee Published on Jan 20, 2021 34.79K
Creating a login window with user authentication in a C# Windows Forms application involves several steps.
Read moreHow to Create a Bootable USB Flash Drive
By Tan Lee Published on Mar 19, 2020 7.16K
To create a Windows 8.1 bootable USB flash drive using Rufus, follow these steps.
Read moreBuilding Dynamic Structured Data with JSON-LD in ASP.NET Core
By Tan Lee Published on May 28, 2025 801
Adding structured data to your website is a powerful way to enhance your site's SEO and improve how your content appears in search engine results.
Read moreHow to Build a Metro-Style Web Browser with Tabs in C#
By Tan Lee Published on May 26, 2017 8.65K
Creating a Metro-style web browser with tabs using the Modern UI in C# is a fun project that incorporates the use of Windows Forms and the WebBrowser control.
Read moreHow to create a Chromium Browser with Tabs in C# using CefSharp
By Tan Lee Published on Jul 16, 2024 21.46K
Using Chromium Browser with tabs involves creating a Windows Forms in C# and integrating CefSharp as the embedded browser.
Read moreAdminLTE Admin Dashboard Template
By Tan Lee Published on Nov 14, 2024 2.24K
Using an admin panel and dashboard template can save significant time, particularly in front-end development.
Read moreFree download Ace Admin Template
By Tan Lee Published on Jun 12, 2024 3.09K
Ace Admin Template is a responsive web template designed to streamline the process of building web applications.
Read moreHow to Download SQL Server Management Studio (SSMS) Versions
By Tan Lee Published on Jun 18, 2024 5.33K
Microsoft SQL Server Management Studio (SSMS or S.S.M.S.) is a comprehensive integrated environment designed for managing SQL Server infrastructure.
Read moreHow to Connect and Use Local Database in Visual Studio 2019
By Tan Lee Published on Jul 16, 2024 32.46K
To connect and use a local database in a C# Windows Forms application using Visual Studio 2019, you can follow these steps.
Read moreHow to Connect to MS Access Database in C#
By Tan Lee Published on Jun 10, 2024 18.46K
To connect to a Microsoft Access database (.mdb or .accdb file) in a C# Windows Forms Application, you can use the OleDbConnection class from the System.Data.OleDb namespace.
Read more