web analytics

String Formatting in C#

Following is the cut/paste from blog post of SteveXCompiled. I have added it here for my future reference Q: How do I show numbers with 5 fixed digits with leading zeroes A: int _num1 = 123; int _num2 = 45; int _num3 = 123456;String.Format(“{0:00000}”, _num1); //”00123″ String.Format(“{0:00000}”,   _num2); //”00045″ String.Format(“{0:00000}”, _num3); //”123456″String.Format(“{0:d5}”, _num1); //”00123″ String.Format(“{0:d5}”, ...

/post/How-to-delete-Lotus-Notes-groups-and-users-from-the-Domino-Directory-.aspx

Deleting Groups Groups can be deleted from the Domino Directory, but only after the administrator has taken the proper steps to prepare for the deletion. Deleting a group can have extremely detrimental effects on the domain, as server and user access will change based on the group deletion. Make sure that all domain administrators and ...

Directly Add Any hardware in ESX server to Virtual machine

Configuring VMDirectPath I/O pass-through devices on an ESX host Purpose This article provides steps for configuring VMDirectPath I/O direct PCI device connections for virtual machines running on Intel Weybridge and Stoakley platforms. Resolution About VMDirectPath I/O pass-through devices You can connect up to two passthrough devices to a virtual machine. When selecting the devices, keep ...

Using Document Workspace in SharePoint

A Document Workspace provides a document library for storing primary documents and their supporting files; a task list for assigning to-do items; a links list for listing resources that are related to the documents; and a members list that shows who has access to the site. If documents and related materials — such as tasks, ...

PowerShell and SharePoint 2010

If you are a SharePoint developer or administrator, then start learning Power Shell. It’s a must have skill for dealing with SharePoint from now on wards. Windows Power Shell is an interactive command line and task based scripting technology which allows administrators to automate administrative tasks. From SharePoint viewpoint, Power Shell has significant performance benefits: ...

DIFFERENCE BETWEEN SHAREPOINT FOUNDATION AND SHAREPOINT SERVER

Regarding “SharePoint Foundation” and “SharePoint Server 2010”, the important thing to understand is that SharePoint Foundation is the foundation, and SharePoint Server is simply an optional add-on package of more advanced features. In fact, you cannot install SharePoint Server by itself, because installing it automatically also installs SharePoint Foundation. So the question is: What differs ...

How to Move iTunes Music Directory to a New Drive

Sometimes migration work needs more intensive work and data loss …   I recently ran out of room on my internal 160 GB harddrive, mainly due to my mp3 collection. All told, I have over 100 GB of music, and I buy more all the time. Couple that with video and my digital pictures, and ...

How to Set Windows default Browser in Lotus.

- Open Lotus. - Go to File –> Click Preferences. - Click Web browser. - Click radio button “User the browser i have set as the default for this operating system” - Click Apply and OK

Adding Servers to SharePoint Portal Server 2007 Farm

If you want to add servers to SharePoint Portal Server 2007 farm, only options which willl be available are “Complete” or “Web Front End”. It is better to choose Complete and turn off services not required for the WFE server when installing a WFE so that you retain the flexibility of changing roles later. If ...

Site last updated May 22, 2013 @ 3:30 pm