Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

The repository pattern is procedural, not OOP? [closed]

How to configure map in xamarin.forms pcl project?

Why cannot I directly access property ".SingleAsync().Property"?

c# .net async-await

Install service to server 2012

Access to Dynamic object properties by name

c# .net c#-4.0 dynamic

Is there a way to synchronously run a C# task and get the result in one line of code?

Get files using an array in order

c# .net arrays winforms file

How do I change boolean properties with one click in PropertyGrid

Set DisplayMember and ValueMember on ComboBox without DataSource

.net vb.net combobox

Azure DocumentClient thread safety

Why we need Bower along with Nuget?

.net bower nuget-package

How to convert a string date without zero padding and separator to DateTime

c# .net datetime

Attribute inheriting from AuthorizeAttribute not working

Indicate required properties of complex input parameter object in Swagger UI

c# .net swagger swashbuckle

C# Filter Items In A List According To Multiple Criteria

c# .net algorithm linq list

Take the last item pushed to an Observable (Sequence)

c# .net system.reactive rx.net

Dotnet restore MyProj.csproj thows "The file type is not recognised" on VSTS

What file name placeholders are available for Serilog?

.net logging filenames serilog

Understanding the semantics of Polly policies when separating policy definition from execution

c# .net polly

What's the simplest way to fetch the value of the Authorization header of a request?