Browse by Tags

XRML vs XACML
Found this post on the XACML mailing list. This is very interesting in light of the fact that the Longhorn SDK (WinFx) will contain support for XRML via the System.Authorization namespace. I sometimes doubt that building NAuthorize will make a difference...
Hosting NAuthorize
I'm considering setting up NAuthorize at Novell Forge . The project is starting to come along (slowly), but I still have to put in a lot of infrastructure code . I prefer to work in the dark for a while before releasing anything (it also gives me more...
Typed Reflection
I wonder if anybody is toying with this subject . Lately, I find myself reflecting types and as a result either writing a bunch of utility functions or plain inlined reflective code. This topic sounds a lot like a Typed DataSet, only I want a Typed Type...
Beware of using the ThreadStaticAttribute in an ASP.NET environment
While implementing NAuthorize, I needed an object registry on a per user/session basis as discussed in The way this works in .NET is as follows (assuming ObjectRegistry is a collection class and a singleton ): PRE.ShowCode {BACKGROUND-COLOR:#ffffff;PADDING...
Role based security
The object guy has an extension on the intrinsic role based security of .NET. You can find it here .
More Posts