Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Properties in an Interface

c# .net oop properties interface

What is the meaning of a # sign in front of a type in a signature (F#)?

.net f#

What would be an efficient way to share a pool of resources in an async enviromment?

c# .net asynchronous

Difference between .NET's System.Type.GenericTypeArguments and System.Type.GetGenericArguments()

.net generics system.type

SignalR WebApp.Start(url) doesn't like other exe's in folder?

c# .net signalr owin signalr-hub

Why does Visual Studio resort to single-line comments when commenting a multi-line selection with "Comment Selection"?

c# .net visual-studio comments

Deserializing a dictionary key from json to an enum in .net [duplicate]

Method Name in log4net C#

c# .net log4net

How to cast an IEnumerable<object> to an IEnumerable<runtime type>

c# .net linq generics casting

How can I determine whether a property is a Generic Type in DNX Core 5.0?

c# .net asp.net-core dnx

ISO_IR 58 support in .Net 4.0

c# .net encoding dicom

Why do "linq to sql" queries starts with the FROM keyword unlike regular SQL queries?

c# sql .net linq-to-sql

Reverse binary representation of int (only significant bits)

c# .net

Onion Architecture: Core vs Domain

How to await for override async function?

How would you correctly return a collection of objects asynchronously? [closed]

Disposing a memory stream properly (WPF Image Conversion)

c# .net wpf image

When using Take(...) on a List<T>, is the entire list returned before Take(...) is applied?

c# .net linq optimization

Excel INT equivalent

c# .net excel

Anything wrong with putting connection strings in applicationSettings? [duplicate]