Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to calculate the size of the file before saving it to the disk from the stream?

c# .net

Regex to limit the number of occurrences of a particular character in a string

c# regex

Memory not getting released in WPF Image

c# wpf image canvas memory-leaks

Split string base on the last N numbers of delimiters

c#

How does EnableCollectionSynchronization work?

c# wpf observablecollection

How to add a static authorization header with refit in xamarin.forms?

c# xamarin.forms refit

Actual maximum concurrent tasks of Parallel.ForEachAsync

Send form data from React to ASP.NET Core API

dlls disappear when performing an incremental build

How to call a base function that's an explicit interface implementation?

c# explicit-interface

Sending a binary stream through SOAP

c# .net delphi winapi soap

Faking IGrouping for LINQ

c# linq optimization

Need help understanding abstract classes that implement an interface

Can I reuse a .NET System.Data.SqlClient.SqlParameter

c# sql

How to implement FCM in ASP.Net C#?

use default property value in C# constructor initializer

c#

Creating objects inside async thread causes STA exception

c# wpf multithreading events

Generic solution to manage windows with ASP.NET MVC

Nancy.DynamicDictionary does not contain a definition for X

c# visual-studio-2015 nancy

How to determine if passing in an object is better than several parameters (int, string, etc) [closed]

c# asp.net asp.net-mvc-4 oop