Posts related to: Razor
.NET Core 2.0 and ASP.NET Core 2.0 are Here
After a long wait .NET Core and ASP.NET Core 2.0 are finally here. This release is a major update from Version 1.0 that brings back a ton of functionality that was originally missing in .NET Core 1.x. With closer compatibility to full framework .NET it's much easier to port existing code to .NET Core, as having a much larger API surface to use in your applications. There are many usability improvements that make it easier to get started using considerable less fanfare. In this post I describe some of what's new and what's great and also a few things that are not so great.
Odd MVC 4 Beta Razor Designer Issue
I have an odd designer issue with MVC 4 Razor pages which are causing errors in the environment.
IntelliSense for Razor Hosting in non-Web Applications
Getting IntelliSense into your Razor templates in Visual Studio is possible but there are a few tricks to make it work. Here's how...
Hosting the Razor Engine for Templating in Non-Web Applications
In this article I describe a set of classes that provide a wrapper around the Razor View Engine so you can use it easily in your own applications to provide templating functionality.