Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Guidance for writing a wrapper for a REST API

.net rest language-agnostic

Memory leak on unawaited tasks which throw exception?

What is the fastest method of retrieving TFS team projects using the TFS SDK API?

.net testing tfs tfs-sdk

How do I use Oracle from .NET?

c# .net oracle-database

How do I setup On-Premises Authority Authentication in MVC 5?

guarantee that up-to-date value of variable is always visible to several threads on multi-processor system

c# .net multithreading

SqlBulkCopy and DataTables with Parent/Child Relation on Identity Column

c# .net sql-server sqlbulkcopy

Is there a race condition in this common pattern used to prevent NullReferenceException?

Is there a SortedList<T> class in .NET? (not SortedList<K,V>)

c# .net sorting collections

UnhandledException handler in a .Net Windows Service

HttpWebRequest.GetResponse() hangs the second time it is called

c# .net httpwebrequest

Why did the aspnet_client folder come back in ASP.NET 4?

.net asp.net asp.net-mvc

.NET API for HID (USB)? [closed]

c# .net usb hid

What are some good resources on using Lucene.Net? [closed]

.net lucene lucene.net

Thread and ThreadStart

c# .net multithreading

How to add User control in the toolbox for C#.net for winforms by importing the dll to the reference?

c# .net winforms

Is it possible to do .NET binary serialization of an object when you don't have the source code of the class?

What is the difference in WCF when using KnownType and ServiceKnownType?

.net wcf known-types

Does any one know of a faster method to do String.Split()?

c# .net performance string csv

Parallel Sort Algorithm