Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Error in DateTime insertion

c# winforms datetime

Two stringlists and foreach

c# asp.net-web-api

Do generics do boxing / unboxing when I keep Object type to the collection

c#

Wait() causes UI thread to hang - when should Wait() be used?

Where to place HttpContext.Current.RewritePath in ASP.NET 5?

match optional special characters

c# regex

Array values from textboxes

c#

MVC 4.5.2 Response.WriteFile larger than 2gb

In .NET 7 / EF Core 7, can value conversions reference other properties of the same entity?

Openiddict 4.2.0 upgrade causes missing audience in access_token but works with 3.0.3

c# openiddict

Caliburn - ShellFramework - Show.MessageBox

c# wpf mvvm caliburn

How do I assign EntityCollection property to another property?

WPF: Cannot see my custom control in the toolbox

c# .net wpf vb.net

DataTable.Rows.Find gives "Table doesn't have a primary key" error when table gets too big

c#

.NET Maui Custom Handlers not working, official docs is wrong?

c# .net xamarin.forms maui

Microsoft.OpenApi.Extensions Enum.GetDisplayName() doesn't work, works fine when copied over

In Blazor what is the difference between `await Task.Run(StateHasChanged)` and `await InvokeAsync(StateHasChanged)`?

Self Referencing loop detected for property 'manifestmodule' | While adding certificate to GET request

How to use getUserMedia with geckofx

c# webrtc getusermedia geckofx

.net Core 6 - Unable to resolve service for type while attempting to activate

c# asp.net-mvc .net-core