System.DirectoryServices and connection pooling

Connection pooling is something with most of .NET and SQL developers are pretty familiar with. It is mechanism which allows to re-usage of once established connection under some conditions. Establishing connections are considered as costly operation in networking world. So it might do good for performance of Your application if only one connection will be … Continue reading "System.DirectoryServices and connection pooling"

Problem with Crystal Reports redistributable package

I know that this blog has DS in its title, but as my job sometimes involves development of various elements of IdM systems, which includes ASP .NET applications it may happen that You will find here developement or application deployment posts. Actually this is one of such posts. Today I was deploying at customers systems … Continue reading "Problem with Crystal Reports redistributable package"