Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Resizing labels in Winforms to Left

c# .net windows .net-2.0

Compiling C code for .NET [closed]

.net c

How do I generate a set of random strings in a C# program so that they are not trivially predicted?

c# .net random

is it good design to have a separate config file for a dll?

.net architecture

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