Web Markup Minifier VS DotVVM

Compare Web Markup Minifier vs DotVVM and see what are their differences.

Web Markup Minifier

The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code. (by Taritsyn)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Web Markup Minifier DotVVM
1 5
433 733
- 1.0%
7.9 9.4
2 months ago 5 days ago
C# C#
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Web Markup Minifier

Posts with mentions or reviews of Web Markup Minifier. We have used some of these posts to build our list of alternatives and similar projects.
  • Setting max line length in WebMarkupMin's settings | .net 7
    1 project | /r/dotnet | 8 Jul 2023
    You can also dig down in the HTML settings class that actually contains all these properties by starting at the top and looking at the base classes here: https://github.com/Taritsyn/WebMarkupMin/blob/master/src/WebMarkupMin.Core/HtmlMinificationSettings.cs

DotVVM

Posts with mentions or reviews of DotVVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.
  • Is Web Forms still not an option in .net 6.0?
    4 projects | /r/dotnet | 28 Dec 2022
    Have a look at DotMVVM. They've gone to great lengths to provide a gradual upgrade process for Webforms projects.
  • knowing what I know now I must flee
    1 project | /r/dotnet | 27 Jun 2022
    If you have any experience with modern web development, this could actually be a great opportunity. I'm in a similar situation with an application that is extremely old and running on Web Forms (and in VB.NET, god I hate that language). Pretty much every developer on my team has no idea how to build a modern web site, so I get to run pretty much everything related to modernization. It's great experience for the resume. I would recommend using DotVVM (https://www.dotvvm.com) for a rewrite. It's not very popular yet, but it lets you iteratively migrate web forms apps to a .NET Core compliant application. From there, you could rewrite even further into something like React.
  • Microsoft, please open-source Web Forms 🚫⬇️🚌
    3 projects | /r/dotnet | 30 May 2022
  • DotVVM for Visual Studio 2022 is now available
    1 project | dev.to | 20 Jan 2022
    DotVVM is an ASP.NET framework that allows us to create web applications using the MVVM (Model, View, ViewModel) pattern with C# and HTML.
  • How to Upgrade a Codebase from .NET Framework to .NET 6
    1 project | /r/csharp | 12 Dec 2021
    I have one first step for the upgrade: Change WebForms to DotVVM. Sadly, that is already an enormous task :(

What are some alternatives?

When comparing Web Markup Minifier and DotVVM you can also consider the following projects:

CompressedStaticFiles - asp.net core middleware to send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.

ASP.NET MVC

slow-cheetah - Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild

  dotNetify - Simple, lightweight, yet powerful way to build real-time web apps.

BaGet - A lightweight NuGet and symbol server

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

nopCommerce - ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

Giraffe - A native functional ASP.NET Core web framework for F# developers.

NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.

Suave.IO - Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.

Electron.NET - :electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

FubuMVC - A front-controller style MVC framework for .NET