What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages?
Answer Posted / nitin
Case (..) When (condotion) then (statement) else
(statement) end
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Elaborate differentiation between ViewState and SessionState?
What is session and application variable in asp net?
What’s difference between “optimistic” and “pessimistic” locking?
Differentiate between file-based dependency and key-based dependency.
Explain the difference between asp & asp.net.
Give me one example of Web API Routing?
Is web config mandatory?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is the difference between dynamic SGA and static SGA?
How do you open a page in a new window?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How to register exception filter globally?
What is the difference between trace and debug in asp.net?
Explain the purpose of storyboard.targetproperty.
Can we have multiple web config files for an asp.net application?