PreviousNext

Server side templating in .NET Core with #Razor

by bill-s, 2021-03-19T00:10:51.691Z

Templating is extremely common, and is used to separate the data (often in JSON) from the presentation layer, which can either be on the client side (Mustache, Angular, Vue, React) , or on the server side (ASP.NET, Razor, etc.)

Read More