News

While the .NET community eagerly awaits a production version of Roslyn, work must continue. So today we’re looking at another compiler service, Expression Evaluator. While other compiler ...
To be able to test regular expressions, create a Visual Basic or C# console app named TestRegExp that accepts two strings as input and determines whether the first string (a regular expression) ...
Eric Vogel goes over a few C# 6.0 language improvements that will help make your coding experiences more concise.
Similarly you can use @( ) to wrap explicit C# expressions where a simple statement is evaluated at run time and the result displayed in place of the Razor code block.
Learn how to utilize the Roslyn Scripting API to host a C# scripting engine in your applications.