Wednesday, October 19, 2005

Can a single ASP.NET application have 2 different authentication modes specified in 2 different web.config files?

If Cookies is disabled, then can Forms authentication work?
How do I create a multilanguage, multifile assembly?
Why cannot you specify the accessibility modifier for methods inside the interface?

Friday, October 07, 2005

How are the activation URLs different in case of SAO and CAO in .NET remoting?
When will U use a XMLDataDocument and when will U use a XPathDocument? What's the differences btw the two?

When will U use a XMLReader class? What's the difference btw 'pull' model and 'SAX event-driven' push model of XML parsing?

Monday, October 03, 2005

What are 'Principles' and 'Identities' in .NET ?

How can these be used for authentication and authorization?
How would U create a user-control?
What basic steps are required to create a custom webcontrol?
In web applications what's the difference btw authentication and authorization?

What are the different ways of authentication in ASP.NET ?

Scenario: At runtime, whenever the user requests a change in some settings, I update the web.config file dynamically at runtime to store the config values. But I notice that my session state gets lost. Why does this occur?

U want to control anonymous user's access to resources on the server. How would U do it? (Hint: Which user account would U modify? )
How would U add a client side script for a web-control in ASP.NET ?

Can U raise a post-back event for a custom control?...Say U have a link and U want a post-back event to be raised when the link is clicked.

What's the difference btw a 'HyperLink' and a 'LinkButton' ?
What is the 'Item' property in C#. How does one access the Item property in C#.NET ?
What's the difference between 'const' and 'static readonly' in C#.NET ?

How would U mark a method as obsolete in C#.NET. Say U want a compiler error to be generated whenever someone uses a obsolete version of you API....Can this be done?