News

Figure 1: Roslyn Visual Studio Templates Next create a new Console Application, open up Program.cs and add the following using statements. using Roslyn.Scripting; using Roslyn.Scripting.CSharp; You're ...
Once Roslyn is set up, open up Visual Studio and you should see the Roslyn templates available for both C# and VB.NET, as shown in Figure 1. [Click on image for larger view.] Figure 1. Roslyn Visual ...