Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Two projects with same launchsettings.json load with different port numbers

ILogger class is not found in .net core

What does 'is { }' syntax mean in c#? [duplicate]

c#

gRPC and Domain Driven Design - Where to place proto files (domain layer vs elsewhere)?

c# domain-driven-design

How to resolve "Service not available, closing transmission channel. The server response was: Server busy, too many connections"

c# smtp

Is it OK for an object to subscribe to its own events to change internal data?

c# events event-handling

Disable Tooltips in Visual Studio 2019

c# visual-studio-2019

Is it possible to use Newtonsoft.Json when using HttpClient.PostAsJsonAsync(something)?

c# .net-core json.net

Customize FluentMigrator Postgres VersionInfo Schema

Group list values by KeyValuePair

c# algorithm list

How can I set timeout grid or store at Ext.Net

c# asp.net timeout ext.net

Is there an easy way to replace Azure Cloud Service reference dll without re-publishing the service?

c# azure azure-worker-roles

Prism 5 Wpf - The Login Window Shows me twice

c# wpf unity-container prism

Could not load assembly... Ensure it is referenced by the startup project

Why is exception handler middleware logging "unhandled exception" when it's actually handled?

c# exception .net-core

Directory.GetCurrentDirectory() doesn't point to bin folder anymore

c# asp.net