how to integrate kendo licensed files in angular 5 app? - kendo-ui

We have an angular 5 app developed using angular-cli tool. We were using kendo trial version until now. Now, we would like to replace it with kendo licensed files.
For trial version we had installed kendo components using npm. So all of the kendo dependencies are in package.json file.
For licensed files, we downloaded them from telerik site after getting license.
Now how do we replace those trial files with licensed files in our angular-cli project?
Thanks in advance.

I will assume you are talking about Kendo UI for Angular and not Kendo UI for jQuery or any other Kendo.
You install packages with npm, same as for trial.
Notes:
For getting source code, you will need to enter credentials. Documentation.
License information here.
If you do not own a commercial license, this file shall be governed by
the trial license terms.
Read this issue for details. I think it will answer all your questions.

Related

This is a trial version of jqGrid for ASP.NET MVC which has expired

I have recently been upgrading a legacy application from MVC4 to MVC5 and I discovered that I can no longer use my version of JqGrid. I get the message;
This is a trial version of jqGrid for ASP.NET MVC which has expired.
I found out that I can still get a free version;
Is JQGrid free?
So I uninstall the existing JqGrid via Nuget and I download the new free version via Nuget: Install-Package free-jqGrid
I run the application but I still get the "trial version" error message. I try clearing the caches but still I have this problem. How do I fix this?
So the problem was that the Trirand dll for "jqGrid ASP.NET MVC" is no longer available for free.
The best option is to use the free version of JqGrid in javascript, which works perfectly well enough.

How to install Umbraco on VS2015?

I'm following the guide oninstalltion Umbraco here. It seems that they don't mention VS2015but I followed as closely I could by installing it into an empty MVC 5 project.
However, as I install UmbracoCMS via NuGet, I see this error (and a bunch of alikes, all nagging about DNX 5 being not supported).
NU1002 The dependency Microsoft.AspNet.WebHelpers 3.2.3 in project PocUmbraco does not support framework DNXCore,Version=v5.0.
c:\users\chamster\documents\visual studio 2015\Projects\PocUmbraco\src\PocUmbraco\project.json
I'm very unclear what to do about it. I've googled but didn't find anything helpful, likely due to ignorance and limited experience with Umbraco.
You actually installed into a ASP.NET 5 project (which has MVC6).
You should not use the ASP.NET 5 template, but something like 4.5.2 or 4.6. DotnetCore is not supported by Umbraco. Not sure about ASP.NET 5, but according to this, it does not sound very supported to me:
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/66903-umbraco-on-linux-with-aspnet-5
Also, leave out azure if you just want to get a POC running.
Then after you created your empty ASP.NET project, install nuget package UmbracoCms, and hit that F5 button and go from there :-)

Issue with latest Silverlight Toolkit for Windows Phone 7

In my latest WP7 project I added using Nuget a reference to the Silverlight Toolkit for WP7.
In one of my pages I added a new namespace reference at the top as I've done on previous occasions:
xmlns:toolkit="clr-namespace:System.Windows.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
However, when I try to add a toolkit control to the page, I get only one option after typing
<toolkit:HeaderedItemsControl
All the other toolkit controls are not accessible from XAML.
Did anyone face any similar issues with the lastest Nuget release for Silverlight Toolkit on WP7?
Am I missing something (I've used the toolkit before without any issues... although I agree I didn't use Nuget on that occasion)?
I can access the other toolkit classes from code without any problems...
Any help or suggestions are welcomed!
Thank you in advance!
Andrei

Any built in Captcha control from Microsoft to be used in MVC

Does microsoft provides any library for Captcha for MVC. I know there are third party ones but wondering if Microsoft has any one of its own?
Nuget packages typically have all the best development tools.
http://nuget.org/List/Packages/microsoft-web-helpers
ASP.NET Web Helpers Library - 1.15 with 33k+ has a strong following.
There's a nuget recaptcha package.
http://nuget.org/List/Packages/recaptcha
However, this isn't MVC specific. You have to make a few modifications. See:
http://devlicio.us/blogs/derik_whittaker/archive/2008/12/02/using-recaptcha-with-asp-net-mvc.aspx

question about the datePicker available for windows phone

I'm just starting with windows phone development and was trying to get the datePicker to work. Searching for tutorials, all seem to be pointing to a reference to
C:\Program Files (x86)\Microsoft SDKs\Windows
Phone\v7.0\Toolkit\Nov10\Bin\Microsoft.Phone.Controls.Toolkit.dll
The problem is that i don't have this file (and after a computer search this file doesn't exist at all in my computer) so after looking some more, a found this link that says that i must install the toolkit. This seems quite not right(i was thinking this feature was fully integrated, not a alternate design being such a key-feature).
Analysing the feed i got from google, those link are pretty old(september - november 2010). Has Microsoft redesigned the method to acces dataPicker or is this method still the current official one?
I'm not fully sure of the reason but from the codeplex page:
Straight from Microsoft, both the Silverlight Toolkit and Silverlight
for Windows Phone Toolkit provide the developer community with new
components, functionality, and an efficient way to help shape product
development. Toolkit releases include open source code, samples &
docs, plus design-time support for the Windows Phone platform as well
as the Silverlight browser plugin.
The easiest way to pick and choose what components to install is probably via NuGet.
http://nuget.org/List/Packages/SilverlightToolkitWP
This is more or less the current way. The main changes are that there's now an easier way of getting the toolkit using NuGet and there is a later release that supports WP7 Mango.
I'd recommend getting the sample app so you can see good examples of Toolkit however.
Just download and install the Toolkit which is readily available in the following link,
Silverlight Toolkit.
Then Add reference to the Microsoft.Phone.Controls.Toolkit.dll in the installed folder.
Then you can access it with adding the xaml code,
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

Resources