Terilik MVC GRID controls is free of charge? - asp.net-mvc

I am a beginner at using the Terilik grid. I am already working in an nopCommerce project 2.30 ( customization ).
I found Telerik.Web.Mvc.dll in the nopCommerce 2.30 project. Please see this image below.
I have no idea if this control is free of charge or is a trial version. But the Terilik controls work fine in everywhere in my project.
I've tried to set a Column Context Menu in this project ( nopCommerce 2.3), but I can't get .ColumnContextMenu() in Razor intellisence in this project.
Please Help me.

.ColumnContextMenu() option get in the nopCommerce 2.65 version of Terilik library.
But i am not sure the Terlirik controls library is free of charge.
Hope will help.

for the ColumnContextMenu issue, try to using:
#using Telerik.Web.Mvc.UI.Fluent
maybe you could enjoy Razor intellisence !

Related

Add Area Option for Mvc application missing in VS2015

I have an vs 2015, i am working on mvc application but when i tried to add area i cann't see add area option any where in those option, but i could able to add those in 2012 version. And also in case of adding controller to the project i can't add normal MVc controller to my project it's giving only option for adding Web api controller and and its types, how should i make this work ? sholud i install some scaffolder templates or what ? can i get the solution for this issue ?? , thanks in advance.
For VS 2019
Press right click on ur project
2. Add
3. New Scaffolded Item...
4. MVC 5 Area
Yes, I found the problem that it's my project issue. adn becuase it was a mvc4 project and i am trying to run in vs 2015, it couldn't able to recongnize as right version.
and Updating my project mvc version solved the problem
Ref 1.https://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253806
Ref 2.http://www.codingdefined.com/2015/04/how-to-fix-systemmethodaccessexception.html

Is there an official page for ASP.NET MVC Futures?

I am planning to integrate Mvc.Futures in my project, but am unable to find any official documentation for this library.
Official project page on nuget.org points to old asp.net project page on codeplex and even there is not so clear where information about Futures can be found.
I might be missing something, but would appreciate if anyone can give me pointers to the right place.
Thanks.
This is follow up on my own question:
I haven't found anything else related to Mvc.Futures after i posted this question, so i ended up using T4MVC which seem to get more love from MSFT than the Futures itself (lead developer of this template is MSFT employee David Ebbo).
We are using it quite successfully so far (more than 8 months) and i am pleased with the results.
For better integration with Visual Studio i am using AutoT4MVC extensions which runs the T4 templates on each change in the sections of the MVC app that require rebuild (such as Controllers, Content*, Views etc..)
To sum up - i would suggest that you stay out of Mvc.Futures for now and use T4MVC instead.

Umbraco 7 Starter Kit?

I have worked with previous versions of Umbraco in the past but am currently evaluating Umbraco 7 for a new project. I am looking for a more conventional approach than the default "txt" starter project that is suggested by default. Are there any other starter kits that are compatible with Umbraco 7? Preferably one that has good examples of the new MVC Razor code and page hierarchy.
Yep, the local gov, or here, or even here.
Have fun.

How can I tell which version of MVC a Web Application\Site is?

As above... How could you find out, given the source code, what version of MVC an application is?
If you right click on the MVC reference in the web application and go to properties, there should be version property of the referenced MVC dll.
According to this answer, you can programmatically get the version of the assembly with the following:
typeof (Controller).Assembly.GetName().Version

how to use MVC 3 intellisense for razor in Visual studio

How i can use Intellisense for Razor in Visual studio.
Simply download and install MVC3 RC1.
http://weblogs.asp.net/scottgu/archive/2010/11/09/announcing-the-asp-net-mvc-3-release-candidate.aspx
If your having problems getting it to work and you have the RC installed a long with ReSharper. You have to disable ReSharper's intellisense. Per this tweet.
If you were previously using MVC3 Beta and set a file extension association in Visual Studio between .cshtml/.vbhtml and the HTML editor (to get nice HTML colours), then you'll need to remove it before IntelliSense will work with MVC3 RC.
Not sure I udnerstand the question. Are you not seeing color highlighting and intellisense?
You have to get the MVC 3 Release Candidate that was released 9th November.
Download link:
http://go.microsoft.com/fwlink/?LinkID=191797
If you have the RC, then you may have to enable the intellisense by doing the following:
Tools > options > text editor > all languages and make sure intellisense is turned on.
It could be that you have installed a utility like Resharper that might have disabled it.
I hope this helps.

Resources