V
V
Vladimir Dubos2016-08-03 21:58:48
In contact with
Vladimir Dubos, 2016-08-03 21:58:48

How to connect .NET API in Visual C#?

Given: programmer of all trades from the ass, Microsoft Visual Studio, Visual C# and VKNET API ( https://vknet.github.io/vk/).
It is necessary to connect the VKNET API to the project in C #, Visual Studio is Russian, so it is advisable to describe everything in Russian. The whole point is that in the archive downloaded on the VKNET API website there are a bunch of folders, in VkNet there is a c # project with everything you need.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
idShura, 2016-08-03
@vovaduba

In the nuget package management console, run the following command:
ps in Microsoft Visual Studio 2015 nuget is already installed, in the rest you may need to install it separately.

M
Michael, 2016-08-04
@Madfisht3

If he can’t use Nuget, then he’s definitely not a VS c # programmer.

#
#algooptimize #bottize, 2016-08-03
@user004

On the site on the main page there is a command to connect the package.
Or manually add through the interface.
Google how to include nuget package

R
Rou1997, 2016-08-04
@Rou1997

There are not only folders in the archive, there is also an SLN file, open it in Visual Studio, compile (compile) the library and connect it to the main project, but in general on Windows Desktop there is no need to use any special library, VK uses the usual HTTP and OAuth protocol , you can work with them using .NET tools, that is, WebBrowser and System.Net / Microsoft HTTP / RestSharp, and gradually write your own library of functions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question