Click here to Skip to main content
15,921,179 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Async updates to DB without BackgroundWorker Pin
N a v a n e e t h10-Nov-09 14:41
N a v a n e e t h10-Nov-09 14:41 
student_rhr wrote:
I agree with you that BackgroundWorker is a bad idea that's why I was wondering if there might be a better way to accomplish this.


See the point 1 in my first reply.

student_rhr wrote:
Also, what are your thoughts about Async Delegates? Have you seen any adverse effects of using them in ASP.NET?


Asynchronous pattern will make your code unnecessarily complicated. So I'd stay away from it unless there is a strong need for using it. As I said, work with Thread or ThreadPool directly.

Best wishes,
Navaneeth

Questionhow to connect to the pop3 server from web page Pin
amalatsliit9-Nov-09 11:45
amalatsliit9-Nov-09 11:45 
AnswerRe: how to connect to the pop3 server from web page Pin
Christian Graus9-Nov-09 11:51
protectorChristian Graus9-Nov-09 11:51 
GeneralRe: how to connect to the pop3 server from web page Pin
amalatsliit9-Nov-09 12:18
amalatsliit9-Nov-09 12:18 
GeneralRe: how to connect to the pop3 server from web page Pin
Christian Graus9-Nov-09 14:49
protectorChristian Graus9-Nov-09 14:49 
AnswerRe: how to connect to the pop3 server from web page Pin
Kannan Ar9-Nov-09 15:27
professionalKannan Ar9-Nov-09 15:27 
QuestionShow/hide menu Pin
aspneter9-Nov-09 9:38
aspneter9-Nov-09 9:38 
AnswerRe: Show/hide menu Pin
Abhishek Sur9-Nov-09 10:26
professionalAbhishek Sur9-Nov-09 10:26 
QuestionCan I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:22
fiaolle9-Nov-09 8:22 
AnswerRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:26
fiaolle9-Nov-09 8:26 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 8:42
professionalAbhishek Sur9-Nov-09 8:42 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 9:00
fiaolle9-Nov-09 9:00 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 10:23
professionalAbhishek Sur9-Nov-09 10:23 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 10:59
fiaolle9-Nov-09 10:59 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 21:27
professionalAbhishek Sur9-Nov-09 21:27 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 21:45
fiaolle9-Nov-09 21:45 
Questionchat application Pin
anishkannan9-Nov-09 6:36
anishkannan9-Nov-09 6:36 
AnswerRe: chat application Pin
Abhishek Sur9-Nov-09 7:14
professionalAbhishek Sur9-Nov-09 7:14 
GeneralRe: chat application Pin
N a v a n e e t h9-Nov-09 15:53
N a v a n e e t h9-Nov-09 15:53 
GeneralRe: chat application Pin
Abhishek Sur9-Nov-09 21:17
professionalAbhishek Sur9-Nov-09 21:17 
AnswerRe: chat application Pin
The Man from U.N.C.L.E.9-Nov-09 7:14
The Man from U.N.C.L.E.9-Nov-09 7:14 
QuestionASP.NET AJAX Postback Not Updating DOM? Pin
Shawn Souto9-Nov-09 5:55
Shawn Souto9-Nov-09 5:55 
GeneralCould this be a "typo"`? Pin
student_rhr9-Nov-09 12:49
student_rhr9-Nov-09 12:49 
GeneralRe: Could this be a "typo"`? [modified] Pin
Shawn Souto9-Nov-09 13:38
Shawn Souto9-Nov-09 13:38 
GeneralRe: Could this be a "typo"`? Pin
student_rhr10-Nov-09 5:37
student_rhr10-Nov-09 5:37 

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.