How To

How to use Repository Pattern in C#
2/16/2024 3:31:55 PM  52

This tutorial shows you how to use Repository Pattern in ASP.NET Core using C#.NET.

How to use Generic Repository Pattern in C#
2/16/2024 3:26:56 PM  52

This post shows you how to use Generic Repository Pattern in C# code

How to undo the changes in Entity Framework
2/16/2024 3:18:04 PM  54

In this post i shows you how to implement Undo/Redo feature for DbContext of Entity Framework in C#.

How to use LINQ to Entities Queries in Entity Framework
2/16/2024 3:16:35 PM  50

This post shows you how to Query in LINQ to Entities using c# code.

How to use Lazy loading and Earger loading in Entity Framework
2/16/2024 3:14:46 PM  60

In this post we will learn about Lazy loading, Earger loading and Explicit loading in Entity Framework that we often encounter in practice.

How to Turn off lazy loading for all entities in Entity Framework
2/16/2024 3:11:01 PM  59

This post shows you how to Turn off lazy loading for all entities in Entity Framework

How to use Generic Repository Multiple Includes in C#
2/16/2024 3:09:32 PM  76

This post shows you how to use Generic Repository Multiple Includes using Entity Framework in C#

How to set DataSource for RDLC Report using Report Viewer in C#
2/16/2024 11:07:15 AM  80

In this tutorial, I'll show you how to set DataSource for local report using report viewer in C#.NET Windows Forms Application

How to Change report in ReportViewer at runtime in C#
2/16/2024 11:06:08 AM  68

In this tutorial, I'll show you how to change the report in a report viewer dynamically at run-time in C#.NET Winforms

How to Generate QR Code in RDLC Report using C#
2/16/2024 11:04:12 AM  79

This tutorial will show you how to generate QR Code in RDLC Report using C#.NET Windows Forms Application

How to Create a PDF from a RDLC Report in C#
2/16/2024 10:58:05 AM  72

This post shows you how to Save RDLC Report as PDF at Run Time in C#.

How to Add Active Navigation Class Based on URL
2/16/2024 9:46:12 AM  70

If you got a problem with highlight the active link in a navigation menu when selected, this example might help you solve it.