You are on page 1of 3

https://www.includehelp.

com/dot-net/

https://www.javatpoint.com/csharp-programs

https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/strings/

https://www.sanfoundry.com/csharp-programming-examples/

PATTERNS LINK
https://www.intechgrity.com/understanding-and-writing-pattern-programs-in-ccpp/#

c# by tutorials point
https://www.tutorialspoint.com/csharp_online_training/index.asp

.NET TUTORIALS
https://www.youtube.com/watch?v=h7huHkvPoEE&list=PLWPirh4EWFpGn__IAQDYgdX0VuJ0aCqDK

c# programs
https://www.includehelp.com/dot-net/basic-programs-in-c-sharp.aspx
using System;

class ReadIntExample

static void Main()

try{

//declare an integer variable

int num = 0;

//prompt message to take input

Console.Write("Input an integer value: ");

num = Convert.ToInt32(Console.ReadLine());

//print the value

Console.WriteLine("num = " + num);

catch(Exception ex){

Console.WriteLine("Error: " + ex.ToString());

APPTITUDE
https://www.hitbullseye.com/Reasoning
c# interview questions
https://www.javatpoint.com/c-sharp-interview-questions

Software layers

https://towardsdatascience.com/software-architecture-patterns-98043af8028

You might also like