Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to make if statement inside linq

c# linq

Using reflection to get properties of an instance of a class at runtime C#

c# reflection

How to change site language using Resources and CultureInfo in ASP .NET MVC?

c# asp.net-mvc

Multiple update panel triggers inside repeater

Difference between using .First() and .Where().First()

c# linq

How do I access the assembly version and name from inside the assembly/WCF service?

c# wcf

c# datagridview column autosizemode

Regex find token value in .NET

c# .net regex

How to implement threadsafe list?

An unhandled exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll

c#

How to avoid large if statements?

How do I programmatically determine which WMI property is the primary key of a class?

c# wmi

Create a class which can be instantiated like the XNamespace class

c# .net instantiation

Can the C# MongoClient be used to return valid JSON without first serializing to a .NET type?

c# asp.net-mvc json mongodb

Custom Sort in WPF DataGrid using MVVM

c# wpf sorting mvvm datagrid

How can I replace the default CollectionView of an enumerable collection?

How to convert IOrderedEnumerable to IOrderedQueryable

c# linq ienumerable iqueryable

Focusing on winform if already opened?

c# winforms focus

Error:System.Text.Encoding' does not contain a definition for 'Default'

c# windows-phone-7

TDD: .NET following TDD principles, Mock / Not to Mock?

c# .net mocking tdd