Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

The new BigInteger

.net math .net-4.0

Given a GUID representing a user in Active Directory, how would I use this to determine the distinguished name?

c# .net active-directory

How to get the RealProxy when I know only the transparent proxy

Serialization bugs in .NET?

Waiting for all tasks to finish using Task Parallel Library in .NET 4.0

What does return type of ICollection<Person> mean?

c# .net interface

How do I install a windows service that runs as an administrator?

writing XML data to an ASP.NET page

c# .net asp.net xml

How to name methods that trigger events?

.net naming-conventions

Is it possible to define types that depend on each other and are defined in separated files?

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