Welcome New ASP.NET 4.5.2 When I checked on Microsoft site, I see Microsoft put up a post on MSDN outlining the major changes in .NET 4.5.2. I will share this new feature ASP.NET 4.5.2 in this blog: New APIs for…

Welcome New ASP.NET 4.5.2 When I checked on Microsoft site, I see Microsoft put up a post on MSDN outlining the major changes in .NET 4.5.2. I will share this new feature ASP.NET 4.5.2 in this blog: New APIs for…
Web developers are constantly on the lookout for new tools and technologies that they can use to enhance both their own productivity and the effectiveness of their client’s Web sites. One of the recent trends in site design, is increasingly…
HostForLIFE.eu proudly launches the support of DotNetNuke 7.1 on all their newest Windows Server 2012 environment. HostForLIFE.eu DotNetNuke 7.1 Hosting plan starts from just as low as €3.00/month only and this plan has supported ASP.NET 4.5, ASP.NET MVC 4 and…
I recently implemented a reCAPTCHA control into an ASP.NET website and it was so incredibly easy I thought I’d write a post about it. Implementation Steps The steps to implement the control are as follows: 1. Setup a Google account, if…
This article will describe one of the newest feature of ASP.NET 4.5. Some of the key features that come in the new version of the .NET Framework 4.5 are multiple processor cores, reducing the latency in the Garbage Collector, asynchronous…
In this post we will see how we can configure MVC 4 application to use facebook and twitter. Apart from configuring MVC 4 application we will also take a quick glance at how to configure facebook and twitter application to…
HostForLIFE.eu was established to cater to an under served market in the hosting industry; web hosting for customers who want excellent service. HostForLIFE.eu – a cheap, constant uptime, excellent customer service, quality, and also reliable hosting provider in advanced Windows…
As we know asynchronous programming is used to improve the performance and responsiveness of an application. A typical example is when we click a save button on a web page and wait for the records to be saved to the…
Data binding is a significant feature that is required by data driven ASP.NET applications. To make use of ASP.NET data controls, data binding is a must. In this article I will take you through the new data binding features that…
In this tutorial, I’ll show you how to get your friends listing integrated with MVC app. For a purpose of this tutorial, I use MVC 4 project, however this and any other facebok tutorial in this series is convertible into…