What is the main difference between MVP and MVC ?

Monday, July 27, 2009

In MVP the view is completely controlled by the Presenter, whereas in MVC, the controller and the model can update the view.


www.codecollege.NET

Name some of the popular Web Presentation Patterns?

1. MVC (Mode View Controller)
2. Page Controller Pattern
3. Front Controller Pattern


www.codecollege.NET

What's New in .NET 3.0 ?


The .NET Framework 3.0 has the following new Technologies in it:

•Windows Communication Foundation

•Windows Presentation Foundation

•Windows Workflow Foundation

•Windows CardSpace




www.codecollege.NET

What is .NET Remoting ?


MS .NET Remoting provides a framework through which objects in different application domains can interact with each other.



www.codecollege.NET

What are the key features of .NET 3.5?


LINQ and AJAX are the key features of .NET 3.5.



www.codecollege.NET

How can you reference current thread of the method ?



You can do that by calling the method,
Thread.CurrentThread();


www.codecollege.NET

What is CodeDom?



CodeDom (Code Document Object Model) is used to create programs which generates code from design.
Uses:
1. Templated code Generation:
Code generation for ASP.NET, XML Webservices proxies,etc
2. Dynamic Compilation:
Supporting code generation in 1 or more languages.



www.codecollege.NET

What is Native Image Generator (Ngen.exe)?



Native Image Generator (Ngen.exe) is a tool which generates machine specific code and loads them in the native cache of local computer.



www.codecollege.NET
Blog Widget by LinkWithin