By tag: Identity
0
kicks
Beginner for Windows identity foundation
Steps to install Windows Identity Foundation and Basic installers for the windows identity foundation
0
kicks
Claims based Authentication & Authorization: The Guide
Eugenio announced yesterday the kickoff of a new guide from patterns & practices in which I’m collaborating: Claims based Authentication & Authorization Guide.
This is not a new topic as Eugenio suggests in his blog, but it’s getting more and more attention because:
•Technology is more...
0
kicks
Drink the red token – debug your claims-aware apps
Another identity development widget brought to you by Vittorio’s team. This time it’s a very tiny control called SecurityTokenVisualizer that helps debugging claims-aware web applications. But the thing I like of this control is that it can also be used as a teaching tool, very useful for demos by t...
0
kicks
ASP.NET control for claims-aware apps
Vittorio just announced it in his blog… we helped writing an experiment of raising the level of abstraction to work against claims. We created a server control that allows you to work with claims. There are three types of expression:
Claim Value: set the value of a property with the value of a spec...
0
kicks
Finding IDENTITY columns
Considering transactional replication in SQL Server? Need to find all tables in your database that use Identity columns? This blog offers a T-SQL query that'll do just that.
0
kicks
Returning The Value Of A Generated Key On Insert In MSSQL
I wanted to use GUIDs for a specific table's primary key, but I had no intention of running two queries just so I could get the newly created row's GUID. Here's a great way to get data created within a stored procedure back to the code that called it.
0
kicks
What should I choose for my primary key?
Naturals? Idents? GUIDs? Oh, jeez. Getting an official opinion on which to use is about as hard as getting a lawyer to tell you exactly when its okay to shoot somebody. NOBODY wants to give you a straight up answer. And you can understand why; there are many different things you have to consid...