Razor Intro Virtual Asistant November 27, 2017ASP.NET Razor - Markup Razor is not a programming language. It's a server side markup language. What is Razor? Razor is a markup syntax ... Read more
Razor Syntax Virtual Asistant November 27, 2017ASP.NET Razor - C# and VB Code Syntax Razor supports both C# (C sharp) and VB (Visual Basic). Main Razor Syntax Rules for C# Razor code bloc... Read more
Razor C# Loops Virtual Asistant November 27, 2017ASP.NET Razor - C# Loops and Arrays Statements can be executed repeatedly in loops. For Loops If you need to run the same statements repeate... Read more
Razor - C# Logic Virtual Asistant November 27, 2017ASP.NET Razor - C# Logic Conditions Programming Logic: Execute code based on conditions. The If Condition C# lets you execute code based on ... Read more
Razor VB Variables Virtual Asistant November 27, 2017ASP.NET Razor - VB Variables Variables are named entities used to store data. Variables Variables are used to store data. The name of a vari... Read more
Razor VB Loop Virtual Asistant November 27, 2017ASP.NET Razor - VB Loops and Arrays Statements can be executed repeatedly in loops. For Loops If you need to run the same statements repeate... Read more
Razor VB Logic Virtual Asistant November 27, 2017ASP.NET Razor - VB Logic Conditions Programming Logic: Execute code based on conditions. The If Condition VB lets you execute code based on ... Read more