2

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?

Marinos An
  • 9,481
  • 6
  • 63
  • 96
Ilya Ryzhenkov
  • 11,782
  • 1
  • 40
  • 50

3 Answers3

2

MSDN itself provides the info here.

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

Codeslayer
  • 3,383
  • 7
  • 35
  • 42
1

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.

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
1

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

Dave Markle
  • 95,573
  • 20
  • 147
  • 170