This extension adds support for DotVVM projects in Visual Studio 2022:
We also have a version for Visual Studio 2019. Please update your Visual Studio before install - the extension supports only the latest updates of Visual Studio. What is DotVVM?DotVVM is an open source ASP.NET framework that lets you build line-of-business applications and SPAs without writing tons of JavaScript code. You only have to write a viewmodel in C# and a view in HTML. DotVVM will do the rest for you. DotVVM brings full MVVM experience and it uses Knockout JS on the client side. It handles the client-server communication, validation, localization, date & time formatting on the client side, SPAs and much more. It is open source, it supports both OWIN and ASP.NET Core. It is multi-platform and it runs on .NET Framework, .NET Core and Mono. Watch DotVVM Coffee Tutorial Series on YouTube! How It WorksThe Views in DotVVM use HTML syntax with controls and data-bindings.
The ViewModels are plain C# objects. You can call public methods from the View.
You just need to know C#, HTML and CSS. For most scenarios, you don't have to write any JavaScript code. Features of DotVVM (Open Source & Free for Everyone)
Need More? We have Commercial Controls!
How to Start
More InfoRelease notesSee here: https://www.dotvvm.com/docs/4.0/pages/dotvvm-for-visual-studio/release-notes |