Popular Posts

Saturday, October 28, 2017

Sunday, October 22, 2017

vscode deploy angular 4 app to azure - Google Search

vscode deploy angular 4 app to azure - Google Search



https://medium.com/@flu.lund/setting-up-a-ci-pipeline-for-deploying-your-angular-application-to-azure-using-visual-studio-team-f686c8f190cf



https://johnpapa.net/deploy-angular-to-azure-vsts-angular-cli/

Saturday, October 21, 2017

ajax - How to support HTTP OPTIONS verb in ASP.NET MVC/WebAPI application - Stack Overflow

ajax - How to support HTTP OPTIONS verb in ASP.NET MVC/WebAPI application - Stack Overflow: "public class AllowOptionsHandler : DelegatingHandler
{
protected override async Task SendAsync(
HttpRequestMessage request, CancellationToken cancellationToken)
{
var response = await base.SendAsync(request, cancellationToken);

if (request.Method == HttpMethod.Options



Enable cors for Angular 4 otherwise when adding new record it will fail

Tuesday, October 17, 2017

Wpf cross platform?

http://feeds.hanselman.com/~/460352386/0/scotthanselman~What-would-a-crossplatform-NET-UI-Framework-look-like-Exploring-Avalonia.aspx

Saturday, October 14, 2017