-
IOS Developers
Working knowledge on HTML5 Working knowledge on JQuery Good written and oral communication Quick learner
-
.Net with Windows Phone Developer
Working knowledge on HTML5 Working knowledge on JQuery Good written and oral communication Quick learner
-
Microsoft Azure : Running JAVA Web Application using template
We will create Java web app in Azure App Service by using the Azure portal. The Azure portal is a web interface that we can use to manage Azure resources. Pre-requisite We require a Microsoft Azure Subscription. JAVA application options There are several ways we can set up Java application in an App Service web app: 1) Use…
-
ELMAH Integration in ASP.NET MVC Application
ELMAH (Error Logging Modules And Handlers) What is ELMAH? ELMAH (Error Logging Modules and Handlers) is a series of HTTP modules and an HTTP handler that may be added to your ASP.NET web applications for the purpose of tracking unhandled exceptions. ELMAH provides access to view these errors by way of a web console, email notifications.…
-
Microsoft Azure : Running ASP.NET Web Application
Overview We will deploy ASP.NET web application to web apps in Azure App Service by using Visual Studio. In result, we will have simple web application up and running in cloud. Pre-requisite Visual Studio Microsoft Azure Subscription Setting up development environment To start, set up development environment by installing Azure SDK for Visual Studio. Creating project…
-
Dependency Injection on SignalR
Dependency Injection on SignalR This article shows how to perform dependency injection on SignalR hubs. Dependency injection is a way to remove hard-coded dependencies between objects, making it easier to replace an object’s dependencies, either for testing (using mock objects) or to change run-time behaviour. What is Dependency Injection? If you are already familiar…
-
Azure C1
-
Microsoft Azure : Running Linux Virtual Machine
Creating an Azure VM that runs Linux is easy to do. We will use ssh public key file to secure our SSH connection to VM. We can also create Linux VM’s using our own images as templates. NOTE: We will create an Azure VM which is managed by Azure resource group. Pre-requisite We need Azure subscription. Steps…
-
Create custom project templates in Visual Studio
Visual studio installation comes with the various predefined project templates, and we can use one of these templates (like console application, class library, ASP.NET web application, etc) to create a new project. We can create custom project templates and have they appear in create new project dialog under the project selection templates. Here I would…
-
Microsoft Azure : Running Windows Virtual Machine
How easy it is to create an Azure VM in just a few minutes. We’ll use Windows Server 2012 r2 Datacentre image but that’s just one of many images Azure offers. We can also create VM’s using our own images, with Resource Manager Templates or with automation tools. We will use the Resource Manager Deployment…