how can I use github in visual studio 2010 express for windows phone? - github

Should
I install github in visual studio 2010 express for windows phone.
How can I do?

I don't recommend integrating git into visual studio.
However, you can use standalone Github application. I've been using it for a long time for my Windows Phone projects, it works OK.
P.S. And one more thing. You shouldn't use VS 2010: the SDK is too old, and is long unsupported. You can, and you should, migrate to visual studio 2012 or 2013 - it supports building apps for windows phone 7.5+

Related

How to install AJAX Control Toolkit in visual studio 2022?

I have Visual Studio 2022. I want to install ajax control toolkit, but the 20.1.0 installer does not work from the devexpress. Is there a way to get it working?
I had the same problem.
This is what I did as a workaround:
I installed Visual Studio 2019 Community edition on my system. I got my copy through https://visualstudio.microsoft.com/subscriptions/. It may be available at other sites as well.
Then download and install AJAX toolkit from DevExpress. It will now install properly and include the AJAX toolkit controls in the Visual Studio 2019 toolbox. It WILL NOT include the new controls in the Visual Studio 2022 toolbox.
To include the new controls in the Visual Studio 2022 toolbox, follow the instructions at add ajaxtoolkit to toolbox
This workaround has worked for me so far.
I hope it works for you!

Can Visual Studio Code be installed side by side with visual studio 2019 [duplicate]

This question already has an answer here:
Can Visual Studio Code and VS 2012 be installed on same computer?
(1 answer)
Closed 1 year ago.
Is it safe to install Visual Studio Code on a machine that has an installation of Visual Studio 2019 Enterprise?
Are there any known issues?
Of course they can. I have both installed.
To understand the differences better, refer to this answer What are the differences between Visual Studio Code and Visual Studio?
Also, Visual Studio currently (April 2021) works only on Windows and Mac ( separate Visual Studio for MAC), while Visual Studio Code works on Windows, Linux and Mac OS.
Yes, you can install and use both simultaneously and safely.
Visual Studio Code is a lightweight but powerful source code editor. It has IntelliSense code completion for variables, methods, and imported modules, graphical debugging, linting, multi-cursor editing, parameter hints, and other powerful editing features, and built-in source code control including Git support.
Visual Studio (current version Visual Studio 2019) is Microsoft’s premier IDE. With it, you can develop, debug, analyze, test, collaborate and deploy your software.
Visual Studio doesn’t run on Linux but VS Code does.
Yes, it is.
Visual Studio and Visual Studio Code are two different programs and apart from the name, they haven't too many common points.

Can I use source control from Visual Studio Team Services using VS 2015 Community edition

I want to install Visual Studio Community edition and I need to use Visual Studio Team Services (was Visual Studio Online) free account as source control.
The information on the visual studio site seems to indicate no functionality available under the Team Foundation section. But from a lot of searching online I have found conflicting advice and people say that they have been able to use it with an in-house TFS etc.
Can I use the Visual Studio 2015 Community Edition with the Visual studio Team Services free services like source control, work item tracing, branching/merging code etc?
The answer is YES. You can use any VS edition to connect to Visual Studio Team Service.

Is Windows SDK for Windows Server 2008 a dependency for Visual C++ and C#?

When I installed Microsoft Visual C++ and C# 2008 Express, I got "Microsoft Windows SDK for Windows Server 2008" added in.
I want to know if I can remove it and still have all the functionality of Visual C++/C#.
Strange, I remember it was shipped with Vista RTM headers (The Microsoft Windows Software Development Kit Update for Windows Vista version). Looks like Microsoft updated the SDK bundled with Express.
Anyway, the SDK is responsible for a lot of features in Visual Studio. For example, Visual Studio invokes sgen.exe to generate XML serializer assemblies, and call rc.exe to compile a resource script. Chances are you can't get away without it if you are not writing hello-world apps.

How to set up TFS 2010 in Visual Studio 2010 Premium/Ultimate?

This might sound like a silly question but is there a manual or a guide on how to set up Team Foundation Server 2010 in Visual Studio 2010 Premium or Ultimate? It comes built-in right?
I've only got up to the Server list part. It's asking me to select a TFS server and port, but I don't think I have one. All I have installed is Visual Studio 2010. According to this product comparison page, TFS 2010 should come pre-installed with Visual Studio 2010.
Team Foundation Server is the source control server application. It is not the same as Visual Studio 2010 Premium/Ultimate.
In order to use TFS, you must install it on a machine on your network, then connect to it using the client, which is what comes preinstalled with Visual Studio.
Back in 2008, you'd have to download the TFS Client separately and install that in order to connect Visual Studio to a TFS instance. This might be what's leading to your confusion.
No, it doesn't come built in. Team Foundation Server is a separate product from Visual Studio; the (slightly misleading) table on the page you linked does indicate that TFS "can be purchased separately."