Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

ASP.NET MVC & C# : HttpStatusCodeResult() vs HttpNotFound()

c# .net asp.net-mvc http

.NET Core 2.2 CORS Not Allowing Requests

Named Parameters in ValueTuple.Create

c# .net c#-7.0

Generic Repository in C# Using Entity Framework

Load model with ML.NET saved with keras

Unable to fix error : This configuration section cannot be used at this path

Factory pattern: Restrict object construction to factory

c# .net design-patterns

Async method returning a completed task unexpectedly slow

c# .net async-await

How to perform a null check in an equality operator overload

Recursive generic type parameter in C#

Microservices using .net Framework 4 and above ( instead of .NET Core)

Why is this LINQ query incredibly slow?

c# .net performance linq

dotnet build xamarin project fails using console

C# extension methods types

Incorrect date formatting when VB program opened via C#

c# .net vb.net winforms

What is the purpose of UserManager methods like GetPhoneNumberAsync(IdentityUser user), when the desired properties can be pulled from user object?

FileSystemWatcher does not notify on deleting the path directory itself

c# .net filesystemwatcher

Similar code in Tasks returning different status codes

c# .net asynchronous task

RequireAuthorization() on endpoints.MapControllerRoute() not working and every request passes through

c# .net asp.net-core

Is there a way to programmatically check pending model changes in Entity Framework Core?