Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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 is var different than other keywords? [duplicate]

c# c#-3.0

How do I alter the contents of IDictionary using LINQ (C# 3.0)

c# .net linq c#-3.0 idictionary

How can I encrypt a cookie content in a simple way in C# 3.0?

encryption c#-3.0 cookies

Array.IsReadOnly inconsistent depending on interface implementation

.net c#-3.0 .net-3.5