Wednesday, December 13, 2006

SSPI

What does the SSPI stands for which we use in the connection String?

For example we mention IntegratedSecurity=SSPI in the Connection String sometimes

Friday, December 1, 2006

what is a .NET Hash table

Hash table is a part of collection.

Objects such as array list, sorted list, Hash table comes under System.Collections .
All these are used to store collection of values (of different types say int, string…).

Sorted list and Hash table contains key value pairs. We can retrieve the value of a specified item using the key.