March 25, 2010 – 12:43 pm
While working on integrating Active Directory into our product I had a need to determine a domain user’s effective permissions on a directory. Surprisingly, I could not find that many current C# examples so I figured that I would post the code that I came up with… The first step was to get a list [...]
Posted in Uncategorized
|
IQToolkit started out as a blog series with the purpose of showing how to create an IQueryable provider. As the series grew, the sample code became a toolkit that could be used to simplify the creation of an IQueryable provider. Additionally, the toolkit included a few implementations of the framework such as ORMs for Access, [...]