Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What is collection semantics (in .NET)?

Why does Enum.GetName() ask for a Type when this information is passed with the object parameter?

c# .net parameters enums

Where should I place try catch?

Combining two IEnumerable queries into one

c# .net

Include properties based on conditions in anonymous types

c# .net anonymous-types

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