Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to change property names depending on the type when serializing with Json.net?

c# json attributes json.net

Where does the T, U, V convention for generic type params come from? [closed]

Using enum [Flags] and bitwise operator on [Authorize(Roles)]

c# enums

Make an Inline Keyboard Button in Telegram Bot, directing to a URL C# [closed]

Is there in scala the equivalent of the c# nameof?

c# scala

OWIN Startup Class Called multiple times

c# asp.net owin

.NET Core Dependency Injection - Force Immediate Activation

Why are jagged arrays in C# defined in the opposite way?

c# language-design

ASP.NET Core authenticating with Azure Active Directory and persisting custom Claims across requests

Consuming BlockingCollection with multiple consumers

Setting one property based on another in AutoFixture

c# autofixture

More efficient way to perform a UPSERT with EF6

c# entity-framework-6

C# DateTime.UtcNow is returning the wrong value

c# datetime

Task<T> and Task in Func delegate

How many times it is ordered a IENumerable?

c# ienumerable

How to construct IQueryable query using Linq when I just need count without reading all documents in Document-Db database?

How To Use Nuget Packages in Cake Build Tool

Find nearest safe split in byte array containing UTF-8 data

c# string encoding utf-8

How to stop an audio when PlayOneShot is used

c# unity3d audio

Read excel spreadsheet into a datatable

c# excel