The default stack size of IIS starting with Windows Server 2003 was changed. Prior to 2003, it was set to 1 MB but in 2003 and later, it is set to 25 ...
Latest Job Interview Questions » Programming Interview Questions
Can a Silverlight application create or change Office Documents via Open XML?
Posted by Job-Interview
It depends on the library. For example, you won't be able to use Open XML SDK from Silverlight - it is only available for the .Net Framework. However ...
How to use conditional operator in Razor to alterate CSS class on anchor element
Posted by Job-Interview
This questions tests your hands on experience with Razor View Engine - the new View Engine in ASP.NET MVC 3 framework.
The answer is to use parenthe ...
What would you do if senior management demanded delivery of software in an impossible deadline?
Posted by Job-Interview
This is a variation of an iron triangle question:
The Project Management Triangle (called also Triple Constraint) is a model of the constraints of pr ...
Full question:
Given a SQL table which has three columns: Name, Amount and Date the task is to write a SQL statement to aggregate rows in a such w ...
These ajax examples shown live are tailored to address one of the most formidable challenges in html object rendering, that is, the recursive display ...
Answer:
ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.
System.Web.Mvc namespace
Contains classes and interfaces that ...
Question:
Write recursive method that for a positive integer n prints odd numbers
Answer:
I usually use binary check to solve this type of questions ...
Saved Stories
Sponsored Categories