Visual Studio Articles (45) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

45 records found.
 
Amatya
Visual studio shortcuts 
Last updated on: 12 Jan 2018 03:46:08 AM by Amatya | Views: 5277 | Category: Visual Studio |
Votes: 2 | Rating: 5 out of 5
Hi, here we will learn some visual Studio short keys and tips which will be helpful for developers, tester, tech lead etc. Every developer who uses Visual studio should know or familiar with the shortcut which Iam going to share here. Hope it will be helpful for freshers and even the experience software developer friends.
Ahteshamax
A Simple Editor – VS (Visual Studio) Code 
Last updated on: 24 Mar 2017 08:23:23 AM by Ahteshamax | Views: 4203 | Category: Visual Studio |
In this article we will explain about Visual Studio VS (Visual Studio ) Code and its features.
Rajnilari2015
Step by Step guidance to install VS 2017 Community Edition 
Last updated on: 08 Mar 2017 12:50:35 AM by Rajnilari2015 | Views: 12615 | Category: Visual Studio |
Visual Studio 2017 is now available. In this article we will look into installation VS 2017 Community Edition in a step by step manner.
Rama Sagar
Usage of Web access in Team Foundation Server 2012 
Last updated on: 21 Oct 2013 12:55:58 PM by Rama Sagar | Views: 4719 | Category: Visual Studio |
In TFS Web Access, we can plan, track and manage work items in Team Foundation Server without a need for a dedicated client application like (Visual Studio, Test Professional…).
Rama Sagar
Creating Project in Team Foundation Server 2012 
Last updated on: 06 Sep 2013 09:04:40 AM by Rama Sagar | Views: 11766 | Category: Visual Studio |
Votes: 1 | Rating: 4 out of 5
This Article explains on how to create Team Project, Add Team Members, Assigning Roles, Assigning Tasks, Reporting a bug in Team Foundation Server 2012
Prabhukiran345
Visual Studio.NET ShortCut Keys - Increase productivity 
Last updated on: 22 Apr 2013 09:37:11 AM by Prabhukiran345 | Views: 6396 | Category: Visual Studio |
Votes: 4 | Rating: 4.5 out of 5
In this article, I am going to share some shortcuts of Visual Studio. Hope this will be helpful.
Raj.Trivedi
Creating Set up for Windows Application using ICONS 
Last updated on: 28 Mar 2013 01:41:34 AM by Raj.Trivedi | Views: 6518 | Category: Visual Studio |
Votes: 1 | Rating: 4 out of 5
In the real world application development we deal with windows application and after programming the app, the time comes to create the Installer or the Set up file.In this article we will explore the same.
  • Rama Sagar
    Android SDK in Visual studio 2012 
    Last updated on: 09 Feb 2013 12:53:37 AM by Rama Sagar | Views: 147746 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    This Article Explains you to how to install Xamarins Mono for Android in Visual studio 2012 to develop Android Applications using c# and Dot net Framework…
    Ambily.Raj
    Asynchronous programming - async & await 
    Last updated on: 06 Nov 2012 04:50:29 AM by Ambily.Raj | Views: 14910 | Category: Visual Studio |
    .Net 4.5 introduced the new asynchronous programming model using the asyn and await keywords. Till now asynchronous programming is little complex and the debugging of the same is painful. Now with the help of the new asynchronous programming, developers can write simple codes to do the asynchronous tasks.
    Ambily.Raj
    Visual Studio 2012 Features – Quick Launch 
    Last updated on: 09 Oct 2012 04:58:26 AM by Ambily.Raj | Views: 8274 | Category: Visual Studio |
    Votes: 2 | Rating: 4.5 out of 5
    Visual Studio 2012 is having a bunch of new features, which helps improve the developer productivity. In this article we will discuss about the Quick Launch Feature.
    Ambily.Raj
    Visual Studio 2012 Features–Code Clone Analysis 
    Last updated on: 11 Sep 2012 12:19:24 AM by Ambily.Raj | Views: 11641 | Category: Visual Studio |
    Votes: 1 | Rating: 4 out of 5
    Visual Studio 2012 introduced a very helpful feature called Code Clone Analysis, which will search the solution and find out the duplicate code snippets.
    Ambily.Raj
    Visual Studio 2012 Features – Extract To User Control 
    Last updated on: 04 Sep 2012 06:48:00 AM by Ambily.Raj | Views: 40904 | Category: Visual Studio |
    Visual Studio 2012 introduces another great feature for creating a user control out of the existing code. Till now we used to create different User controls and use it in main page. Now, with the introduction of Visual Studio 2012, we are developing the pages and generate the User controls from the existing page design.
    Ambily.Raj
    Visual Studio 2012 Features - SQL Server Object Explorer 
    Last updated on: 01 Sep 2012 01:53:52 PM by Ambily.Raj | Views: 20766 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    Visual Studio 2012 introduced a new feature called SQL Server Object Explorer. In earlier versions of Visual Studio, we have Server Explorer, which opens up a particular connection and work with a single database data. Now with the new SQL Server Object Explorer, we are able to manipulate multiple databases from a database server.
    Niladri.Biswas
    Creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDK 
    Last updated on: 20 Jun 2012 05:49:40 AM by Niladri.Biswas | Views: 11957 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    In this article we will learn creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDK
    Niladri.Biswas
    Creating a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDK 
    Last updated on: 18 Jun 2012 11:31:33 PM by Niladri.Biswas | Views: 11856 | Category: Visual Studio |
    Votes: 1 | Rating: 5 out of 5
    In this article we will see how to create a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDK