Today I will show you how to use jQuery mobile table options with ASP.NET. Many of you are aware of the FriendlyUrls feature added to ASP.NET Web Forms 4.5. It is available by default with Visual Studio 2012 if you…
ASP.NET 4.5 Hosting and SQL 2012 Hosting Services on European Data Center
After a long time, I decided to write something again. My job has been keeping me quite busy, but I will try to post stuff more often. Anyway, last month I moved my website and my blog from a Linux…
Hosting News – HostForLIFE.eu Proudly Launches DotNetNuke 7.1 Hosting
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…
Windows 2012 Hosting :: How to Improve Windows 2012 Cluster High Availability
Determined to make Windows Failover Clusters as resilient as possible, Microsoft has once again made significant improvements to its quorum mechanisms in Windows Server 2012. The Dynamic Quorum Management option allows the cluster to dynamically adjust the quorum (or majority)…
ASP.NET 4.5 Hosting :: Working with JIT in .NET 4.5 Framework
Multicore JIT is a great new feature in .NET Framework 4.5. Multicore JIT parallelizes the some of the JIT compilations that happens on the start of the application, Historically .NET FW has used the Ngen Native Image Generator for parallelization.…
ASP.NET 4.5 Hosting :: Upload Multiple Files Using the Native .Net FileUpload Control
ASPX implementation Firstly, create a new website and make sure your site is targeting .Net 4.5 (I’m not going to delve into how you would do this, the resources available here will be more than enough to get you going).…
ASP.NET Hosting Tips :: How to Add reCAPTCHA to ASP.NET Site
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…
ASP.NET 4.5 Hosting :: New Features ASP.NET 4.5 – Strongly Typed Data Controls in ASP.NET 4.5
New ASP.NET 4.5 introduces many new and great features, one of them is deals with the framework’s Web Forms technology. In previous versions of ASP.NET, if you wanted to display data-bound values in a control, you needed to use a…
ASP.NET Hosting Tips :: How to Use Tiny MCE Rich Text Editor in ASP.Net
In this article I’ll be explaining how to add Tiny MCE Rich Text Editor in ASP.Net Web application. Download TinyMCE Editor To start with you need to download the Tiny MCE Editor from the Tiny MCE website using the link…
ASP.NET 4.5 Hosting :: Improve Your Application with MultiCore JIT in ASP.NET 4.5
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…