Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

TimeZoneInfo DST vs Windows settings

c# .net timezone dst

Is there any way to check if a NuGet package support .Net standard in command line?

.net nuget

Convert 32 bit float audio to 16 bit byte array?

c# .net audio naudio

Is CSP (Content Security Policy) activated by default in .net core 3.1?

How do I add a working Main method to a dotnet 6 console application to access command line arguments?

c# .net

How to install a particular .NET Framework version SDK using winget?

.net windows powershell winget

Is it possible to get name of variables passed as `params object[]`?

c# .net

Authenticating Against Azure Magment API SDK with MSAL.NET

how can I default selected value in asp:DropDownList

c# .net

Data Mining Resources for C#

c# .net data-mining

Can you assume there is always a Windows temp folder?

Azure Application Insights not showing the whole chain of events (in event-driven app), but all telemetry is there

How to use existing SignalR hubconnection in different pages in blazor

c# .net blazor signalr

Cannot build after updating to VS 2022

.net visual-studio-2022

Filter an integer using Like in BindingSoure.Filter or DataView.RowFilter

ServiceStack: AppHost does not support accessing the current Request via a Singleton

c# .net http servicestack

Can a Source Generator tell if its being run for editor support (IntelliSense) or as part of an actual build?

Passing bytes as parameter to c#?

SpinWait in lockless update

c# .net lockless spinwait

Model Property set in controller not showing up in view

.net asp.net-mvc