Click here to Skip to main content
15,888,113 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Framework version Migration Pin
Kevin McFarlane12-Jun-06 22:50
Kevin McFarlane12-Jun-06 22:50 
QuestionHow do I persist a C++ pointer? Pin
dragon5210-Jun-06 0:54
dragon5210-Jun-06 0:54 
AnswerRe: How do I persist a C++ pointer? Pin
Colin Angus Mackay10-Jun-06 2:31
Colin Angus Mackay10-Jun-06 2:31 
GeneralRe: How do I persist a C++ pointer? Pin
dragon5210-Jun-06 15:13
dragon5210-Jun-06 15:13 
AnswerRe: How do I persist a C++ pointer? Pin
Guffa10-Jun-06 22:13
Guffa10-Jun-06 22:13 
GeneralRe: How do I persist a C++ pointer? Pin
dragon5211-Jun-06 17:20
dragon5211-Jun-06 17:20 
AnswerRe: How do I persist a C++ pointer? Pin
Guffa11-Jun-06 21:34
Guffa11-Jun-06 21:34 
AnswerRe: How do I persist a C++ pointer? [modified] Pin
Brian P. Bailey10-Jul-06 17:56
Brian P. Bailey10-Jul-06 17:56 
To serialize, iterate over the linked list. Maintain a counter while you are iterating. Save each list item in the database along with the counter.

To deserialize, query the database for your list information, sorted by counter. Iterate over the list information, appending each record as a node to the end of your list.

-- modified at 23:57 Monday 10th July, 2006
QuestionWeb project in the .Net Framework Pin
AfriDiesel9-Jun-06 0:24
AfriDiesel9-Jun-06 0:24 
AnswerRe: Web project in the .Net Framework Pin
mr_123459-Jun-06 5:37
mr_123459-Jun-06 5:37 
GeneralRe: Web project in the .Net Framework Pin
AfriDiesel11-Jun-06 21:34
AfriDiesel11-Jun-06 21:34 
QuestionVS2005 Compatibility Pin
HakunaMatada8-Jun-06 22:51
HakunaMatada8-Jun-06 22:51 
AnswerRe: VS2005 Compatibility Pin
Vasudevan Deepak Kumar9-Jun-06 0:23
Vasudevan Deepak Kumar9-Jun-06 0:23 
AnswerRe: VS2005 Compatibility Pin
Jun Du9-Jun-06 8:33
Jun Du9-Jun-06 8:33 
GeneralRe: VS2005 Compatibility Pin
Dan Neely9-Jun-06 8:47
Dan Neely9-Jun-06 8:47 
Questionproblem Pin
Bis19828-Jun-06 22:32
Bis19828-Jun-06 22:32 
AnswerRe: problem Pin
Bis19828-Jun-06 23:38
Bis19828-Jun-06 23:38 
QuestionWhy Upgrade to .NET Pin
mr_123458-Jun-06 13:02
mr_123458-Jun-06 13:02 
AnswerRe: Why Upgrade to .NET Pin
Christian Graus8-Jun-06 14:05
protectorChristian Graus8-Jun-06 14:05 
GeneralRe: Why Upgrade to .NET Pin
mr_123458-Jun-06 16:30
mr_123458-Jun-06 16:30 
GeneralRe: Why Upgrade to .NET Pin
Christian Graus8-Jun-06 16:36
protectorChristian Graus8-Jun-06 16:36 
GeneralRe: Why Upgrade to .NET Pin
mr_123459-Jun-06 1:49
mr_123459-Jun-06 1:49 
GeneralRe: Why Upgrade to .NET [modified] Pin
Stephen Hewitt8-Jun-06 16:46
Stephen Hewitt8-Jun-06 16:46 
GeneralRe: Why Upgrade to .NET Pin
Christian Graus9-Jun-06 12:59
protectorChristian Graus9-Jun-06 12:59 
GeneralRe: Why Upgrade to .NET Pin
Stephen Hewitt9-Jun-06 18:07
Stephen Hewitt9-Jun-06 18:07 

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.