GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET

 Print  |  
Question:  Declarative Security and Imperative Security

Answer: What do you mean by Declarative Security and Imperative Security? Explain with an example of usage where you would use them


April 04, 2009 03:15:37 #2
 jabijohn   Member Since: April 2009    Total Comments: 1 

RE: Declarative Security and Imperative Security
 
There are two ways to demand security permissions in C#: Imperatively: Using calls to permission classes in the .NET Framework Declaratively: Using security permission attributes
     

 

Back To Question