I am trying to make a full stack ASP.NET application using razor pages. In my page, I am trying to make a form submit data properly. Here is my view page with the form:
@page
@model RogersPizza.Pages.OrderModel
@{
Layout = "Shared/_Layout.cshtml";
}
@section title {
<title>Order</title>...
I was trying to program a prime number detector, pretty close to success.
Here is my code, along with the error by the compiler, which I can't figure what it means.
using System;
public class Program
{
public static void Main()
{
string Input(){
string input = Console.ReadLine()...
Greetings,
I am completely new to programming and also to C#. I'm working out of a book called "Beginning C# 6 Programming with Visual Studio 2015". There is an example that I'm having trouble de-bugging and I swear I have typed everything exactly as in the book! but perhaps I'm missing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.