Labels

Thursday, August 19, 2010

BLJC Questions

1. UML

2. ASP.Net Authentication
 Forms Authentication, Passport Authentication,Windows Authentication.
 To enable a specified authentication provider for an ASP.NET application, you must create an entry in the application's configuration file as follows:
 // web.config file
<authentication mode = "[Windows/Forms/Passport/None]">
</authentication>

IIS Authentication:
Basic, Integrated(NTLM/Kerb) , Digist, Certificate Mapping, Anonymous

Authorization
    * Using Windows ACLs
    * Using URL Authorization
    * Using .NET Principal Objects

3. Steps to call VB COM in C#
 register COM -> Add reference -> Using namespace -> Earlier/later binding

4. what's the possible pattern to replace long Switch code
 
Programming Test:
1. Validation ASP.net form
2. OO design and OO Programming, COM written in C# shared by VB and .Net

No comments:

Post a Comment