ASP.NET 4.5 Hosting :: Programming WebSockets Utilizing .NET 4.5 With the...
WebSockets is a good neat function. Numerous server-side implementations exist, this sort of as SignalR and Socket.IO. The .NET 4.5 now provides developers a managed implementation of the WebSockets...
View ArticleASP.NET 4.5 Hosting :: How to use Rangevalidator control in ASP.NET 4.5
Now, we will discuss about How to Use Rangevalidator control in ASP.NET 4.5. Rangevalidator control is used to check if the value is within a specified range of values. For example, Rangevalidator can...
View ArticleASP.NET 4.5 Hosting UK – HostForLIFE.eu :: How to Encrypt and Decrypt string...
In this tutorial, I will show you How to Encrypt and Decrypt string in ASP.NET 4.5. The code below show the way. It needs 2 references to include: using System.Text; using System.Security.Cryptography;...
View ArticleASP.NET 4.5.2 Hosting – ASPHostPortal.com :: Using QueueBackgroundWorkItem to...
Starting with all the recently launched edition ASP.Net 4.5.2 in the .NET Framework, ASP.Net now supports the HostingEnvironment.QueueBackgroundWorkItem technique discovered within the...
View ArticleASP.NET 4.5.2 Hosting – ASPHostPortal.com :: How You Can Run Background Tasks...
In it we details out a few gotchas which can be SO common when folks try to do function in the background. Go through it, but here is a summary from his post. An unhandled exception in a thread not...
View ArticleASP.NET 4.5.2 Hosting – What’s New in ASP.NET 4.5.2 and Recommendation 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:...
View ArticleASP.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 to...
View ArticleASP.NET Free Trial Hosting Tips :: 405 Method Not Allowed using ASP.NET Web API
ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. I have been using the ASP.NET Web API recently on a project and this has been...
View ArticleASP.NET Hosting-ASPHostPortal.com :: Transfer data between ASP.NET Web Pages
If you want to manage user or application-related data over a number of requests, you have to implement strategies for managing that yourself. This article explores a number of client and server side...
View ArticleASP.NET 4.5 Hosting :: How To Localize JavaScript Messages In ASP.NET
There are many ways of localizing the keys, but most of them involve; writing out variables on a page with the localized text and then let the. Js include files read from those variables. That’s not a...
View ArticleASP.NET 4.5 Hosting :: ASP.NET 4.5 Page Inspector
Page Inspector is a new tool that brings browser diagnostics tools into Visual Studio and provides an integrated experience between the browser, ASP.NET, and source code. Page Inspector enables you to...
View ArticleASP.NET 4.5 Hosting:: How to Login using other Authentication Providers
Hai, now i want to share about how to login using other authentication providers with ASP.NET 4.5, please enjoy it Facebook, Gmail, Twitter, etc. works as Identity provider that provides there APIs...
View ArticleASP.NET 4.5 Hosting :: Sql Membership Provider to Log Into The Sitefinity...
In the Sitefinity security space, all user and role management is handled through the ASP.NET Membership APIs. Sitefinity’s backend uses its own custom membership and role providers, which utilize...
View ArticleASP.NET 4.5 Hosting :: Simulating an iPhone or iPad browser for ASP.NET...
I mentioned the Electric Plum Mobile Simulator as a nice way to check your site on an iPhone while using a Windows machine in my post called “Create a great mobile experience for your website today....
View ArticleASP.NET 4.5 Hosting :: ASP.NET Using Crystal Report Created Chart Switched
In many applications, the report is indispensable, a good report make intuitive grasp of data to facilitate decision-making. In this article, we will be a three-tier structure asp.net program, for...
View ArticleASP.NET 4.5 Hosting :: How to Use GridView in ASP.NET
<%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <script runat=”server”>...
View ArticleASP.NET 4.5 Hosting :: Moving ASP.NET Apps from IIS 5.x to 6.0
Here are areas to watch when moving an ASP.NET app from Windows 2000 / XP ( IIS 5.x) to Windows Server 2003 (IIS 6.0). These notes assume you do not configure IIS 6.0 to use IIS 5.0 isolation mode. -...
View ArticleASP.NET 4.5 Hosting :: Improve Your Application with MultiCore JIT in ASP.NET...
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...
View ArticleASP.NET 4.5 Hosting – How To Create Model Binding in ASP.NET 4.5
With ASP.NET 4.5 and Visual studio 2012 we have a new method of binding data called ‘ Model binding’. It’s a code focus approach of data binding. Just like now all the controls will have ItemType...
View ArticleASP.NET 4.5 Hosting – Create Custom Value Provider in ASP.NET 4.5 Model Binding
With ASP.NET 4.5, ASP.NET introduced model binding for web forms as well. Model binding helps to simplify code focused data access logic within web forms. About ASPHostPortal.com ASPHostPortal.com is...
View Article