Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Saving Excel file of 50k rows using "ClosedXML" NuGet taking a very long time

c# .net excel nuget closedxml

How to programmaticaly construct PDFs with PDF/A format

.net pdf itext pdfsharp pdfa

How to create a TimeZone object for a specific timezone? c#

c# .net date datetime .net-4.5

Error MSB4024: The imported project file ".csproj.EntityFrameworkCore.targets" could not be loaded

.net

Need to add existing model (not inline) to Swagger schemas in .Net core API

How to execute SQL query and return an object?

Passing Arrays as Parameters in C#

c# .net

How to match a specific sentence with Regex

c# .net regex

Issues using StreamReader.EndOfStream?

How to extract visual studio project template icons?

.Net HttpClient.GetStreamAsync() behaves differently to .GetAsync()

.net httpclient

Problem stopping Windows Service from Installer Class. Events fire too late

Convert SDDL to readable text in .NET [closed]

c# .net

Are the data protection keys necessary for docker container?

MudBlazor. How to pass a function as a modal parameter?

c# .net razor blazor mudblazor

ConfigureAwait(false) doesn't make the continuation code run in another thread

How do I check if nested keys exist in json? [duplicate]

c# .net json

Where is the MSIL file after compilation of a C# program in .Net?

c# java .net

Implementing IEquatable<T> in a mutable type

c# .net equals iequatable

Using Process.ProcessorAffinity on a system with 32+ logical cores

c# .net