Before few months , I was assign a task to read store connection string in registry and read the value from there whenever require. This is something new and I had never implemented it before.
Thanks to my collegue (now friend ) SEHUL a little master, who helped me in doing this. Below is [...]
Archive for January, 2007
Read value from Registry
Posted in DotNet 2.0 on January 31, 2007 | Leave a Comment »
Accessing Active Directory using C#
Posted in DotNet 2.0 on January 26, 2007 | 8 Comments »
I was reading an article about Active Directory as Active directory is installed in our office recenly. It was really nice article and the auther has mentioned that you can access active directory using c# or any language. I tried to implement that, obviously I had search on google and found some cod for [...]
Use File Dependancy for Caching in Asp.net 2.0
Posted in DotNet 2.0 on January 19, 2007 | Leave a Comment »
Today I get some free time, so I thought lets work on other project currently running in organisation. I found that we are using caching one of the project and database is SQL Server 2000. We have to set dependancy for cached data. I have implemented this previously and asked my Project Lead to let [...]