6Mar/100
asp.net questions and answers
What are the various ways of securing a web site that could prevent from hacking etc .. ?
1) Authentication/Authorization
2) Encryption/Decryption
3) Maintaining web servers outside the corporate firewall. etc.,
Name the validation control available in asp.net?.
RequiredField, RangeValidator,RegularExpression,Custom validator,compare Validator
What is a PostBack?
The process in which a Web page sends data back to the same page on the server.
3Mar/100
What are the variuos Enterprise Application Blocks in .NET
Exception error Handling
Caching Application Block
Data Application Block
Logging Application Block
Security Application Block
Unity Application Block
Policy Injection Application Block
Validation Application Block