Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Would it be okay to instantiate X509Certificate2 object in one thread and then use it in multiple threads for WCF calls?

c# .net x509certificate2

Is there any risk in upgrading from VS2010 to VS2012 in the middle of project development?

Performance of sprintf vs String.Format [duplicate]

.net string performance f#

Using Microsoft.WindowsAzure.StorageClient.TableServicesContext and detecting concurrency update conflicts

What does this notation involving angle brackets mean? [duplicate]

Generating Database Schema Script from NHibernate

How to get the DataType and Size of a column using the SqlDataReader?

Monitor, lock or volatile?

c# .net multithreading

EdmAssociationConstraint: : The number of properties in the Dependent and Principal Roles in a relationship constraint

Converting a LINQ query into a Dictionary<string, string[]>

c# .net string linq dictionary

Why am I getting a Bad Data exception only 5% of the time?

C# .Net receiving UDp packets in separater thread and application exit

c# .net multithreading udp

Porting WinForms drag and drop to WPF drag and drop

c# .net wpf winforms

ToolStrip covering controls

Vertical space in command links in TaskDialog since v1.1

c# .net taskdialog

how to use my public IP with HttpListener

c# .net httplistener

Why is New() firing twice on my inherited controls? (winforms)

Load users by birthday

c# .net

Why does the order of alternatives matter in regex?

c# .net regex

Recursive Hierarchical Parent child

c# .net algorithm linq