Full Error: The cast to value type ‘System.Decimal’ failed because the materialized value is null. The cast to value type […]
Updated on Kisan Patel
This tutorial will show you how to get the enum value by string or int in C#? For example, public […]
Updated on Kisan Patel
Here, I will show you how to add conditional attribute to Razor HTML helpers in ASP.NET MVC Razor syntax? For […]
Updated on Kisan Patel
This tutorial will show you 3 ways to delete multiple records from table with Entity Framework. 1. Using DbSet.RemoveRange(IEnumerable) Method […]
Updated on Kisan Patel
This tutorial will show you how to convert an enum to a generic list in C#? For example, we have […]
Updated on Kisan Patel
Full error: 403 – Forbidden: Access is denied. You do not have permission to view this directory or page using […]
Updated on Kisan Patel
OOPS Concepts Class Class — group of data members & member functions. Like person can be class having data members […]
Updated on Kisan Patel
Here is the full error: Introducing FOREIGN KEY constraint ‘FK_dbo.aspnet_UsersInRoles_dbo.aspnet_Users_UserId’ on table ‘aspnet_UsersInRoles’ may cause cycles or multiple cascade paths. […]
Updated on Kisan Patel
Here you will learn how to create and load thumbnail from original image using Generic handler in ASP.Net. In this […]
Updated on Kisan Patel
Here we will show you a simple and easy way to get public or external IP address in C#. Here […]
Updated on Kisan Patel