Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to modify expression-based filters to avoid client-side evaluation in Entity Framework Core 3.0

How do I sum up every 5th number instead of all numbers?

c# loops sum numbers

Not supported by Swagger 2.0: Multiple operations with path 'api/Client' and method 'GET'

c# swagger swashbuckle

Bitmap declaration error in VS19 after copying code (c#) [duplicate]

Incorrect TimeZone offset in Azure

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