Why MVC programming model preferred?
Answer / swapna
1) User Interphase Design challenge
2) Provide navigation from view to view
3) provide required state to each view
| Is This Answer Correct ? | 1 Yes | 2 No |
What is loosely coupled solution in.net?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is new in .net core?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is MSIL code ?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
What is portable executable (PE)?
what is viewstate?
Explain webfarm vs webgardens in .net?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What are pdbs?