By George Veltreski, on December 11th, 2012%
ASPHostCentral.com, as a premier Windows and ASP.NET Hosting provider, proudly announces the support of BlogEngine.NET 2.7 hosting service. This newest BlogEngine.NET package is offered from just as low as $4.49/month.
Features of BlogEngine.NET 2.7
The following new features and changes are in version 2.7.
Added option to remove .aspx file extensions in URLs
Added option to turn JS and CSS . . . → Read More: BlogEngine.NET 2.7 Hosting with ASPHostCentral.com
By George Veltreski, on November 15th, 2012%
Cloud App Model
SharePoint 2013 introduces a Cloud App Model that enables you to create apps. Apps for SharePoint are self-contained pieces of functionality that extend the capabilities of a SharePoint website. An app may include SharePoint components such as lists, workflows, and site pages, but it can also surface a remote web application and remote data . . . → Read More: SharePoint 2013 Host :: Host Features in SharePoint 2013
By George Veltreski, on October 15th, 2012%
ASPHostCentral.com has a strong commitment to provide global access and service to all our new and existing customers. To meet this commitment, ASPHostCentral.com proudly launches the latest and newest data center located in Singapore (Asia). Starting from 15th Oct 2012, ASPHostCentral.com opens an opportunity to everyone to host their websites on our Singapore Data Center.
Our Singapore . . . → Read More: ASPHostCentral.com offers Windows and ASP.NET Hosting on Singapore (Asia) Server
By George Veltreski, on September 25th, 2012%
This post discusses about ASP.NET Web Forms 4.5 features, Web Forms in 4.5 allows you to build dynamic web sites quickly and easily. Web Forms generates much cleaner code on client-side with Unobtrusive Validation in this version. You can also build data-centric applications easily with data-binding features.
If you like to host your ASP.NET Web Forms 4.5, . . . → Read More: VS 2012 Hosting – ASP.NET Web Forms 4.5 new features in Visual Studio 2012
By George Veltreski, on September 14th, 2012%
ASPHostCentral.com, the leader in ASP.NET and Windows Hosting Provider, proudly announces that we have supported the latest SharePoint 2013 Hosting
We offer this newest SharePoint 2013 Hosting Package from just $15.99/month. Our SharePoint 2013 hosting plan comes with a list of complete features, such as:
- Massive Document Storage Space
- Massive Bandwidth
- Unlimited Number of SharePoint Users / . . . → Read More: SharePoint 2013 Hosting with ASPHostCentral.com
By George Veltreski, on August 30th, 2012%
ASPHostCentral.com proudly supports the latest Windows Server 2012 on all our newest servers. You can certainly run and deploy your project on our highly-secured Windows Server 2012 environment instantly!
Windows Server 2012 Essentials
An ideal server for small businesses, Windows Server 2012 Essentials (formerly known as Windows Small Business Server Essentials) provides a powerful and flexible solution that . . . → Read More: ASPHostCentral.com – Windows 2012 Hosting
By George Veltreski, on March 15th, 2012%
ASPHostCentral.com, the leader in ASP.NET and Windows Hosting Provider, proudly announces that we have supported the latest ASP.NET MVC 4.0 BETA Hosting.
To support Microsoft ASP.NET MVC 4.0 BETA Framework, we gladly inform you that we provide this beta account FREE of charge for a limited time (* terms and conditions apply).
New Features in ASP.NET MVC 4
This . . . → Read More: FREE .NET MVC 4 BETA Hosting Account with ASPHostCentral.com
By George Veltreski, on March 14th, 2012%
ASPHostCentral.com, the leader in ASP.NET and Windows Hosting Provider, proudly announces that we will support ASP.NET 4.5 Hosting.
To support Microsoft ASP.NET 4.5 Beta Framework, we gladly inform you that we provide this beta account FREE of charge for a limited time (* terms and conditions apply).
The followings are the features you will get under this FREE . . . → Read More: .NET 4.5 BETA Hosting with ASPHostCentral.com
By Landon Ferguson, on November 22nd, 2011%
This article walks through the ‘Enterprise Library: Logging application‘ configuration process to log data to database using WCF service.
Note that regardless of Web service type i.e., SOAP or RESTful the configuration process is same.
Technical environment:-
Visual Studio 2010 with .NET 4.0
Enterprise library 5.0
WCF
ASP.NET Web application on Client end.
Open Service Web.config using Enterprise library configuration tool
Open the Service . . . → Read More: Silverlight WCF Hosting :: Configuring WCF service to utilise Enterprise Library – Logging application to log data to database
By Mark Latchey, on November 16th, 2011%
We can create a custom menu control in Silverlight using the following steps.
Step 1: Create a Custom Menu control in Silverlight.
With the help of ToggleButton and Popup controls in Silverlight, we can create a custom menu control as follows.
<ToggleButton x:Name=”toggleButton” Style=”{StaticResource ColorToggleButtonStyle}” BorderBrush=”{x:Null}” Height=”20″ Width=”90″ Click=”toggleButton_Click”>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width=”20″ />
<ColumnDefinition Width=”58″ />
</Grid.ColumnDefinitions>
<TextBlock Height=”14″ Name=”txtview” . . . → Read More: Silverlight Hosting :: How to Create Custom Control Menu in Silverlight