Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

Loading different assemblies at compile-time based on Build Target

reflection c#-3.0

How CLR handles extern method calls in C#

c# c#-3.0

Why SynchronizedCollection<T> does not lock on IEnumerable.GetEnumerator()

c#-3.0

How to estimate end time of method in WinForms to properly inform user about predicted time of finish?

c# .net winforms datetime c#-3.0

Time required for a process to complete

Why is the compiler not complaining about an additional ',' in Array or Object Initializers?

c# c#-3.0 c#-4.0

How to call a method with an enumerated (enum) argument through reflection?

c# reflection .net-3.5 c#-3.0

Joining/merging arrays in C#

c# .net linq arrays c#-3.0

C# Split byte[] array

c# arrays c#-3.0 split bytearray

Twitter: verifying username and password in C#

c# api c#-4.0 twitter c#-3.0

PDF Text search C# [closed]

c# pdf c#-3.0 full-text-search

DataGridview cells of one column can't have different type

What's the advantage of Monitor.Enter(object, ref bool) over Monitor.Enter(object)?

c# c#-4.0 concurrency c#-3.0

How to efficiently convert DataSet.Tables to List<DataTable>?

list datatable dataset c#-3.0

How to change enum definition without impacting clients using it in C#

c# c#-3.0

Find the highest number in a set to be rounded down, and round it up instead

Extension Method for a Collection of Derived Types with Base Type in Method Signature

c# .net oop inheritance c#-3.0

No "Unassigned Local Variable" error?

c# .net c#-3.0

Are there significant performance gains inherent in using .NET's built in classes?

how to do masking/hiding email address in c#

c# c#-4.0 c#-3.0 c#-2.0