Azure App Services

Azure App Services provides fully managed web hosting, allowing you to publish web sites to Azure without having to worry about to the underlying Virtual machine or any other infrastructure. Azure manages upgrades of the underlying servers, security, compliance, etc.. [Read More]
Tags: azure

Azure Virtual Machines

Azure provides classic IaaS (Infrastructure As A Service), allowing you to create and manage your own Virtual Machines. The Host OS and the Hypervisor are completely managed by Microsoft Azure, and you manage the virtual machine(s). [Read More]
Tags: azure

ASP.NET - Load a partial from controller code

Partials are a nice way in ASP.NET of sharing mark-up across views. These are usually rendered from within view markup, but sometimes you may want to render a partial from within a controller method - for example if you want to create an HTML email but don’t want to put... [Read More]
Tags: .net