Click here to Skip to main content
15,890,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Internal connection fatal error Pin
Arindam Tewary7-Apr-10 4:15
professionalArindam Tewary7-Apr-10 4:15 
QuestionTransmit object through Web Service Pin
yu-jian6-Apr-10 21:49
yu-jian6-Apr-10 21:49 
AnswerRe: Transmit object through Web Service Pin
Brij6-Apr-10 23:08
mentorBrij6-Apr-10 23:08 
GeneralRe: Transmit object through Web Service Pin
yu-jian7-Apr-10 4:04
yu-jian7-Apr-10 4:04 
QuestionIs it a best practice to keep classes in different files all the time ? Pin
Nadia Monalisa6-Apr-10 20:45
Nadia Monalisa6-Apr-10 20:45 
AnswerRe: Is it a best practice to keep classes in different files all the time ? Pin
JHizzle6-Apr-10 22:38
JHizzle6-Apr-10 22:38 
GeneralRe: Is it a best practice to keep classes in different files all the time ? Pin
Nadia Monalisa6-Apr-10 22:44
Nadia Monalisa6-Apr-10 22:44 
AnswerRe: Is it a best practice to keep classes in different files all the time ? Pin
Arindam Tewary7-Apr-10 0:07
professionalArindam Tewary7-Apr-10 0:07 
I believe it is as 'your choice'. The reason being

1. in C# microsoft introduced the concept of partial class which allows you to span your class across multiple files.
2. in C# any class finally yeild a 'dll' which does not bother about how physically the class was written
3. There are multiple source control software available which allows multiple person to work paralelly. Lock and conflict is is at all discouraged and these are taken as normal mode of working and let the tool work to get the maximum benifit out of it. ( MS TFS allows to work multiple person simultanously ).

And from my experience I didn't see anyone at least in C# that it is a best practice to have classes in separate file. It could be project specific ( may be where you might be working they want for some reason or so) best practices, but not a general best practice.
Thanks,
Arindam D Tewary

QuestionNotifyIcon's Events do not work in windows service Pin
BK Komal6-Apr-10 20:18
BK Komal6-Apr-10 20:18 
GeneralRe: NotifyIcon's Events do not work in windows service Pin
Brij6-Apr-10 20:28
mentorBrij6-Apr-10 20:28 
QuestionAjax Tab Caontainer is not visible Pin
Masood Kochi,SSF6-Apr-10 20:10
Masood Kochi,SSF6-Apr-10 20:10 
QuestionPrinting MSChart in asp dot net Pin
Tufail Ahmad6-Apr-10 19:29
Tufail Ahmad6-Apr-10 19:29 
AnswerRe: Printing MSChart in asp dot net Pin
sashidhar6-Apr-10 20:43
sashidhar6-Apr-10 20:43 
QuestionPrint in Landscape format Pin
.NET- India 6-Apr-10 19:27
.NET- India 6-Apr-10 19:27 
AnswerRe: Print in Landscape format Pin
sashidhar6-Apr-10 20:49
sashidhar6-Apr-10 20:49 
Questionhow to retrieve image from database into a adrotator Pin
ships_agr6-Apr-10 18:25
ships_agr6-Apr-10 18:25 
AnswerRe: how to retrieve image from database into a adrotator Pin
sashidhar6-Apr-10 21:00
sashidhar6-Apr-10 21:00 
QuestionStoring and Restoring viestate of page Pin
Shrikant Kale6-Apr-10 6:02
Shrikant Kale6-Apr-10 6:02 
AnswerRe: Storing and Restoring viestate of page Pin
Not Active6-Apr-10 6:20
mentorNot Active6-Apr-10 6:20 
GeneralRe: Storing and Restoring viestate of page Pin
Shrikant Kale6-Apr-10 18:25
Shrikant Kale6-Apr-10 18:25 
GeneralRe: Storing and Restoring viestate of page Pin
Not Active7-Apr-10 1:57
mentorNot Active7-Apr-10 1:57 
GeneralRe: Storing and Restoring viestate of page Pin
Shrikant Kale8-Apr-10 19:26
Shrikant Kale8-Apr-10 19:26 
AnswerRe: Storing and Restoring viestate of page Pin
Arindam Tewary6-Apr-10 19:10
professionalArindam Tewary6-Apr-10 19:10 
QuestionReport with mulpitle Charts Pin
icanmakeiteasy6-Apr-10 5:14
icanmakeiteasy6-Apr-10 5:14 
AnswerRe: Report with mulpitle Charts Pin
T M Gray6-Apr-10 10:26
T M Gray6-Apr-10 10:26 

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.