Search code examples
visual-studio-codedevexpressasp.net-core-2.0devexpress-mvc

Integrate Devexpress tool in Asp.net Core Application on the VS Code


I am trying to refer to the Devexpress tool in ASP.net Core application in the VS Code.

I am not able to refer to the DevExpress tool in VS code which is in not show the reference option. can you help me how will reference the dll in VS code I tried but no luck..

Is it possible to integrate Devexpress tool in VS Code?.

Solution

  • I got solution, review the Using .NET Core in Visual Studio Code article that describes a general approach how to create a new .NET Core application in Visual Studio Code. Then refer to this article to learn how to add the DevExpress ASP.NET Controls to the project. While it is possible to use this component in VS Code as well, we don't recommend you do so. The Bootstrap for ASP.NET Core product line is in maintenance mode and not developed anymore. Use the ASP.NET Core DataGrid and other ASP.NET Core controls instead.