Posts tagged microsoft
Missing Data Connection Library Type in Sharepoint 2010
0Recently installed a SharePoint 2010 instance for development and testing but no mater what I tried i just could not it to show me the Data Library in the template option
*dash
.. Bowing to the Google Almighty told me it is an enterprise feature. So I updated the key to Enterprise CAL and well another hurdle
..
(more…)
Multithreaded Singleton in C#
1Many a times you run into scenario where only one instance of a class should be created in your application. If you need to know more about Singleton pattern, this article “Singleton pattern” provides good reading. There are quite a few ways to implement this (singleton) but after doing some search on the net found this one to be best for my case.
(more…)
