vote up 2 vote down star

I'm thinking about learning CAS, but I need to quickly grasp basic architecture, performance implications and if it at all suits my needs. What should I read?

flag

0% accept rate

3 Answers

vote up 2 vote down

MSDN itself provides the info here.

You also can refer to patterns and practices advocated by Microsoft.

link|flag
vote up 1 vote down

There is one very important thing to remember with CAS: a lot of code (too much code) runs at full trust. And with full trust, most of CAS is silently ignored.

link|flag
vote up 1 vote down

Keith Brown's book is insanely good, and it's online. I suggest buying a copy as well. IMO it's a must-read for every .NET developer :

The .NET Developer's Guide to Windows Security

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.