Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reading standardoutput to a file Pin
Dan Mos4-May-10 17:15
Dan Mos4-May-10 17:15 
GeneralRe: Reading standardoutput to a file Pin
svanwass5-May-10 6:46
svanwass5-May-10 6:46 
QuestionASP.Net MVC2 for VS 2010 Pin
Darrall4-May-10 9:27
Darrall4-May-10 9:27 
AnswerRe: ASP.Net MVC2 for VS 2010 Pin
hammerstein054-May-10 11:32
hammerstein054-May-10 11:32 
GeneralRe: ASP.Net MVC2 for VS 2010 Pin
Darrall4-May-10 13:00
Darrall4-May-10 13:00 
AnswerRe: ASP.Net MVC2 for VS 2010 Pin
justinonday19-Oct-10 23:06
justinonday19-Oct-10 23:06 
QuestionNeed help in updating an Image datatype in SQL Server Pin
mike_electron4-May-10 8:02
mike_electron4-May-10 8:02 
AnswerRe: Need help in updating an Image datatype in SQL Server Pin
T M Gray4-May-10 8:14
T M Gray4-May-10 8:14 
QuestionC# Write a embedded resource in a folder (Visual Studio) Pin
DJ-Boris4-May-10 7:59
DJ-Boris4-May-10 7:59 
AnswerRe: C# Write a embedded resource in a folder (Visual Studio) Pin
Eddy Vluggen4-May-10 8:25
professionalEddy Vluggen4-May-10 8:25 
GeneralRe: C# Write a embedded resource in a folder (Visual Studio) Pin
DJ-Boris5-May-10 1:33
DJ-Boris5-May-10 1:33 
QuestionRomote database .mdf string connection Pin
Tunisien864-May-10 6:35
Tunisien864-May-10 6:35 
AnswerRe: Romote database .mdf string connection Pin
ragnaroknrol4-May-10 8:01
ragnaroknrol4-May-10 8:01 
QuestionChanging the cursor mode Pin
v17.poornima4-May-10 6:13
v17.poornima4-May-10 6:13 
AnswerRe: Changing the cursor mode Pin
Eddy Vluggen4-May-10 8:23
professionalEddy Vluggen4-May-10 8:23 
GeneralRe: Changing the cursor mode Pin
v17.poornima7-May-10 0:51
v17.poornima7-May-10 0:51 
GeneralRe: Changing the cursor mode Pin
Eddy Vluggen7-May-10 0:55
professionalEddy Vluggen7-May-10 0:55 
Question.NET 2.0 control is not shown up un VS 2010 toolbox Pin
Nadia Monalisa4-May-10 5:38
Nadia Monalisa4-May-10 5:38 
QuestionAudio CD Ripper Pin
anishkannan3-May-10 23:27
anishkannan3-May-10 23:27 
AnswerRe: Audio CD Ripper Pin
T M Gray4-May-10 8:23
T M Gray4-May-10 8:23 
Questiondictionary Pin
toto_20103-May-10 23:09
toto_20103-May-10 23:09 
AnswerRe: dictionary Pin
#realJSOP3-May-10 23:14
professional#realJSOP3-May-10 23:14 
GeneralRe: dictionary Pin
toto_20103-May-10 23:29
toto_20103-May-10 23:29 
GeneralRe: dictionary Pin
#realJSOP4-May-10 0:08
professional#realJSOP4-May-10 0:08 
GeneralRe: dictionary Pin
harold aptroot4-May-10 0:30
harold aptroot4-May-10 0:30 
TL;DR

If you're having trouble serializing a dictionary, that's because it isn't serializable. That, of course, does not prevent you from just writing out the data yourself, in your favourite way.
Or maybe your second favourite way, if the default serializer is your favourite. (it kinda sucks though, IMO)

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.