Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What are the good programming practices in C# to make code more self-explanatory? [closed]

c# .net coding-style

TypeDescriptor doesn't return members from inherited interfaces

Overwriting Constructor of a class from outisde

c# .net constructor overwrite

Would there be benefits to a struct String in .Net?

to get a KeyValuePair from a List of KeyvaluePairs with the minimum value

c# .net

how to ensure no memory leak in the following case

c# .net

In C#, why can't I pass a StringReader to a method with a Stream parameter?

c# .net xml

Benchmark on different String dictionaries shows that the normal one is faster, and I don't know why

Microsoft Reports Adding Two Column Values

Is there anything like Environment.SpecialFolder but for registry paths

c# .net registry

C# MVC3 ViewBag, how to use lists property in view within foreach statement?

Is there an easier way to use Windows ctrl+v (paste) functionality in a C# Console application?

Comparing Byte Arrays in LINQ to Objects

Send javascript function over json using Json.NET lib

c# .net json.net

How can I check if a sequence of values is correctly ordered?

.NET Assembly viewer wanted

.net

Instantiating types: when using new?

What is the best practice for unit testing private methods in .NET?

Change CSS on span tag in ASP.NET Web Forms

c# css asp.net .net webforms

How can I secure myself from updating another object over current object by mistake?

c# java .net design-patterns