Search

How to create a Chromium Browser using CefSharp in C#
By Tan Lee Published on Jul 16, 2024 40.16K

Creating a Chromium-based browser using CefSharp in a C# Windows Forms application involves several steps.

Read more
How to Create a backup SQL Server in C#
By Tan Lee Published on Jul 16, 2024 9.72K

Creating a full database backup in a C# Windows Forms application involves using SQL Server Management Objects (SMO) from the Microsoft.SqlServer.Smo assembly.

Read more
How to Use Form Load and Button click Event in C#
By Tan Lee Published on Jul 16, 2024 29.14K

In C#, you typically handle events like Form Load and Button Click within a Windows Forms application.

Read more
Best Image Format in C#
By Tan Lee Published on Feb 27, 2025 291

In modern application development, high-quality images must be optimized for performance. Developers frequently face the challenge of choosing the best image format.

Read more
Action and Func Delegates in C#
By Tan Lee Published on Feb 27, 2025 128

Delegates in C# are a powerful feature found in the System.Delegate namespace. They serve various purposes, but the most common ones are:

Read more
Override Function in C#
By Tan Lee Published on Feb 27, 2025 159

In C#, the override keyword is used to modify or extend the functionality of a method that is defined in a base class. This mechanism allows derived classes to implement their own version of a method, while preserving the base class's interface.

Read more
How to Convert a DataTable to a List of Objects in C#
By Tan Lee Published on Feb 27, 2025 505

To easily convert a DataTable to a list of objects in C#, we can create a generic method that utilizes the power of JSON serialization and deserialization.

Read more
How to use Live Chart Graph Controls in C#
By Tan Lee Published on Jun 15, 2024 27.92K

To use Live Chart, Graph Controls in a C# Windows Forms Application, you can follow these steps.

Read more
How to round up in C#
By Tan Lee Published on Nov 05, 2024 821

In C#, rounding is typically done using the Math.Round() method.

Read more
How to create a Chromium Browser with Tabs in C# using CefSharp
By Tan Lee Published on Jul 16, 2024 20.85K

Using Chromium Browser with tabs involves creating a Windows Forms in C# and integrating CefSharp as the embedded browser.

Read more
How to Upload file in ASP.NET using jquery ajax
By Tan Lee Published on Feb 18, 2024 543

This tutorial shows you how to upload a file in ASP.NET MVC using Ajax and javascript without page refresh.

Read more
How to Display popup message in Javascript
By Tan Lee Published on Feb 16, 2024 410

This post shows you how to use javascript popup window to alert a message box.

Read more
How to Run Android Apps in Windows 11 from the Amazon App Store
By Tan Lee Published on Nov 02, 2021 4.1K

Microsoft has partnered with Amazon to support running Android apps on Windows 11. Users will install Android apps provided from the Amazon App Store to use on Windows 11.

Read more
Apple iOS 14.6 has landed for millions of iPhones
By Tan Lee Published on May 27, 2021 3.62K

It's not as big of an update as iOS 14.5, but it's important and has some new features that iPhone and iPad users will expect.

Read more
How to speed up Internet access on Windows
By Tan Lee Published on Sep 04, 2019 2.5K

This post shows you How to speed up Internet access on Windows 7/8/10.

Read more
How to Create Setup.exe in Visual Studio 2019 with SQL Database using ClickOnce
By Tan Lee Published on Aug 29, 2019 5.89K

This post shows you How to Create Setup.exe in Visual Studio 2019 with SQL Database using ClickOnce

Read more
How to Create Setup.exe in Visual Studio 2019 with SQL Database
By Tan Lee Published on Aug 29, 2019 7.23K

This post shows you How to Create Setup.exe in Visual Studio 2019 with SQL Database

Read more
Nettiers Framework: Insert Update Delete Select in SQL Server
By Tan Lee Published on Jun 25, 2017 3.2K

How to Insert, Update, Delete, Select in C# using Nettiers (ORM) framework

Read more
SQL Server: How to create Script to Backup database
By Tan Lee Published on Jun 20, 2017 4.21K

How to create script to backup database using SQL Packager

Read more
Windows Forms: Insert Update Delete View data from SQL Database using 3 Tier Architecture in C#
By Tan Lee Published on Jun 18, 2017 13.36K

How to Insert, Update, Delete and View Student Profile data from SQL database using 3 Tier Architecture, Dapper ORM, Autofac, Stored Procedure, Metro Framework in C#

Read more