Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to solve delay in display of replaced text on a web page? How to reduce CPU usage which is caused due to 'foreach loop'? Pin
S. Senthil Kumar29-Jan-09 21:50
S. Senthil Kumar29-Jan-09 21:50 
GeneralRe: How to solve delay in display of replaced text on a web page? How to reduce CPU usage which is caused due to 'foreach loop'? Pin
Bharat Jain29-Jan-09 22:43
Bharat Jain29-Jan-09 22:43 
GeneralRe: How to solve delay in display of replaced text on a web page? How to reduce CPU usage which is caused due to 'foreach loop'? Pin
svt gdwl30-Jan-09 3:22
svt gdwl30-Jan-09 3:22 
QuestionException throwing - Advice required Pin
Imtiaz Murtaza29-Jan-09 18:35
Imtiaz Murtaza29-Jan-09 18:35 
AnswerRe: Exception throwing - Advice required Pin
Karmendra Suthar29-Jan-09 19:09
Karmendra Suthar29-Jan-09 19:09 
GeneralRe: Exception throwing - Advice required Pin
N a v a n e e t h29-Jan-09 19:26
N a v a n e e t h29-Jan-09 19:26 
AnswerRe: Exception throwing - Advice required Pin
Vikram A Punathambekar29-Jan-09 19:13
Vikram A Punathambekar29-Jan-09 19:13 
AnswerRe: Exception throwing - Advice required Pin
Bharat Jain29-Jan-09 19:22
Bharat Jain29-Jan-09 19:22 
Hi Imtiaz,
My suggestion would be , you can group up the types of exception in our applicaion and create a custom exception class for each group , for Example all the exception related to color can be grouped into an exception class called 'InValidColorChoiceExpection' than it does not matter if it is a sky color or any other exception related to color , you may not create a individual exception class for each exception, the point here to to properly Categorize the exceptions , in some case you may use the inbuilt .net Exception classes , for example if there is invalid Operation performed , you may not require to Create something like 'CustomInValidOpreation' , there is already an exception for it.
So in short, group you exception , try to fit it in a group that already exist , if not then only go for a new custom exception class.
I hope i am understandable Smile | :)

-Regards
Bharat Jain
bharat.jain.nagpur@gmail.com

AnswerRe: Exception throwing - Advice required Pin
Najmal29-Jan-09 22:16
Najmal29-Jan-09 22:16 
Questionjoin transaction Pin
devvvy29-Jan-09 14:39
devvvy29-Jan-09 14:39 
AnswerRe: join transaction Pin
N a v a n e e t h29-Jan-09 14:55
N a v a n e e t h29-Jan-09 14:55 
GeneralRe: join transaction Pin
devvvy29-Jan-09 15:00
devvvy29-Jan-09 15:00 
GeneralRe: join transaction Pin
N a v a n e e t h29-Jan-09 15:03
N a v a n e e t h29-Jan-09 15:03 
Questionhow much is java difficult?? Pin
Ali_10029-Jan-09 11:01
Ali_10029-Jan-09 11:01 
AnswerRe: how much is java difficult?? Pin
faehne29-Jan-09 11:08
faehne29-Jan-09 11:08 
AnswerRe: how much is java difficult?? Pin
PIEBALDconsult29-Jan-09 12:00
mvePIEBALDconsult29-Jan-09 12:00 
AnswerRe: how much is java difficult?? Pin
N a v a n e e t h29-Jan-09 14:38
N a v a n e e t h29-Jan-09 14:38 
GeneralRe: how much is java difficult?? Pin
PIEBALDconsult29-Jan-09 16:13
mvePIEBALDconsult29-Jan-09 16:13 
QuestionRe: how much is java difficult?? Pin
CPallini29-Jan-09 22:12
mveCPallini29-Jan-09 22:12 
AnswerRe: how much is java difficult?? Pin
Karmendra Suthar29-Jan-09 18:39
Karmendra Suthar29-Jan-09 18:39 
QuestionTrace output to command window. Pin
Member 232448329-Jan-09 10:22
Member 232448329-Jan-09 10:22 
AnswerRe: Trace output to command window. Pin
Wendelius29-Jan-09 10:28
mentorWendelius29-Jan-09 10:28 
GeneralRe: Trace output to command window. Pin
Member 232448329-Jan-09 10:33
Member 232448329-Jan-09 10:33 
GeneralRe: Trace output to command window. Pin
Wendelius29-Jan-09 10:39
mentorWendelius29-Jan-09 10:39 
GeneralRe: Trace output to command window. Pin
Member 232448329-Jan-09 12:01
Member 232448329-Jan-09 12:01 

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.