Skip to main content

Posts

Showing posts with the label .Net Interview

ASP.NET 2.0,3.5 Interview Questions

ASP.NET 2.0 What improvements are provided in ASP.NET 2.0? How does ASP.NET 2.0 eliminate tedious coding? How do we encrypt web.config files in ASP.NET 2.0 ? With the above technique can you encrypt everything in the web.config file? In .NET 1.X how was the encryption implemented for config files? Can you explain membership and role providers in ASP.Net 2.0? What kind of security web controls are introduced in ASP.NET 2.0? Can you explain master pages concept in ASP.NET? what is the concept of Web parts? What are the different components of the web part framework? What are partial classes in ASP.NET ? Can you explain generics in .NET ? Can you explain the concept of generic collection? How do you send a email using ASP.NET ? How did you deployment and setup in ASP.NET ? .NET 3.5 Define LINQ ? We already have common data access model what is special about LINQ? How can you make entity classes from the table itself ? How can we transform LINQ to objects ? How to tr