Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Convert decimal? to decimal in earlier versions of .NET (C# Version 7.3)

Since Blazor (server) apps should not use IHttpContextAccessor, how can we read this information in an IAuthorizationHandler?

How do I target arm64 on a net7.0-macos project?

Match specific string not preceded with a word and any amount of whitespaces using .NET regex

access dbcontext inside ExceptionFilter

c# asp.net-core

Fiddler shows Chinese as question marks

Microsoft ADD - App registration - The reply url specified in the request does not match the reply urls configured

Can assigning an out value be avoided?

c# roslyn

c# loop until Console.ReadLine = 'y' or 'n'

Partial nested struct does not get inherited

c#

C# compiler doesn't complain when not all code paths return

c# compiler-errors using

Abstract Factory Pattern for Implementing AdNetworks on Multiple Platforms

Using an implicitly-typed array in class initializer

Custom Claim in MVC5 returns nothing

How do I return a single object with an array and a list?

c#

Getting selected item string from bound ListBox

c# windows-phone-7 xaml

How can I develop a testable TcpClient / TcpListener Wrapper