Category Archives: Programming

Anything that is programming or coding related from C#, VB.Net, ASP.Net, Java, PHP, CSS, etc

Making log4Net work with Custom Errors in MVC

The problem when you use Custom Errors declared on your web.config is that the Application_Error on your Global.asax does not fire.  So if you have some log4Net logging methods on the Application_Error section then you are out of luck, it will never log your exception anymore but there are work around and here is how… Read More »

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 »

Effinator

Another open source project delivered to you. So what is this all about, Effinator is a open source application developed in C#.Net basically its a code generator to build your Basic Architecture based on Entity Framework this work well with the architecture structure I explained on my article earlier so its best to read that first… Read More »