I'm new to UI for ASP.NET AJAX, so please excuse my probably stupid question:
I'm working on a legacy project which I am supposed to leverage to the latest Visual Studio edition.
In the legacy application, it was common to download some files, add them to some project related "lib" folder and then reference the Assemblies therein.
Since we have NuGet now, I'd like to migrate the existing procedure to the currently suggested behaviour and download a matching NuGet package which then everyone in the team will automatically have downloaded and installed.
I can't find the Telerik NuGet package on nuget.org, though.
What is the suggested process of adding Telerik UI for ASP.NET AJAX to a web project?
Your help is apprecited.