Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Multiple parameters with CompositePresentationEvent<> in Prism

c# events prism

How to prompt user to save an automated Excel file

How to query a C# dictionary and return a specific set of values

c# linq collections lambda

How can I setup log4net to log certain events if they occur/happen more than N times per time span?

c# .net log4net event-log

Check if read() has been called on SqlDataReader

c# .net sql

IDataObject.GetData() always returns null with my class

How to debug when a dependency fails to instantiate?

RegEx pattern for partial URL (switch on two values in path)

c# regex

Nhibernate - mapping generic IList objects to comma separated lists of Keys in single DB column

c# nhibernate

Umbraco v5, MVC [closed]

c# .net umbraco umbraco-blog

Consuming WCF REST Service with multiple parameters WITHOUT DataContract

c# wcf rest parameters

linq select sum and average into view model

c# entity-framework linq

remove contiguous duplicates in the sequence of objects [duplicate]

c# .net algorithm

SpeechRecognitionEngine recognizers

c# speech-recognition sapi

Understanding WPF - store Data in Model or ViewModel

c# wpf mvvm

How to unlock a thread within lock brackets

c# c++ multithreading

Anonymous method with a variable number of parameters

Incorrect syntax is generated when creating a UsingDirective from factory in Roslyn

c# .net roslyn

How to create a common function for all forms using c#?

c# .net vb.net

ASP.NET How get a custom header in a Request?

c# asp.net