.Net Tutorials

ASP.NET Interview Questions and Answers SET – 2

Following are some basic Interview Questions and Answers set of ASP.NET. How can you display all validation messages in one control? We can display in one control using ValidationSummary control. How can you register a custom server control to a Web page? We can register a custom server control using @Register directive. What is the default timeout for a Cookie? 30 minutes How many web.config files can I have in …

Continue reading

.Net Architecture Interview Questions and Answers SET – 1

Following are some basic Interview Questions and Answers of .Net Architecture. What is application domain? The only way used to isolate applications running on the same machine is by the means of process boundaries..NET framework 2.0 introduces a new boundary called the Application Domains.Application Domain is required so that applications do not affect one another.A single CLR operating system process can contain multiple application domains. What is the difference between …

Continue reading