Latest Posts
HTML Template Animated Login Form
By Tan Lee Published on Nov 11, 2024 431
This HTML template features an animated login form that offers a visually engaging and interactive user experience.
Read moreHow to create a Web Browser in C#
By Tan Lee Published on Jul 11, 2017 6.83K
Creating a simple web browser in C# using Windows Forms is relatively easy, thanks to the WebBrowser control provided by .NET.
Read moreHow to read an image file in C#
By Tan Lee Published on Jul 11, 2017 4.03K
To read an image file in a C# Windows Forms application, you typically use the System.Drawing namespace, which provides classes for working with images.
Read moreHow to use BackgroundWorker in C#
By Tan Lee Published on Jun 01, 2017 7.88K
The BackgroundWorker class in C# is used for running operations on a separate, dedicated thread in the background, allowing the UI to remain responsive.
Read moreHow to protect .NET code from reverse engineering
By Tan Lee Published on Jul 12, 2017 7.44K
Protecting your .NET code from reverse engineering is an important task, especially when you're releasing commercial or sensitive software.
Read moreHow to install Windows 10 (32bit and 64bit)
By Tan Lee Published on Sep 10, 2019 3.36K
Installing Windows 10 involves several steps, but the process is relatively straightforward.
Read moreHow to Download Icons & Use Offline with Pichon App
By Tan Lee Published on Mar 16, 2020 4.9K
To download Pichon for Windows and access free icons, follow these steps.
Read moreLogin SignUp form using HTML CSS JS
By Tan Lee Published on Nov 11, 2024 410
A project using HTML, CSS, and JavaScript to create a Login and Signup form with API integration for registration via Google and Facebook.
Read moreDifferences Between AddTransient, AddScoped, and AddSingleton
By Tan Lee Published on Nov 12, 2024 739
In ASP.NET Core, AddTransient and AddScoped are two different ways of registering services in the dependency injection container, and they control the lifetime of the services they register.
Read moreInsert Update Delete and View data from SQL Database using ORM Lite in C#
By Tan Lee Published on Jun 08, 2017 6.7K
To perform Insert, Update, Delete, and View operations on student profile data using ORM Lite and Metro Framework in a C# Windows Forms application, you need to follow these steps.
Read moreFree Responsive HTML5 & CSS3 Login Page
By Tan Lee Published on Nov 11, 2024 809
A free, responsive HTML5 and CSS3 login page built with Bootstrap 4 and enhanced with ParticlesJS for dynamic background effects.
Read moreResponsive Animated Login Form
By Tan Lee Published on Nov 11, 2024 416
This is a modern and visually appealing login form built using HTML, CSS, and JavaScript. It features a sleek, user-friendly design that adapts seamlessly across different screen sizes, making it fully responsive.
Read more