Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-2.0

How to optimize regular expression performance?

c# regex performance c#-2.0

How do I get the Localizable property and support in my own design tool?

When are generic types determined? Can it be influenced?

.net methods c#-2.0 generics

Is it possible for a non-generic class contain a generic list in .NET (C# or VB.NET)?

c# .net vb.net generics c#-2.0

How to check if a certain assembly exists?

HashSet replacement in C# 2.0

c#-2.0

How does the AddExtension property work in C# 2.0?

c# c#-2.0

How to make form topmost to the application only?

c# c#-3.0 c#-2.0

Detect trust level

.net c#-2.0

Check if a file exist in the Server in ASP.NET

asp.net javascript file c#-2.0

Is C# 4.0 backward compatible to C# 2.0?

c# c#-2.0 c#-4.0

Best way to convert an IEnumerable<T> to an T[]

how to close a running instance of Word document? (C#)

Given a bounding box and a line (two points), determine if the line intersects the box

c# math vector c#-2.0

How can I use a string argument to case a namespace or type?

Which of the below Mutex expressions ideally prevents multiple instances of .Net application and what is the difference?

How do languages Scala which need covariant return types and "real" class variance run on the CLR?

c# types clr c#-2.0

Send email with attchement using System.Net.Mail thows exception: Cannot access a closed file

c# c#-2.0 smtpclient

Test if property throws exception with nunit