Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

What's the point in having AppSettingsReader ask for the value's type and return a no-specific-type object?

c# .net appsettings

Json / c# serialisation problems

c# json

Create dynamic proxy that implements multiple interfaces simultaneously

XSD Schema to COM interfaces

c# c++ xsd com vb6

How to return a list in C# using P/Invoke?

c# c++ pinvoke

What does it mean when a C# function parameter contains `= null`?

c# .net optional-parameters

What does .Net do when you declare an object without an instance?

Get Values from Process StandardOutput

c# wpf .net-4.0

Extension methods for MailMessage Bcc AddRange

Displaying selected items of listbox into a message box

c# .net listbox messagebox

PostMessage does not seem to be working

How can I call ToLower() on each string in a collection using LINQ?

c# linq

Printing nice looking object graphs in the Visual Studio Debugger

XNA vs SlimDX for offscreen renderer

c# .net 3d xna slimdx

If I add a public method to a C# class, do I need to recompile other assemblies using that type?

WCF client hangs on response

c# wcf soap windows-7

Strip the last line from a text file

c# text stream

Automatic addition of `using` in CodeRush