Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to refresh the Datagrid(WPF DataGrid) for every 5 minutes in WPF Browser application Pin
reach2narahari@gmail.com28-Jan-09 22:13
reach2narahari@gmail.com28-Jan-09 22:13 
Question[newbie] Retrieving values Pin
jon-8028-Jan-09 22:05
professionaljon-8028-Jan-09 22:05 
AnswerRe: [newbie] Retrieving values Pin
SeMartens28-Jan-09 22:09
SeMartens28-Jan-09 22:09 
GeneralRe: [newbie] Retrieving values Pin
jon-8028-Jan-09 22:38
professionaljon-8028-Jan-09 22:38 
GeneralRe: [newbie] Retrieving values Pin
SeMartens28-Jan-09 23:05
SeMartens28-Jan-09 23:05 
GeneralRe: [newbie] Retrieving values Pin
jon-8028-Jan-09 23:59
professionaljon-8028-Jan-09 23:59 
QuestionTooltip Possitioning problems Pin
Docarctiss28-Jan-09 21:54
Docarctiss28-Jan-09 21:54 
QuestionProblem with pdf convertor Pin
sarang_k28-Jan-09 21:33
sarang_k28-Jan-09 21:33 
QuestionLoading Audio Pin
Karthick_gc28-Jan-09 21:16
Karthick_gc28-Jan-09 21:16 
AnswerRe: Loading Audio Pin
SeMartens28-Jan-09 22:11
SeMartens28-Jan-09 22:11 
GeneralRe: Loading Audio Pin
Karthick_gc29-Jan-09 19:57
Karthick_gc29-Jan-09 19:57 
QuestionJava Script Pin
madancode28-Jan-09 20:35
madancode28-Jan-09 20:35 
AnswerRe: Java Script Pin
Spunky Coder28-Jan-09 21:01
Spunky Coder28-Jan-09 21:01 
AnswerRe: Java Script Pin
Tad McClellan29-Jan-09 17:25
professionalTad McClellan29-Jan-09 17:25 
QuestionDrag and Drop controls(toolbox effect ) in run time Pin
Member 452365628-Jan-09 20:02
Member 452365628-Jan-09 20:02 
AnswerRe: Drag and Drop controls(toolbox effect ) in run time Pin
Ashutosh Phoujdar28-Jan-09 20:14
Ashutosh Phoujdar28-Jan-09 20:14 
QuestionObject reference not set to an instance of an object. in a setup Project in ASP.NET Pin
Vimalsoft(Pty) Ltd28-Jan-09 19:53
professionalVimalsoft(Pty) Ltd28-Jan-09 19:53 
AnswerRe: Object reference not set to an instance of an object. in a setup Project in ASP.NET Pin
BalasubramanianK28-Jan-09 23:59
BalasubramanianK28-Jan-09 23:59 
GeneralRe: Object reference not set to an instance of an object. in a setup Project in ASP.NET Pin
Vimalsoft(Pty) Ltd29-Jan-09 0:06
professionalVimalsoft(Pty) Ltd29-Jan-09 0:06 
QuestionDAC and SingleTon pattern Pin
Satish3228-Jan-09 19:39
Satish3228-Jan-09 19:39 
AnswerRe: DAC and SingleTon pattern Pin
Ashutosh Phoujdar28-Jan-09 20:06
Ashutosh Phoujdar28-Jan-09 20:06 
GeneralRe: DAC and SingleTon pattern [modified] Pin
Satish3228-Jan-09 20:44
Satish3228-Jan-09 20:44 
GeneralRe: DAC and SingleTon pattern Pin
SeMartens28-Jan-09 21:24
SeMartens28-Jan-09 21:24 
GeneralRe: DAC and SingleTon pattern Pin
Satish3228-Jan-09 21:45
Satish3228-Jan-09 21:45 
GeneralRe: DAC and SingleTon pattern Pin
Ashutosh Phoujdar29-Jan-09 22:01
Ashutosh Phoujdar29-Jan-09 22:01 
satz32 wrote:
My concern is when DAC is singleton, single instance will be shared across all the session.


This depends if DAC is running in separate Application Domain and serving to multiple application instance via Web Service or any other interoperability methodology. Otherwise every application will have associated DAC running in same application domain, No matter how it is implemented.


satz32 wrote:
I am totally confused how it will share the single instance across all the session. If the single instance serve each user request sequentially one after other, application will become slow, or mybe i am thinking completely wrong way.



You can easily figure out if DAC is running in separate instance by inspecting application architecture.


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.