Blog Archives

Packt Publishing eBook offer for Christmas

Packt publishing currently has a promotion of reducing the prices of books to $5 USD if a purchase of 2 or more is made. Books such as a Computer Vision cookbook, costing $22 USD, will be on sale for $5,

Posted in Programming, Web Design

Getting started with rake on .NET and visual studio

Rake is normally used as a build tool scripting language (if used for anything else, please do comment). I’ve been using it for almost 2 years in place of NAnt and MSBuild due to its programmability. Executing a concise script to

Tagged with: , ,
Posted in .Net Framework

Configuration Error in web.config for roles provider

Today I ran into a unique problem where I got this error: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your

Tagged with: , , , ,
Posted in ASP.NET

Rake Runner a visual studio extension for rake tasks

Overview Rake Runner, a visual studio 2012 extension that lists rake tasks in the right click menu context of the solution explorer. These tasks can be executed and the output is shown in the build output. This tool calls `rake

Tagged with: ,
Posted in .Net Framework, Visual Studio

Review of uCertify Online Training Kit

A few months ago I reviewed ASP.NET Web Applications Development Training Kit from uCertify, now they have an online version of this toolkit available. At first glance, I must say there is a very BIG improvement in the interface, it looks so

Tagged with: ,
Posted in .Net Framework