26.02.2015 Views

DOT NET Interview Questions - DotNetSpider

DOT NET Interview Questions - DotNetSpider

DOT NET Interview Questions - DotNetSpider

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

√<br />

ASP.<strong>NET</strong> supports full language (C# , VB.<strong>NET</strong>,C++) and not simple scripting<br />

like VBSCRIPT..<br />

Better controls than ASP<br />

√<br />

√<br />

ASP.<strong>NET</strong> covers large set’s of HTML controls..<br />

Better Display grid like Datagrid , Repeater and datalist.Many of the display<br />

grid have paging support.<br />

Controls have event supports<br />

√<br />

√<br />

Compiled Code<br />

All ASP.<strong>NET</strong> controls support events.<br />

Load, Click and Change events handled by code makes coding much simpler<br />

and much better organized.<br />

The first request for an ASP.<strong>NET</strong> page on the server will compile the ASP.<strong>NET</strong> code and<br />

keep a cached copy in memory. The result of this is greatly increased performance.<br />

Better Authentication Support<br />

ASP.<strong>NET</strong> supports forms-based user authentication, including cookie management and<br />

automatic redirecting of unauthorized logins. (You can still do your custom login page<br />

and custom user checking).<br />

User Accounts and Roles<br />

ASP.<strong>NET</strong> allows for user accounts and roles, to give each user (with a given role) access<br />

to different server code and executables.<br />

High Scalability<br />

√<br />

√<br />

Easy Configuration<br />

Much has been done with ASP.<strong>NET</strong> to provide greater scalability.<br />

Server to server communication has been greatly enhanced, making it possible<br />

to scale an application over several servers. One example of this is the ability<br />

to run XML parsers, XSL transformations and even resource hungry session<br />

objects on other servers.<br />

131

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!