Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Is locking instance or member based

c# .net multithreading locking

Fun with generics: no implicit reference conversion error

c# .net generics resharper

The meaning of obsolete

Getting browser information from IOwinContext

.net asp.net-mvc owin

Insert and update a datetime into SQL database

c# sql .net database tsql

What version of XPath does XmlDocument.SelectSingleNode use?

c# .net xml xpath

Unable to get method SyntaxTree.ParseFile in new nuget of Roslyn?

Roslyn compilation: type is defined in an assembly that is not referenced

Prism Regions Not Disposing Views or ViewModels

c# .net wpf mvvm prism-5

ADO.NET provider with invariant name 'System.Data.SqlClient;' cannot be found (Entity Framework MVC)

Get type of enum in .NET class

c# .net class reflection enums

Wrap a function as an async task

Locking HashSet for concurrency [duplicate]

c# .net

How to use enum item name which contains space? [duplicate]

c# .net oop enums

Using an enum value to represent two enum values

c# .net enums

get common prefix of two string

c# .net string linq comparison

Add Click event to menu item

c# .net winforms

C# collections optimised for index 0 insert?

c# .net collections

Extension Method makes LINQ break

c# .net linq

How does LINQ's OrderBy jive with MoveNext?

c# .net linq