Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Adventures in Managed code..   (RSS)

There and back again.. the journey of a bug in ADFS

Let's look at a bug fix.. end to end. So back in November, my friend Jim Simonet had posted a question about a problem with ADFS using ADAM as the auth store and specifying that it connect via LDAP over SSL. He could connect to ADAM via LDP on 636, so

SQL pains..

So I was working on some code to read and write data to SQL ( not using LINQ or any fancy stuff.. heck I just started doing managed code. ) I was specifically interested in the count of times , it should look something like this ( from SQL ) select COUNT(DateandTime),DateandTime
 
Page view tracker