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 property which will implement…
ASP.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 Microsoft No #1 Recommended Windows and ASP.NET Spotlight Hosting Partner in…
ASP.NET 4.5 Hosting – ASP.NET 4.5 Strongly Type Data Controls and Modal Binding
In ASP.NET 4.5 we have a very good feature; now we can map a Data Control with a Strongly Typed Data Model. Microsoft exposes one new property for all Data Controls, called ItemType. You need to assign the ItemType property…
ASP.NET 4.5 Hosting – Model Binding in ASP.NET 4.5
A nice feature with ASP.Net is the model binding, it reduced our code and effort to bind our well know controls like GridView, DataList, Repeater etc. So let’s see how we can bind our old controls in new and easy…
Cloud Hosting – Advantages of Cloud over traditional Shared Server
Everyone is interested in cloud hosting at this moment in time. Traditionally, websites have been hosted on standard dedicated servers. Dedicated servers host lots of websites. On each dedicated server, a shared hosting account is kept. A dedicated server for…
WebDeploy Hosting – Advantages of using WebDeploy over FTP
What is Web Deploy? Web Deploy is an extensible client-server tool for syncing content and configuration to IIS. Web Deploy is used primarily in two scenarios: Developers use it to sync (aka ‘publish’) a compiled web applications (ASP .Net, PHP…
WordPress Hosting – How To Resolve Download Failed for Installing WordPress Plugin or Updates in Windows Server 2012
After installing WordPress on our Windows Server 2012, we encountered a quite strange behavior. We can’t install new plugins or update our WordPress version, it always ends up with error: ‘Download failed: Destination directory for file streaming does not exist…
Windows ASP.NET Hosting – Boosting Web Application Performance with Bundling and Minification
The performance of your web application has a great impact on the end user experience. If your web application is slow, obviously users are going to be turned away from using it. There are many factors that contribute to the…
Cloud Hosting – Cloud computing advantages
Cloud computing is a disruptive technology that is changing the way enterprises look to meet their IT hardware and software requirements. Cloud computing is a mix of the latest ideas, technology and delivery models including Infrastructure as a Service (IaaS),…
ASP.NET 4.5 Hosting – ASP.NET 4.5 Web Forms Key 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. About ASPHostPortal.com…