MK .NET UG

MK .NET UG
Macedonian .NET User Group
Tagged Content List
  • Blog Post: Managing Directory Services in a clean way

    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...
  • Blog Post: LINQ to Active Directory

    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...
  • Blog Post: Credentials and Double Hop

    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...