Latest Answer: garbage collector has 3 generations 0,1,2 the highest generation is 2. In .net the garbage collector is normally invocked implicitly but you can force the GC explicitly also.when first generations is fill i.e 0 GEN & your application wants to store ...
Latest Answer: The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory ...
Latest Answer: using Exception Management application blockorPage_errorApplication_error objects ...
Latest Answer: yes it is possible because we were having the Server.Transfer() where it will transefer the request to other page. ...
Latest Answer: try{Connection.Open()}catch{...}finally{ Connection.Close()}The finally block will ALWAYS execute regardless of exception. ...
My interviewer asked me i want maintain same header and footer in number of pages what is the way to do minimum level of code i use? i said user control he again asked what areall the other ways?
Latest Answer: Hi, Difgram is used to differentiate the change of curent data with original data. ...
What is use of DataAdapater? and is it possible to add data from data reader directly to a dataset or a datatable?
Latest Answer: Response.Redirect("http://www.geekinterview.com")This will redirect to the website ,that is other than the application directory:Server.Transfer("http://www.geekinterview.com")Invalid path for child request 'http://www.geekinterview.com'. A virtual path ...
How to retrieve the address from the web sites and upload to the SQL-Server.How to write coding in ASP.Net?
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top