Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# compiler bug? Object initializer syntax used for write-only property in Expression makes csc crash

DDD (Domain Driven Design), how to handle entity state changes, and encapsulate business rules that requires large amount of data to be processed

c# domain-driven-design

How do I use Oracle from .NET?

c# .net oracle-database

C# Command-Line Parsing of Quoted Paths and Avoiding Escape Characters

c# command-line escaping

C#: Does Visual Studio 2008 have a tool to show which Exceptions could be raised by a piece of code?

c# visual-studio exception

MVC C# - Simplest Possible Implementation

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

c# .net multithreading

Improve efficiency and fairness when combining temporally close events

c# concurrency

Dynamically deserializing to a property in RestSharp

c# restsharp

SqlBulkCopy and DataTables with Parent/Child Relation on Identity Column

c# .net sql-server sqlbulkcopy

Event, delegate or interface? [closed]

c#

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

Difference between a Pure Abstract class and an Interface [closed]

c# java oop

What is the best way to create a wizard in C# 2.0?

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

c# .net httpwebrequest

DataSet or Entity Data Model

c# sql

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

c# .net usb hid

Thread and ThreadStart

c# .net multithreading

Generate HTML / Help files from VS 2010 C# XML documentation