dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 9 preview-5, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MIT License
9.03k stars 1.17k forks source link

Consider writing samples for Fluid View for Minimal API #326

Open dodyg opened 2 years ago

dodyg commented 2 years ago

https://github.com/sebastienros/fluid/tree/main/Fluid.MinimalApisSample

dodyg commented 2 years ago

https://github.com/dodyg/practical-aspnetcore/commit/48937792cf259c409a7c200201d48342f00bc2a8

Kralizek commented 2 years ago

This is interesting. I didn't know there was a view engine based on Liquid.

Thanks for pushing such an amazing project!

dodyg commented 2 years ago

It doesn't make sense to use alternative to Razor when using MVC or Razor Pages. With Minimal APIs, these alternative View Engines can shine. I hope someone is working on a Scriban version.