Sunday, July 1, 2018

Adding The Data Disk To The Azure Windows Virtual Machine

In this article, we’ll see about how to attach a data disk to the Virtual machine with simple steps.

source https://www.c-sharpcorner.com/article/adding-the-data-disk-to-the-azure-windows-virtual-machine/

Deploy To Azure (Platform As A Service) Websites Using Kudu REST APIs

Kudu REST APIs zipdeploy and vfs provide excellent mechanism to deploy code to Azure websites and verify deployment. Kudu REST API command can be further used to run DOS commands, PowerShell scripts and Batch scripts to customize deployments if needed. And this technique removes dependency of any kind of paid Tools or Integrated Development Environment for Azure website deployments and is platform or programming language agnostic.

source https://www.c-sharpcorner.com/article/deploy-to-azure-platform-as-a-service-websites-using-kudu-rest-apis/

Learn SharePoint In Series - Part Nineteen - Choice And Number Columns Type In SharePoint

This article talks about how to use Number and Choice column types in SharePoint lists

source https://www.c-sharpcorner.com/article/learn-sharepoint-in-series-part-nineteen-choice-and-number-columns-type-in-s/

Microsoft Flow In 10 Days - Day Seven - Sending Data From Angular To Microsoft Flow

This article will explain how Flow can be triggered from Angular and to send data from Angular

source https://www.c-sharpcorner.com/article/microsoft-flow-in-10-days-day-7/

Simple Resume Mobile App With Xamarin.Forms Master-Detail Page And C#

In this article, we will learn about what MasterDetailPage in Xamarin.Forms are and what purpose does it resolve. We will implement MasterDetailPage in the practical demonstration and create a small resume mobile app with Xamarin.Forms.

source https://www.c-sharpcorner.com/article/simple-resume-mobile-app-with-xamarin-forms-master-detail-page-and-c-sharp/

Passing Data To A Worker Thread In C# and .NET

How to pass data to a thread in C#.

source https://www.c-sharpcorner.com/article/passing-data-to-a-worker-thread-in-c-sharp-and-net/

The Curious Case Of Callbacks Vs ES6 Promises

The caption over here totally summed up my views regarding the two most fundamental concepts in the world of javascript prior to writing this piece.

source https://www.c-sharpcorner.com/article/the-curious-case-of-callbacks-vs-es6-promises/