List of interview questions posted by Akiii- Page 1


204 records found.
 


Category Interview Questions Title
C# Global.asax file can be downloaded via the Url like : www.samplewebsite.com/Global.asax True or False 06-Mar-2014 6426
ASP.NET Global.asax file is mandatory in an application. True or False 06-Mar-2014 8097
C# Can multiple catch blocks that correspond to a single try block executed ? try { ///some error code } catch(Exception1 ex) { ///some code } catch(Exception2 ex) { ///some code } catch(Exception3 ex) { ///some code } catch(Exception4 ex) { ///some code } 03-Mar-2014 5703
ASP.NET How can you get the extension from a File upload control ? 03-Mar-2014 2756
.NET Framework GC.SuppressFinalize Method means "Do not call the Garbage Collector at runtime for the specified object ? True or False 02-Mar-2014 11457
C# Attributes can be applied to ? 02-Mar-2014 9280
ASP.NET Controls and View State are not fully loaded in the Page_Load event. True or False ? 11-Nov-2012 6367
ASP.NET Page_Init event occurs only when the first time the page is started. True or False ? 11-Nov-2012 5128
JavaScript What is a JavaScript Escape Characters ? 30-Oct-2012 4117
JavaScript Give an example of JavaScript Print ? 30-Oct-2012 3770
LINQ Write a query to get the single employee name when there are many employees whose name is "test" in the database ? 30-Oct-2012 7450
LINQ Write a query to get the list of all employees whose name is "test" ? 30-Oct-2012 3974
ASP.NET What is mean by Model First development in Entity Framework ? 30-Oct-2012 3325
ASP.NET What is a Scalar and Navigation property in Entity framework ? 30-Oct-2012 32579
ASP.NET What do you mean by Code First Approach in Entity Framework ? 30-Oct-2012 4268
ASP.NET Briefly describe the ObjectContext class ? 29-Oct-2012 3767
ASP.NET What are the 3 things that are contained in EDM (Entity Data Model) ? 29-Oct-2012 4248
ASP.NET What is the main role of Entity Client Data Provider ? 29-Oct-2012 3839
ASP.NET State a simple difference between a Skin and a Theme ? 21-Oct-2012 4342
WCF State 3 Duplex contract problems in WCF ? 14-Oct-2012 4462

Navigate to page: 1  2 3 4 5 6 7 8 ... 11