.Net Lab Assignment

Description

C# basics
kuber sharma
Note by kuber sharma, updated more than 1 year ago
kuber sharma
Created by kuber sharma about 5 years ago
11
0

Resource summary

Page 1

1. How to write Hello World in the console. Ans. using System;                      public class Program {     public static void Main()     {         Console.WriteLine("Hello World");         Console.Readkey();     } }

Page 2

2. How to write Comments in C#. Ans. We can add: " // " for single line comment. " /* ..... */ " for multi line comments.

Page 3

3. What are the Data types in C#? Ans.   

Page 4

4. What are Enumerations in C#? Ans.

Show full summary Hide full summary

Similar

Conhecendo a Plataforma .NET
Diego Melo
.NET Framework
R A
Test .Net Developer questionnaire
tomasz.sulkowski
Sending a Fax (2 entry point) - [Inbound Flow]
Ajitpal Singh
.NET midterm question
BigDady313 .
.NET Angular
Pritesh Patel
Unit Testing In .NET
Pritesh Patel
Docker in .NET
Pritesh Patel