Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Why does EF not return any results when comparing null variable?

How to get an IEnumerable<DictionaryEntry> out of an IDictionary?

c#

Step out of a distributed transaction for one of my Entity Framework ObjectContexts

Collection was modified; enumeration operation may not execute

c#

Break on exception, except *here* (Visual Studio 2010 C#)

How can I regulate a speedof rotation tile icon?

RX: Perform disposal when RefCount of a Subject reaches 0

reusing methods used in one code behind page to another code behind page

c# asp.net

using aspnet identity with custom tables

NLog does not write to log file when called from Outlook Add-in

c# outlook add-in nlog

How to append text to TextBlock in loop immediatelly?

c# wpf

How to do exception handling in asp.net core?

C# linq to sql group multiple rows

c# sql linq

MvvmCross.Exceptions.MvxException: Failed to create setup instance

Possible to ship my application with a local copy of the .NET 7 runtime?

c# .net deployment .net-7.0

.net framework 4.7.2 and Microsoft EnterpriseLibrary v5 version incompatibility?

How do i convert a toml [Table] to a dictionary in C#?

c# toml

How to return IServiceProvider from Startup.ConfigureServices in .NET Core 7

c# startup asp.net-core-7.0

How to pass a UserControl parameter to the ViewModel using MVVM

c# wpf mvvm