Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017

Xamarin is Cross Platform App development tool owned by Microsoft. By using Xamarin tools you can create hybrid as well as native application for Windows, iOS and Android.
Xamarin tools are available to download with Visual Studio and you can directly create AndroidiOS and Windows apps from Visual Studio itself.
Most of the common code is written in C#. So you don’t need to learn Java, Objective-C or Swift to build apps if you already know C#.
In this tutorial I am going to show you how to create Xamarin Forms app using .Net Standard and Visual Studio. Continue reading “Getting Started With Xamarin Forms dot Net Standard Visual Studio 2017”

Use Git Source Control with Visual Studio 2017

In this article I am going to explain How to Use Git Source Control with Visual Studio 2017.
Visual Studio is one of the best integrated development environment (IDE) from Microsoft.
It is used to develop computer programs, as well as websites, web apps, web services and mobile apps using Microsoft technologies like C#, VB, VC++ etc. languages.
Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight.
It can produce both native code and managed code. Continue reading “Use Git Source Control with Visual Studio 2017”