Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Sending String Directly to printer [duplicate]

Thread-safe asynchronous code in C#

Is this a standard DateTime format?

c# datetime .net-3.5

Facebook SDK C# - get friends list

Find a file in the parent folders with msbuild

.net-3.5 msbuild

Generics & Inheritance: What am I doing wrong here?

How many specified chars are in a string?

c# .net-3.5 string

DataContractSerializer: Handling objects whose type you don't know and don't have access to

Do I really need to write this "SerializationHelper"?

c# .net-3.5 serialization

How dynamic can I make my LINQ To SQL Statements?

Changing where a resource is pulled during runtime?

How to latebind COM event without interface

MSBuild fails where VS2010/2013 succeeded - Mixed 3.5 and 4.0 - Why?

Convert BitmapImage to grayscale, and keep alpha channel

c# .net wpf .net-3.5

Why are DispatcherObject.CheckAccess() and VerifyAccess() hidden from Intellisense?

.net-3.5 intellisense

Is returning an IEnumerable<> thread-safe?

c# .net-3.5 thread-safety