Csharp
6 results found
Error: The json property name for collides with another property in .Net 6
I got an exception System.InvalidOperationException: The json property name for collides with another property in .Net6 when I select data by using EF
How to get last day of current month in C# Asp.net?
How to get the last day of the current month in C#? I need to show the report for all current month, from 1st to last day of the month. But I can not di it.
Error: Sequence contains no matching element in C# Asp.Net
I got an exception System.InvalidOperationException: Sequence contains no matching element in Asp.Net core when I was trying to convert a list to a list.
Data is Null. This method or property cannot be called on Null values in Asp.Net and MySql
Error System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values in Asp.Net and MySQL.
Error: SSL Connection error in MySQL using C# Asp.Net 6
Error: SSL Connection error in MySQL using C# .Net. System.AggregateException: One or more errors occurred. System.IO.IOException: The handshake failed due to an unexpected packet format.
Error : loading local data is disabled in Asp.Net and MySql
I got an exception loading local data is disabled; this must be enabled on both the client and server sides in .Net C# and MySQL database.