C# – Tuples
C# Tuple Tuples in C# was introduced in .NET Framework 4.0 and it is available in C# 7.0 and later. Tuples is a Data structure… Read More »C# – Tuples
C#
C# Tuple Tuples in C# was introduced in .NET Framework 4.0 and it is available in C# 7.0 and later. Tuples is a Data structure… Read More »C# – Tuples
By default Array.Contains function in C# is case sensitive. Most of the times this may create some bugs and errors in your program. The solution… Read More »C# Array.Contains() – Incase Sensitive Search – Ignore Case
In this post we will see how we can create PDF documents in C# Windows forms using iText7 library. The final PDF file contains Product… Read More »C# Windows Form – Creating PDF documents using iText7 library.
In this post we will see how we can create C# Windows form Login page with MS SQL Database. I’m using Visual studio 2012 and… Read More »C# Windows Form Creating Login form with SQL Database
In this post I will share how you can set custom fonts for WPF Labels and for other WPF controls using WPF Styles. Download Source… Read More »Use Custom Fonts in WPF C# applications
In this post let’s see how we can count the number of Rows in a filtered DataView. DataView Row Count after Filtering Data in C#… Read More »DataView Row Count after Filtering Data in C# ASP.NET
WPF Button Style with Rounded Corners and Hover Effects. In this post I will be sharing WPF Design to produce WPF Buttons with Rounded corners… Read More »WPF Button Style with Rounded Corners and Hover Effects