COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Visual Studio 2015
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Delpin Susai Raj (39)
Alagunila Meganathan (17)
Rakesh Trivedi (13)
Muthuramalingam Duraipandi (4)
Saineshwar Bageri (3)
Rehman Shahid (3)
Kishore Chowdary (3)
Chirag Satasiya (3)
Rahul Saraswat (2)
Prashant Bansal (1)
Karthik Elumalai (1)
Mohamed Elqassas Mvp (1)
Sakthivel Ganesan (1)
Kaviya Balasubramanian (1)
Mukesh Kumar (1)
Viral Jain (1)
Naveen A (1)
Abdul Rasheed Feroz Khan (1)
Manoj Kulkarni (1)
Suresh M (1)
Mahesh Chand (1)
Sravan Kumar Reddy Dudyalu (1)
Related resources for Visual Studio 2015
No resource found
How To Install TypeScript Plug-in In Visual Studio 2015
1/13/2018 12:10:55 PM.
In this article, we will see the simple step by step process to install TypeScript Plugin for Visual Studio.
Using Bitbucket Extensions With Visual Studio 2015
1/10/2018 11:54:09 AM.
In this article we are going to learn how to use Bitbucket Extensions with Visual Studio 2015, in the previous article we have learned how to create Bitbucket account and new repositories and push rep
Using Bitbucket With Visual Studio 2015
1/2/2018 5:42:19 PM.
In this article, we are going to learn how to use Bitbucket version control system with Visual Studio 2015.
Step By Step Creation Of Angular Project With TypeScript Using Visual Studio 2015
11/2/2017 11:51:01 AM.
In the right pane, move the global $(PATH) entry to be above the internal path $(DevEnvDir) entries. This tells Visual Studio to look for external tools (like npm) in the global path before the intern
Create SharePoint 2016 Solutions In Visual Studio 2015
10/12/2017 11:09:22 AM.
In this article, I will explain how to show the SharePoint 2016 Project Template in Visual Studio 2015.
Docker And Docker Tool In Visual Studio 2015
8/17/2017 5:18:22 PM.
Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers that can run on the cloud or on-premises. Build Once and Run Anywhere is the mant
Routing In Angular 2 With TypeScript And Visual Studio 2015 - Part One
7/31/2017 3:15:49 AM.
In this article, we are going to learn how to implement routing in Angular 2 with an example. Routing is a concept which helps users to navigate from one view to another view of the application. Simil
How To Setup Angular 2 With Visual Studio 2015
7/21/2017 1:37:28 PM.
This article describes the step-by-step solution to setup Angular 2 with your Visual Studio 2015 IDE. This is for those who love Visual Studio.
GitHub Integration With Visual Studio 2015
7/10/2017 10:15:57 AM.
This article will demonstrate GitHub integration with Visual Studio 2015.
Create SharePoint Project And Deployment Steps Using Visual Studio 2015
7/7/2017 12:05:37 PM.
In this article, I would like to share the steps to Create SharePoint project using Visual studio 2015. It is hosted in IIS Worked process i.e. W3WP.exe can affect the whole farm when we run the code.
Getting Started With WEB API Step By Step With A Sample Application
7/4/2017 8:09:14 AM.
In this article you will learn what is ASP.NET Web API and why do we use it. Here I will also show you how to create your first Web API service with Visual Studio 2015.
Create Database Project In Visual Studio 2015
6/20/2017 5:18:09 PM.
Create Database Project In Visual Studio 2015.
Create A WCF Service Client In Visual Studio 2015
4/20/2017 10:14:08 AM.
This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
Create WCF Web Service In Visual Studio 2015
4/18/2017 12:49:59 AM.
In this article, you will learn how to create your first REST based XML Web Service in Visual Studio 2015.
Exploring Gesture Detection With An Animation In Xamarin With Visual Studio 2015
3/8/2017 2:34:05 PM.
In this article, we will learn how to detect touch gestures with an animation in Xamarin with Visual Studio 2015.
Create Drawable Animation In Xamarin With Visual Studio 2015
3/7/2017 7:00:17 PM.
In this article, we learned how to create Frame or Drawable Animation in Xamarin with Visual Studio 2015.
Create A SearchView In Xamarin Android App Using Visual Studio 2015
3/7/2017 1:47:00 AM.
In this article, you will learn how to create a Search View in Xamarin Android app, using Visual Studio 2015.
Create Animated Splash Screen In Xamarin With Visual Studio 2015
3/3/2017 4:19:15 PM.
In this article, we learned how to create an animated splash screen in Xamarin with Visual Studio 2015.
How To Create Animation Using ViewAnimator In Xamarin With Visual Studio 2015
2/25/2017 12:44:01 PM.
In this article, we will learn how to create an animation using ViewAnimator, about the methods of ViewAnimator, and how set an animation effect, using ViewAnimator in Xamarin with Visual Studio 2015.
How To Create Left And Right Drawers In Xamarin With Visual Studio 2015
2/25/2017 11:34:17 AM.
In this article, we will learn how to create left and right drawers and their items in addition to selecting an event in Xamarin with Visual Studio 2015.
Understand Content Provider In Xamarin With Visual Studio 2015
2/21/2017 1:58:28 PM.
In this article, we will learn about accessing the life cycle of ContentProvider, adding user permission in the application using built in ContentProvider.
Create Custom ListView In Xamarin With Visual Studio 2015
2/21/2017 1:55:16 PM.
In this article, we will learn how to create, show custom ListView, and write Itemclick event of ListView in Xamarin with Visual Studio 2015.
Understand Hybrid Service In Xamarin With Visual Studio 2015
2/20/2017 9:24:26 AM.
In this article, we will learn about the Hybrid Service lifecycle and how to create, start, bind and unbind Hybrid Service in Xamarin with Visual Studio 2015.
Understand IntentService In Xamarin With Visual Studio 2015
2/19/2017 11:27:10 AM.
In this article, we will learn about the IntentService lifecycle and how to create and start IntentService in Xamarin with Visual Studio 2015.
Understand Bound Service Using Xamarin With Visual Studio 2015
2/18/2017 3:03:30 PM.
In this article, we will learn about life cycle of Bound Services - how to create, bind, and unbind the Bound type of Service in Xamarin using Visual Studio 2015.
Understand Unbound Service In Xamarin With Visual Studio 2015
2/16/2017 11:06:30 PM.
In this article, you will learn about unbound Service in Xamarin with Visual Studio 2015.
Understanding Broadcast Receiver Using Xamarin Visual Studio 2015
2/14/2017 11:08:38 PM.
In this article, you will learn about broadcast receiver using Xamarin Visual Studio 2015.
Build Your First Android Application Using Xamarin Visual Studio 2015
2/14/2017 6:15:27 PM.
In this article, you will learn how to build your first Android Application, using Xamarin Visual Studio 2015.
How To Add Code4Fun Color Picker Component In UWP App
1/18/2017 11:12:59 AM.
In this article, you will learn about adding a Code4Fun Color Picker component in UWP projects.
Create An Alert Dialog With Icon In Xamarin Android App Using Visual Studio
1/12/2017 10:49:18 AM.
In this article, you will learn how to create an Alert dialog with the icon in Xamarin Android app, using Visual Studio 2015.
Create An Alert Window In Xamarin Android App Using Visual Studio 2015
1/12/2017 10:40:06 AM.
In this article, you will learn how to create an Alert Window in Xamarin Android app, using Visual Studio 2015.
Hosting A Website In Microsoft Azure Using Visual Studio
1/8/2017 1:51:45 PM.
In the article, I will explain about the steps to host a website which is created in Visual Studio. Here, Azure will be in a cloud environment.
Voice Login System Using Microsoft Visual Studio
1/7/2017 1:04:15 PM.
In this article, I will explain the method of creating a login system, which works with the help of voice inputs. You can make use of this in the Automation programs for security purposes.
Creating An SQL Server Database In Azure Using Microsoft Visual Studio 2015
1/4/2017 2:27:29 AM.
In this article, you will learn, in a step by step procedure, to create a SQL database in the Azure portal, using Visual Studio 2015.
Azure Data Factory - Creating A Data Lake Store Account With Visual Studio 2015 - Part One
12/29/2016 3:20:10 PM.
In this article, you will learn how to create a Data Lake Store Account with Visual Studio 2015.
Using Progress Bar Control In Onsen UI Using Visual Studio 2015
12/27/2016 11:29:03 AM.
In this article, you will learn how to use the Progress Bar Control in Onsen, using Visual Studio 2015.
Create A Frame Layout In Xamarin Android App Using Visual Studio 2015
12/27/2016 11:04:08 AM.
In this article, you will learn how to create a Frame Layout in Xamarin Android app, using Visual Studio 2015.
Create An Absolute Layout In Xamarin Andorid App Using Visual Studio 2015
12/26/2016 6:46:50 PM.
In this article, you will learn how to create an Absolute Layout in Xamarin Android apps, using Visual Studio 2015.
Getting Started With .NET Core With Windows And Visual Studio 2015 - Part Three
12/26/2016 5:57:31 PM.
In this series of article, we will learn how to create .NET Core applications on Windows, using Visual Studio 2015.
Getting Started With .NET Core With Windows And Visual Studio 2015 - Part Two
12/18/2016 11:11:44 PM.
In this series of articles, we will learn how to create .NET Core Applications in Windows, using Visual Studio 2015.
Getting Started With .NET Core With Windows And Visual Studio 2015 Part - One
12/16/2016 10:32:45 AM.
Here, you will learn how to get started with .NET Core with Windows and Visual Studio 2015.
Developing Login Page In Onsen UI Using Visual Studio 2015
12/15/2016 11:45:15 AM.
In this article, you will learn how to use the login page in Onsen using Visual Studio 2015.
How To Validate A Web URL In Xamarin Android App Using Visual Studio 2015
12/14/2016 11:12:15 AM.
In this article, you will learn how to validate a Web URL in Xamarin Android app, using Visual Studio 2015.
How To Connect SQL Database In ASP.NET Using C# And Insert And View The Data Using Visual Studio 2015
12/14/2016 10:55:52 AM.
In this article, you will learn how to connect the SQL database into ASP.NET, using C#, and how to insert and view the data, using Visual Studio.
How To Validate A Phone Number In Xamarin Android App Using Visual Studio 2015
12/13/2016 10:53:02 AM.
In this article, you will learn how to validate a PhoneNumber in Xamarin Android app, using Visual Studio 2015.
How To Validate An Email Address In Xamarin Android App Using Visual Studio 2015
12/7/2016 4:12:09 PM.
In this article, you will learn how to validate an email address in Xamarin Android app, using Visual Studio 2015.
How To Open .Net Core Projects Created Using Command Tooling In Visual Studio 2015
12/4/2016 5:07:57 PM.
In this article you will learn about how to open .Net Core Projects created using command tooling In Visual Studio 2015.
Working With Onsen UI Tab Bar Apps In Visual Studio 2015
12/2/2016 12:25:03 PM.
In this article, you will learn how to work with the Onsen UI Tab Bar Apps in Visual Studio 2015.
How To Start Developing An Android App Using Xamarin In Visual Studio 2015
12/1/2016 1:00:20 PM.
In this article, we are going to see how to develop Android Applications, using Xamarin in Visual Studio 2015.
Creating An AutoLink Using TextView In Xamarin Android App
11/30/2016 11:35:29 PM.
In this article, you will learn how to create an autoLink using TextView in Xamarin Android app, using Visual Studio 2015.
Create TableLayout In Xamarin Android App Using Visual Studio 2015
11/30/2016 12:56:44 PM.
In this article, you will learn how to create a TableLayout in Xamarin Android app, using Visual Studio 2015.
Create "Hello World" App In Onsen UI Using Visual Studio 2015
11/29/2016 5:23:35 PM.
In this article, you will learn how to create "Hello World" app in Onsen UI, using Visual Studio 2015.
Creating A New .NET Core Web Application Using Visual Studio 2015
11/29/2016 7:01:11 AM.
In this article, you will learn how to create a new .NET Core Web Application, using Visual Studio 2015 and NET Core 1.0.1.
Working With Onsen UI Splitter Apps In Visual Studio 2015
11/29/2016 5:17:44 AM.
In this article, you will learn how to work with the Onsen UI Splitter apps in Visual Studio 2015.
Page Navigation In Xamarin Android App Using Visual Studio 2015
11/28/2016 1:23:49 AM.
In this article, you will learn how to navigate one page to another page in Xamarin Android app, using Visual Studio 2015.
Using Ionic Tabs Control Classes In Visual Studio 2015
11/27/2016 1:20:21 PM.
In this article, you will learn about how to add Ionic tabs control class in Ionic app, using Visual Studio 2015.
Create A Relative Layout In Xamarin Android App Using Visual Studio 2015
11/27/2016 12:58:09 PM.
In this article, you will learn how to create a relative layout in Xamarin Android app, using Visual Studio 2015.
Creating An ImageButton In Xamarin Android App Using Visual Studio 2015
11/26/2016 11:08:02 PM.
In this article, you will learn how to create an ImageButton in Xamarin Android app, using Visual Studio 2015.
Get Started with .NET Core On Visual Studio 2015
11/25/2016 1:04:05 AM.
In this video, Kendra demonstrates how to download and install .NET Core for Visual Studio 2015.
Using Range Classes In Ionic Blank App Using Visual Studio 2015
11/24/2016 12:15:55 PM.
In this article, you will learn about how to add Range classes in Ionic app, using Visual Studio 2015
Working With Ionic Check Box Class In Ionic Blank App Using Visual Studio 2015
11/24/2016 12:15:46 PM.
In this article, you will learn about how to add Check Box class in Ionic app, using Visual Studio 2015.
Creating A List View In Xamarin Android App Using Visual Studio 2015
11/24/2016 12:14:02 PM.
In this article, you will learn how to create a ListView in Xamarin Android app, using Visual Studio 2015.
Create A Spinner In Xamarin Android Application Using Visual Studio 2015 Update 3
11/24/2016 12:44:04 AM.
This article is about how to create Spinner application in Xamarin Android application, using Visual Studio 2015 Update 3.
Creating A ProgressDialog In Xamarin Android App Using Visual Studio 2015
11/23/2016 10:52:18 AM.
In this article, you will learn how to create a ProgressDialog in Xamarin Android app, using Visual Studio 2015.
How To Insert Data In SQLite Data Base In Xamarin Android Using Visual Studio 2015
11/22/2016 2:37:56 PM.
In this article, you will learn how to insert data in SQLite Datasase in Xamarin Android app, using Visual Studio 2015.
Create A Communications Application In ASP.NET 4.5.2 Using Visual Studio 2015
11/22/2016 2:27:20 PM.
In this article, you will learn to create a communications application in ASP.NET 4.5.2, using Visual Studio 2015.
How To Display A Stream From The Camera Using A TextureView In Xamarin Android App Using Visual Studio 2015
11/20/2016 5:38:47 PM.
In this article, you will learn how to display a stream from the camera Using a TextureView in Xamarin Android app, using Visual Studio 2015.
Create an ADO.NET Data Base In Xamarin Android App Using Visual Studio 2015
11/18/2016 12:03:14 PM.
In this article, you will learn how to create an ADO.NET data base in Xamarin Android app, using Visual Studio 2015.
Working With Onsen UI Navigation Apps In Visual Studio 2015
11/18/2016 11:39:09 AM.
In this article, you will learn how to work with the Onsen UI navigation apps in Visual Studio 2015.
Working With Ionic List Item Class In Ionic Blank App using Visual Studio 2015
11/17/2016 5:58:40 PM.
In this article you will learn how to add List Item Class in Ionic App using Visual Studio 2015
How To Load A Web Page Using WebView In Xamarin Android App Using Visual Studio 2015
11/17/2016 10:11:06 AM.
In this article, you will learn how to load a Webpage, using WebView in Xamarin Android app, using Visual Studio 2015.
How To View Local Web Page Using WebView In Xamarin Android App Using Visual Studio 2015
11/16/2016 11:36:33 AM.
In this article, you will learn how to view local webpages, using WebView in Xamarin Android app, using Visual Studio 2015.
Getting Started With Ionic Side Menu App Using Visual Studio 2015
11/16/2016 5:57:26 AM.
In this article, you will learn how to start the Ionic Side Menu app, using Visual Studio 2015
How To Use SeekBar In Xamarin Android App Using Visual Studio 2015
11/15/2016 12:24:00 PM.
In this article, you will learn how to Use SeekBar in Xamarin Android app, using Visual Studio 2015.
SeekBar Using A Listener In Xamarin Android App Using Visual Studio 2015
11/15/2016 12:17:01 PM.
In this article, you will learn how to use SeekBar using a Listener in Xamarin Android app, using Visual Studio 2015.
Working With Button Class In Ionic Blank App Using Visual Studio 2015
11/15/2016 11:42:04 AM.
In this article, you will learn how to add button control in Ionic app, using Visual Studio 2015.
How To Display An Image In Xamarin Android App Using Visual Studio 2015
11/15/2016 11:22:31 AM.
In this article, you will learn how to display an image in Xamarin Android app, using Visual Studio 2015.
How To Capture User Input Text In Xamarin Android App Using Visual Studio 2015
11/13/2016 11:38:08 AM.
In this article, you will learn how to capture user input text in Xamarin Android app, using Visual Studio 2015.
Getting Started With Ionic Tabs App Using Visual Studio 2015
11/13/2016 11:26:50 AM.
In this article, you will learn how to start the Ionic Tabs App using Visual Studio 2015
Working With Color Classes In Ionic Blank App Using Visual Studio 2015
11/12/2016 12:26:06 PM.
In this article, you will learn how to start using the Color classes in Ionic app, using Visual Studio 2015.
How To Load Large Images In Xamarin Android App Using Visual Studio 2015
11/12/2016 12:04:02 PM.
In this article, you will learn how to load large images in the Xamarin Android app, using Visual Studio 2015.
How To Reverse Geocode An Address In Xamarin Android App Using Visual Studio 2015
11/11/2016 1:45:30 PM.
In this article, you will learn how to reverse geocode an address in Xamarin Android app, using Visual Studio 2015.
Creating A Touch Event In Xamarin Android App Using Visual Studio 2015
11/10/2016 4:48:34 PM.
In this article, you will learn how to create a Touch event in Xamarin Android app, using Visual Studio 2015.
How To Get the Geocode of An Address In Xamarin Android App Using Visual Studio 2015
11/10/2016 4:46:24 PM.
In this article you will learn, how to get the Geocode of an address in Xamarin Android app, using Visual Studio 2015.
Getting Started With Ionic Blank App Using Visual Studio 2015
11/8/2016 11:00:28 PM.
In this article, you will learn how to start the Ionic Blank app, using Visual Studio 2015.
Creating A Camera TextureView In Xamarin Android App Using Visual Studio 2015
11/8/2016 6:10:41 PM.
In this article, you will learn how to create a Camera TextureView in Xamarin Android app, using Visual Studio 2015.
Getting Started With Onsen UI Apps In Visual Studio 2015
11/8/2016 5:55:29 PM.
In this article, you will learn about getting started with Onsen UI apps in Visual Studio 2015.
How To Update Contact Profile In Xamarin Android Using Visual Studio 2015
11/8/2016 5:30:28 PM.
In this article, you will learn how to update the contact profile in Xamarin Android app, using Visual Studio 2015.
Draw Polygon Graphics In Xamarin Android App Using Visual Studio 2015
11/6/2016 4:17:14 PM.
In this article, you will learn how to draw Polygon Graphics in Xamarin Android app, using Visual Studio 2015.
Create A SQL Database In ASP.NET Web Form Using Visual Studio 2015 Update 3
11/5/2016 5:11:40 PM.
In this article, you will learn how to create SQL database in ASP.NET, using Visual Studio 2015.
How To Use RatingBar In Xamarin Android App Using Visual Studio 2015
11/5/2016 4:50:00 PM.
In this article, you will learn how to use the RatingBar in Xamarin Android app, using Visual Studio 2015.
Draw 2D Graphics In Xamarin Android App Using Visual Studio 2015
11/4/2016 6:11:39 PM.
In this article, you will learn how to draw 2D graphics in Xamarin Android app, using Visual Studio 2015.
Creating A Splash Screen In Xamarin Android App Using Visual Studio 2015
11/4/2016 5:20:24 PM.
In this article, you will learn how to create a splash screen in Xamarin Android app, using Visual Studio 2015.
Image Gallery View In Xamarin Android App Using Visual Studio 2015
11/3/2016 11:44:53 AM.
In this article, you will learn about how to create the Image Gallery View in Xamarin Android app, using Visual Studio 2015.
How To Get Pluralized Values In Xamarin Android App Using Visual Studio 2015
11/3/2016 1:24:11 AM.
In this article, you will learn how to get pluralized values in Xamarin Android app, using Visual Studio 2015.
Quick Start On Apache Cordova Using Visual Studio 2015
11/1/2016 5:55:36 PM.
In this article you will learn about Quick Start on Apache Cordova using Visual Studio 2015.
Getting Started With Angular 2 Application Using Visual Studio 2015
10/31/2016 5:12:58 PM.
In this article, we will learn about getting started with Angular 2 application, using Visual Studio 2015.
Pass Data Between Two Activities In Xamarin Android App Using Visual Studio 2015
10/28/2016 11:57:06 AM.
In this article, you will learn how to pass the data between two activities in Xamarin Android app, using Visual Studio 2015.
Creating A Camera App In Xamarin Android App Using Visual Studio 2015
10/27/2016 1:11:05 PM.
In this article, you will learn, how to create the Camera app in Xamarin Android app, using Visual Studio 2015.
Creating A Frame Animation In Xamarin Android Using Visual Studio 2015
10/26/2016 2:09:09 PM.
In this article, you will learn how to create the Frame Animation in Xamarin Android app, using Visual Studio 2015.