Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Can enums return string instead of an integer? [duplicate]

c# c#-4.0 enums

insert values in ConcurrentDictionary

c#-4.0

Convert string to type in object

c# c#-4.0

Nested Repeaters in C#

asp.net c#-4.0 repeater

convert linq query results to datatable C#

asp.net c#-4.0

Is the dynamic keyword meant to be *only* used with dynamic languages?

Order of function modifiers in C#

syntax c#-4.0

What is a 'Bag' and a 'Set' in nHibernate?

Quickest way to randomly re-order a LINQ collection?

c# .net linq c#-4.0

Why can the static class Tuple in .NET Framework 4.0 have new keyword to create instances?

c# oop c#-4.0 static tuples

Inheritance in MongoDb: how to request instances of defined type

Generic method, is it possible to return a StreamReader instance?

Binding input field to model in MVC5 using bootstrap display formatting

Using statement in C# without implementing Dispose Method

c# .net c#-4.0 using

c# - byte array improper conversion to MB

c#-4.0 data-conversion

C# variable names with special character

c# .net c#-4.0

how to convert formcollection to model in mvc

Usage of named parameters

c#-4.0

Is there a performance difference between int i =0 and int i = default(int)?

c# .net c#-4.0

MVC3 simple form validation