Monthly Archive: December 2011
What is: Microsoft Teredo Tunneling Adapter?
It is a Microsoft network adapter that allows you to tunnel IPv6 traffic over IPv4 links.
Lync 2010: On the iPad app I get the following message: “Can’t verify the certificate from the server. Please contact your support team.”
Lync 2010: Can’t verify the certificate from the server when logging in from the iPad / iPhone When trying to log in from an iPad or iPhone you may run across the error message:...
How to: Run a command with elevated *admin* credentials on a Mac
Sometimes you need to run certain commands on the terminal with elevated credentials otherwise you won’t be able to make modifications to the operating system, etc. In order to run such a command you...
How to: Clear or Flush DNS cache on a Mac OS X computer
How to: Clear or Flush DNS cache on a Mac OS X computer Most operating systems implement a local DNS cache for a number of reasons: lower the load on DNS servers, faster domain name...
How to: Improve the performance of the Entity Framework
After writing code using entity framework for sometime and seeing the code base continue to grow I realized the importance of coding with performance in mind. There are things that come to mind like...
How to: Convert a string into an Enum in C#.Net
Recently I came across the need to convert a string stored in the database into an enumeration in our application. I wasn’t really excited about having to write a switch statement nor having to...
Enumeration: What are the different SharePoint permission levels and their enumeration values?
You can learn more about this here: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spbasepermissions.aspx but basically below is the information you’re looking for obtained from the source code: namespace Microsoft.SharePoint { // Summary: // Specifies...
How to: Take a screenshot on a Mac (either to the clipboard or to a file on the desktop)
How to: Take a screenshot on a Mac (either to the clipboard or to a file on the desktop) We all have from time to time the need to share a screenshot of something...
How to: Print a screenshot on a Mac
Apparently after some research there is no way to directly print your screen on a Mac. What I recommend is simply taking a screenshot and saving it to the desktop and then printing that...