Home
»
MK .NET UG
»
All Tags
»
active directory
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
.NET 3.5
ASP.NET
CodePlex
deployment
Directory Services
IIS
LINQ
Security
Tagged Content List
Blog Post:
Managing Directory Services in a clean way
darko
Many of .NET developers know hot to query a SQL database, to write a stored procedure and to insert some data into a table. But from my experience few of them really worked on querying and managing Active Directory store. From the beginning of the .NET Framework, Microsoft tried to wrap as much as possible...
on
Sun, Feb 24 2008
Blog Post:
LINQ to Active Directory
dejan
LINQ to Active Directory implements a custom LINQ query provider that allows querying objects in Active Directory. Internally, queries are translated into LDAP filters which are sent to the server using the System.DirectoryServices .NET Framework library. LINQ stands for Language Integrated Query and...
on
Tue, Feb 26 2008
Blog Post:
Credentials and Double Hop
dejan
Few year ago, when I was being an ASP.NET enthusiast, I had to deal with the problem known as hop the credential over servers. It looks that this problem still is the major pain for the most of ASP.NET developers, because many of them so often asks me that they lose the user credentials connecting to...
on
Wed, Aug 20 2008