What is Model-View-View Model?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Which dll handles the request of .aspx page?

0 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


How to implement Authentication and Authorization?

0 Answers   QuestPond,


What is web.config. How many web.config files can be allowed to use in an application?

6 Answers   Accenture, HCL, InterGraph, iSoft,


My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,






which type of data u send through request.querystring()?and tell abt exact size?

1 Answers   CSC, Nay Company,


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Can we use a static function with a non-static variable?

0 Answers  


What is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


What is application in asp net?

0 Answers  


Define web services in asp.net.

0 Answers  


Elaborate differentiation between ViewState and SessionState?

0 Answers   QuestPond,


Categories