Category Archives: CodeProject

Easy Guide on how to use OAuth to Access Google APIs

Nearly a year ago Google already deprecated a most of its legacy API’s which means you cannot authenticate using the Google.GData.Client.Service and executing the setUsersCredentials method and simply indicating your user and password.  It was changed with OAuth making it more secure as it uses tokens and let the user actually log in to Google’s… Read More »

Updating a column in all rows in a Sharepoint List the easiest way

I have a large list in SharePoint where I was tasked to update a certain numeric field to add a certain amount based on a certain condition.  This made me think as I never had done this before, first thing came into mind was doing it in datasheet view with calculated field then copying and… Read More »

Creating a Solid Architectural Foundation from scratch is not really that hard

I think I have been using S#arp Architecture for 5 years now and its such an amazing solution to combine different technologies to give you a pre-generated Architecture so all you have to do is concentrate on developing items like the User Interface and Business Logic, this solution takes the burden of designing your own architecture… Read More »

Removing all “_layouts/15/start.aspx#/” in Sharepoint URL

Do you want to remove that ugly additional URL “_layouts/15/start.aspx#/” on your SharePoint web address? Before doing so do you really need to do it? Do you even know what does that URL mean? Well if you don’t have a read here what it is for so you understand the impact of removing them.  In… Read More »

Simple Guide to Add Additional Web Servers for your existing SharePoint

Yesterday we showed you how to make your SharePoint server Fail-over aware now to complete the full High Availability for your SharePoint we will be adding additional Web Servers to your SharePoint Farm. You might be asking why you need to do this? Well the main reason is making your SharePoint Web Server available all… Read More »

Make SharePoint 2010/2013 Mirroring Aware

To make your Sharepoint database reliable you need to mirror it, meaning what ever happens on SQL Server A will be mirrored or replicated on SQL Server B and it’s quite easy to achieve you just need two steps to do it. First is to mirror your SQL Server databases, you can achieve that all… Read More »