Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

C# variable length args, which is better and why: __arglist, params array or Dictionary<T,K>?

c# c#-3.0 c#-2.0

Does Event logger in C# needs admin privileges to write logs into Windows Event Viewer?

How to round double values but keep trailing zeros

c# math c#-2.0 double rounding

Filter List<> object without using foreach loop in C#2.0

c# c#-2.0

WebClient.UploadFile pass upload file as stream

c#-2.0 webclient

Best practice: How to expose a read-only ICollection

c# collections c#-2.0

Convert array of enum values to bit-flag combination

c# c#-2.0

DateTime string parsing

c# .net c#-2.0

How to get visible row count of DataGridView after BindingSource.Filter?