Click here to Skip to main content
15,918,267 members
Home / Discussions / C#
   

C#

 
QuestionInformation Pin
Icarus12312-Jun-07 3:11
Icarus12312-Jun-07 3:11 
Questionproblem with Extending DataGridView With GDI+. Pin
hdv21212-Jun-07 2:49
hdv21212-Jun-07 2:49 
QuestionAdding controls to FlowLayoutPanel Pin
zaboboa12-Jun-07 2:48
zaboboa12-Jun-07 2:48 
AnswerRe: Adding controls to FlowLayoutPanel Pin
Scott Dorman13-Jun-07 4:26
professionalScott Dorman13-Jun-07 4:26 
QuestionException of type java.lang.ExceptionInInitializerError was thrown Pin
Nafiseh Salmani12-Jun-07 2:41
Nafiseh Salmani12-Jun-07 2:41 
Questionhow to use shortcut keys in a Windows Form Pin
Rocky#12-Jun-07 2:38
Rocky#12-Jun-07 2:38 
AnswerRe: how to use shortcut keys in a Windows Form Pin
Luc Pattyn12-Jun-07 2:51
sitebuilderLuc Pattyn12-Jun-07 2:51 
QuestionSystem.Configuration or Enterprise Library Config 3.0 for C# 2.0 [modified] Pin
shubhabratam12-Jun-07 2:33
shubhabratam12-Jun-07 2:33 
I would like to serialize a Data Class to an XML File. I know this was possible with Enterprise Library 2006 Jan version using 2 or 3 lines of Code. Any info if this is possible in System.Configuration of .NET 2.0 or Enterprise Library 3.0 version?

Example class:
Public partial class Employee
{
public int ID;
public string Name;
public Address empAddress;
}

public partial class Address
{
public string firstLine;
public string secondLine;
}

I would like to serialize the Employee Class to a Config file. (let's say EmpData.config)

Appreciate a quick response on this.


-- modified at 8:42 Tuesday 12th June, 2007
AnswerRe: System.Configuration or Enterprise Library Config 3.0 for C# 2.0 Pin
Not Active12-Jun-07 3:54
mentorNot Active12-Jun-07 3:54 
QuestionRe: System.Configuration or Enterprise Library Config 3.0 for C# 2.0 Pin
shubhabratam12-Jun-07 6:04
shubhabratam12-Jun-07 6:04 
AnswerRe: System.Configuration or Enterprise Library Config 3.0 for C# 2.0 Pin
Not Active12-Jun-07 6:28
mentorNot Active12-Jun-07 6:28 
GeneralRe: System.Configuration or Enterprise Library Config 3.0 for C# 2.0 Pin
shubhabratam12-Jun-07 6:45
shubhabratam12-Jun-07 6:45 
QuestionRemoving $ from string Pin
digsy_12-Jun-07 2:27
digsy_12-Jun-07 2:27 
AnswerRe: Removing $ from string Pin
DavidNohejl12-Jun-07 2:31
DavidNohejl12-Jun-07 2:31 
AnswerRe: Removing $ from string Pin
Thomas Stockwell12-Jun-07 3:03
professionalThomas Stockwell12-Jun-07 3:03 
GeneralRe: Removing $ from string Pin
Not Active12-Jun-07 3:47
mentorNot Active12-Jun-07 3:47 
GeneralRe: Removing $ from string Pin
Thomas Stockwell12-Jun-07 4:06
professionalThomas Stockwell12-Jun-07 4:06 
GeneralRe: Removing $ from string Pin
ScottM112-Jun-07 3:48
ScottM112-Jun-07 3:48 
AnswerRe: Removing $ from string Pin
Giorgi Dalakishvili12-Jun-07 6:34
mentorGiorgi Dalakishvili12-Jun-07 6:34 
AnswerRe: Removing $ from string Pin
Scott Dorman13-Jun-07 4:32
professionalScott Dorman13-Jun-07 4:32 
Questioninstaller.log Pin
sarada_prasad12-Jun-07 2:27
sarada_prasad12-Jun-07 2:27 
QuestionKeeping a panel proportional Pin
sinosoidal12-Jun-07 2:04
sinosoidal12-Jun-07 2:04 
Questiontxt1_textchange() Pin
Laxmi R12-Jun-07 1:50
Laxmi R12-Jun-07 1:50 
AnswerRe: txt1_textchange() Pin
Christian Graus12-Jun-07 2:01
protectorChristian Graus12-Jun-07 2:01 
AnswerRe: txt1_textchange() Pin
Sylvester george12-Jun-07 2:08
Sylvester george12-Jun-07 2:08 

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.