Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to export a DataGrid to Excel in WPF

c# .net excel wpf datagrid

Using HttpContextAccessor inside of injected class

c# .net asp.net-core

How to build an HttpResponseHeaders for the FakeItEasy

How can I install the .NET Native AOT compiler (ilc) for command-line usage outside of dotnet?

How to pass objects between Pages in Blazor

c# razor blazor

How do I serialize object properties to lower case using System.Text.Json?

Maui project for Android: type androidx.collection.ArrayMapKt is defined multiple times

c# maui .net-8.0

ASP.NET User/Role Editor

Limit on number of items in list box in WinForms

c#

Default settings for bound WPF DependencyProperty

.Net DateTime Precision

c# .net

Mono GetText on .NET 3.5

c# .net mono gettext monodevelop

How much does bytecode size impact JIT / Inlining / Performance?

concrete sense of IRepository<T> vs Repository if I do not do unit tests with mocks

c# repository irepository

Why is ParallelQuery<T>.Where not working when converting to Observable?

How to trigger failure in a windows service?