Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

When should I separately implement IEnumerator<T>?

Model validation in Web API - Exception is thrown with out a throw statement?

iTextSharp read from specific position

c# itextsharp ocr

Initializing a list within a struct

c# struct initialization

seralizing object to Azure Blob Storage

c# azure azure-blob-storage

Reverse<> and Reverse

c# reverse

List of strings into Bson Array

How to add xsi:type attribute to an XML element

c# xml xml-serialization

Pass Interface Type As Parameter

c# interface parameters

Format decimal number with set maximal precision but without unneeded trailing zeroes

c# .net formatting decimal

Get number of rows deleted and number of rows edited by DbContext.SaveChanges()

Issue when trying to read multiplte entity resultsets from a stored procedure

Is it possible to connect to SQL Server without specifying a database?

c# sql sql-server unit-testing

Is there a way to use LINQ to select a range of items based on an enclosing condition (i.e. not a simple WHERE clause)?

c# linq lambda

Match all digits but splitted in single characters

c# .net regex

How to Change Setup Project Version

Double await when invoke async lambda via Dispatcher

Effect of consts and variablization of operations in C# performance

How to iterate over list while removing items at the same time?

c# list iteration

is enumerator thread safe after getting with lock?

c# multithreading c#-4.0