When rendering output from a razor template it is important to remember the distinction between @{ ...} and @(...) Curly braces will cause the output to execute, whilst the regular parenthesis will cause the output to render. As an example that tripped me up during rendering of a ViewComponent in the CamperFinder demo, the following... Continue Reading →
Using media queries in razor page files
When hardcoding a media query into an ASP.NET Razor page file, you need to use @@ instead of @ to ensure the query is rendered correctly. Kudos: https://stackoverflow.com/a/6873785/75594
Introducing “Razor” – a new view engine for ASP.NET
Super cool new view engine for ASP.NET - this will work really well with MVC 🙂 Introducing “Razor” – a new view engine for ASP.NET - ScottGu's Blog
SQL Server Compact 4.0
Loving the medium trust capabilities for small online apps - take that! all you sucky rip off hosters!!Here Comes SQL Server Compact 4.0 | Rob Tiffany