Category: Cloud Technology
-
How to Migrate Your Azure from One Subscription to the Others
Problem You already have two or more subscriptions and you want to consolidate it into a same billing address or a same package subscription. For example, you have two subscriptions. The first one is…
-
Installing Entity Framework Power Tools on Visual Studio 2015
Problem Entity Framework Power Tools provides useful feature of Entity Framework 6 but is not supported on Visual Studio 2015, only 2010, 2013 Possible Cause The EF Power Tools is integrated with EF Designer…
-
Five Reason to Choose ASP.NET Web Forms
On this short video, we will discuss about a technology overview when choosing ASP.NET web forms. At least there are five reasons why you should choose ASP.NET web forms such as the rapid development…
-
Failed to Install .NET Core on Visual Studio 2015 Update 3
Problem When you click the install button on .NET Core installation you will get this error. Although you already have Visual Studio Update 3 Installed Cause This might be happening several packages is not…
-
Federated Identity Issues when use self-signed certificate
Last week, we delivered a federated development workshop with Visual Studio 2015 and Active Directory. During the workshop exercises, we found that the self-signed certificate will make the Visual Studio project. One of our…
-
References is not detected although the Nuget is Restored on Visual Studio 2015
Problem You get the codes from your friend, and you get it from TFS. However, it shows that the references are not found although you already restore the Nuget package Possible Cause This problem…
-
Installing XNA 4 Refresh on Visual Studio 2015
Problem XNA Framework is not supported on Visual Studio 2015 but you still want to use it to create a simple game for your Windows / Windows Phone Potential Causes XNA Framework is discontinued…
-
Visual Studio Extension Installer is not displayed on Windows 10
Problem You find a good extension, and you double click the *. vsix file. However, the installation is not started without any information. If you click the installer Potential Causes Visual Studio Installer needs…
-
Comparing Xamarin and Cordova on Visual Studio 2015
In Visual Studio 2015, you have two options to build mobile apps. The first one is to use the power of the modern web (HTML5+CSS+JS) and the second one is to use the power…
-
Solving Cross Domain issues on WCF
Problem You want to access your services from other domain, especially using ASP.NET AJAX. However, the WCF doesn’t allow you to do so because of security concern. Solution The solution should be adressed by…