Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Render a pdf from a html page

c# javascript html abcpdf

Get data from an API to my server every minute

c# iis asp.net-mvc-4

Converting from 'WordOpenXML' to In-Memory System.IO.Packaging.Package

c# stream ms-word openxml-sdk

Trying to search ListView for subitems matching a string

c# winforms listview

Why is a property hiding Inherited function with same name?

c# .net inheritance properties

Implementing retry logic with Polly library with no exception handling repeatedly

c# polly retry-logic

String manipluation, how to extract an HTML element value easily?

c# html string

C# - visit url in background

c#

Lucene.Net (2.9.2.2) and Nhibernate.Search

c# implementation get range of values and union of these ranges

c# collections union range

Reliable encrypted logging for .NET (4.0 - C#)?

c# .net multithreading logging

How can I programatically get keyboard focus on a WPF TreeViewItem?

c# wpf focus treeviewitem

How to validate a SSL certificate with C#

Xamarin layout how to place a label in bottom left corner and bottom right corner of screen

c# xaml xamarin xamarin.forms

FileHelper read to stream and download with web api

How to read numpy .npz file directly into C#

c# python numpy

How to write end to end tests against AzureEventProcessor Host

Entity Framework Core using CurrentValues.SetValues to update entity properties from other entity failing due to primary key on entity

I can not use the 'services.AddControllers().AddNewtonsoftJson()'

How to parse json settings in appsettings.json into a class in c# .netcore