All my life I have been a tech saavy person would make my hands dirty trying out all odds available. Here I am going to help you with setting up your own WordPress Blog in Azure App Service. SPOILER ALERT: We will be using a B1 – Basic instance to save the cost. Step 1:… Continue reading
Category: Others
All Other Developer
Getting Started local development with Azure Cosmos DB services – Part 2
In my previous article we discussed about setting local development environment using Cosmos DB Emulator for Windows. With this part 2 of the article, we will cover developing, debugging and integration related aspects of using Cosmos DB Emulator. Developing with Cosmos DB Emulator Once you have Cosmos DB emulator installed and running on your machine,… Continue reading
Visual Studio for Mac–Final–Released / Download Here
Microsoft has released Visual Studio for Mac, a revamped and renamed version of Xamarin Studio with little bit look and feel changes to make it look like Visual Studio product line has been released. With Visual Studio for Mac, you should be able to develop .NET/C#/ASP.NET based apps and XAMARIN Native and Forms based apps… Continue reading
Introduction to HTTP/2
The reason I got started with topic is that, there were some buzz around Visual Studio 2015 RC support for HTTP/2 and Windows 8 – IIS support for HTTP/2. I was curious to learn further about the HTTP/2 and sharing my findings in this article. About HTTP/2. HTTP/2 is the first new version of HTTP… Continue reading
Visual Studio Tools for Apache Cordova in Visual Studio 2015 RC
Microsoft has announced that with Visual Studio 2015 – Apache Cordova tools will be integrated within the main install bundle. Using Apache Cordova Tools for Visual Studio you will be able to develop cross-platform mobile applications using single codebase for iOS, Android and Windows Phone. With support for native device capabilities (e.g. camera, accelerometer, contact),… Continue reading
Introducing Visual Studio Code
As part of Microsoft’s focused approach to bring in more value to Cross platform & Open Source based initiatives Microsoft has released Visual Studio Code IDE along with .NET Core runtime for Mac, Linux and Windows. Visual Studio Code, a new, free, cross-platform code editor for building modern web and cloud applications on Mac OS… Continue reading
Visual Studio 2015–Editions
With Visual Studio 2015 Microsoft has changed type of editions available as part the Visual Studio product line up, also made some changes to MSDN Subscription levels. Changes in Visual Studio Editions No more Premium and Ultimate edition of Visual Studio. There will only be 3 editions available: Visual Studio 2015 Community Edition – Free,… Continue reading
NuGet Package – Unity.WebAPI
Today I came across this interesting Nuget Package for creating ASP.NET Web API project with Microsoft Unity Dependency Injection container. It is pretty simple to configure and install on your existing Web API project or new ones. Inorder to use it, use the respective NUGET package from below links: ASP.NET Web API v1.0 – Unity.WebAPI… Continue reading
iOS – Swift vs Objective-C
Since the introduction of Swift by Apple( a new programming language for developing iOS apps using xcode) , among iOS developers it has become a myth that Swift is going to replace Objective-C. I just would like to add my few cents to this view: MYTH 1: Swift will replace Objective-C immediately NO, Swift is… Continue reading
Android Studio 1.0 released
Google Android Developer team has released version 1.0 of new IDE for developing Android apps. The new IDE is based on popular IntelliJIDEA platform(Community Edition) and Google Android is moving away from Eclipse based IDE for developing Android Mobile Apps. Developers who willing to develop Android mobile apps should try the new IDE, and for… Continue reading