Posts Tagged ‘ virtual ’

C # interview questions

July 2, 2011
By

Asp. net error handling mechanism is: The catch-> > isn-finally structure,. Why not advocate catch (Exception) Boost..Catch in appear abnormal affect performance;Should capture the more specific unusually, ...

Read more »

FUN in S&T: Some Python Tips

January 17, 2011
By

Some Python Tips ========================= Print the list ~~~~~~~~~~~~~~~~~ - we should print list like this > > > print "%s" % 'n '.join(sys.path) Floating Division ~~~~~~~~~~~~~~~~~ > > > from __future__ import division ...

Read more »

MutantBunny Blog – Our Thoughts, or lack there of: ASP.Net Error …

June 7, 2010
By

Net Error Handling . Options. 1. Catch a page level - On page catch the Page_Error event. Inside of Page_Error call Server.GetLastError to retrieve error, call Server.ClearError to remove the error. 2. Catch application level errors in ...

Read more »