Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Using ContractNamespace for namespacing enums in WCF

c# wcf namespaces wsdl

Concat IQueryable collections in one db request

Why is it not possible to use both :base() and :this() in a C# constructor

c#

TPL Dataflow Blocks using LinkTo Predicate

Where to store global variables (like paths) in C#?

c# asp.net

How can I set the "type" parameter on a Web API MultiPartContent message?

EF Database first how to update model for database changes?

Retrieve bearer token in ASP.NET WebAPI

small misunderstanding of example in msdn related to virtual/override

c# overriding

MVC orderby on dropdownlist

c# asp.net-mvc linq

Return bigint from SQL Server stored procedure

Neon/Glow effect in C#/WPF

c# wpf effects

Prism navigation - previous and next view

c# wpf mvvm prism-4

Creating an opaque pointer (reference) in C#

c# opaque-pointers

Inserting into SQL Server CE database file and return inserted id

c# sql-server-ce

Why is Request["url"] set by default?

c# asp.net

Mocking out expression with NSubstitute

c# .net moq nsubstitute

How do you properly configure a contrib logger?

c# akka.net

Async functionality missing from the IDbCommand interface

c# asynchronous idbcommand

Disable C# optimization of loop return value

c# .net jit csc