Click here to Skip to main content
15,898,939 members
Home / Discussions / C#
   

C#

 
QuestionConvert this VB code to C# Pin
grewin17-Jun-08 17:02
grewin17-Jun-08 17:02 
AnswerRe: Convert this VB code to C# Pin
Christian Graus17-Jun-08 17:31
protectorChristian Graus17-Jun-08 17:31 
AnswerRe: Convert this VB code to C# Pin
Travis D. Mathison17-Jun-08 22:18
Travis D. Mathison17-Jun-08 22:18 
AnswerRe: Convert this VB code to C# Pin
Dave Doknjas18-Jun-08 13:11
Dave Doknjas18-Jun-08 13:11 
QuestionSerializable Pin
George_George17-Jun-08 16:32
George_George17-Jun-08 16:32 
AnswerRe: Serializable Pin
Christian Graus17-Jun-08 17:33
protectorChristian Graus17-Jun-08 17:33 
GeneralRe: Serializable Pin
George_George17-Jun-08 18:27
George_George17-Jun-08 18:27 
AnswerRe: Serializable Pin
N a v a n e e t h17-Jun-08 20:16
N a v a n e e t h17-Jun-08 20:16 
George_George wrote:
What are the differences between [Serializable] and [Serializable()]?


They are same. By writing [Serializable] and [Serializable()], you are calling Serializable attribute classes parameterless constructor. If Serializable attribute class don't had a parameterless constructor, you won't be able to write [Serializable], you should write [Serializable(parameters)] instead.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Serializable Pin
George_George17-Jun-08 20:56
George_George17-Jun-08 20:56 
AnswerRe: Serializable Pin
Ashfield17-Jun-08 21:16
Ashfield17-Jun-08 21:16 
GeneralRe: Serializable Pin
Pete O'Hanlon17-Jun-08 22:48
mvePete O'Hanlon17-Jun-08 22:48 
Questionstrange behaviour of console application Pin
stephan_00717-Jun-08 11:30
stephan_00717-Jun-08 11:30 
AnswerRe: strange behaviour of console application Pin
PIEBALDconsult17-Jun-08 13:15
mvePIEBALDconsult17-Jun-08 13:15 
QuestionProblem populating multiple Combo-boxes...........!!! Pin
Verghese17-Jun-08 10:38
Verghese17-Jun-08 10:38 
GeneralRe: Problem populating multiple Combo-boxes...........!!! Pin
User 665817-Jun-08 10:51
User 665817-Jun-08 10:51 
QuestionList of compiler warning levels with associated warnings Pin
Member 391904917-Jun-08 10:03
Member 391904917-Jun-08 10:03 
AnswerRe: List of compiler warning levels with associated warnings Pin
martin_hughes17-Jun-08 10:38
martin_hughes17-Jun-08 10:38 
GeneralRe: List of compiler warning levels with associated warnings Pin
Member 391904917-Jun-08 11:11
Member 391904917-Jun-08 11:11 
QuestionSelect multiple rows from datagrid and want to drop it into tree Pin
sam1287417-Jun-08 9:54
sam1287417-Jun-08 9:54 
QuestionPrinting a MonthCalendar Pin
Elvis_Pretzelator17-Jun-08 9:34
Elvis_Pretzelator17-Jun-08 9:34 
AnswerRe: Printing a MonthCalendar Pin
Thomas Stockwell18-Jun-08 16:05
professionalThomas Stockwell18-Jun-08 16:05 
GeneralRe: Printing a MonthCalendar Pin
Elvis_Pretzelator19-Jun-08 5:37
Elvis_Pretzelator19-Jun-08 5:37 
QuestionVC++ runtime version check Pin
ben217-Jun-08 9:29
ben217-Jun-08 9:29 
AnswerRe: VC++ runtime version check Pin
Judah Gabriel Himango17-Jun-08 10:01
sponsorJudah Gabriel Himango17-Jun-08 10:01 
QuestionHow to control VS2008 compiler warnings? Pin
Member 391904917-Jun-08 8:25
Member 391904917-Jun-08 8:25 

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.