Category: Programming
https://www.tutorialspoint.com/csharp_online_training/c_object_initializer.asp using System; namespace ObjectInitializer { class Person { int age; string name; private char gender; static…
code: using System; namespace Constructor { class Testing { int marks; static int maxmarks=50; Testing() //My own…
program.cs using System; namespace Extension { class DekhiKiObostha { public void Test1() { Console.WriteLine(“Method-1”); } public void…
Opening existing Project for previous website : File->Open->Website (Opening the whole directory created from an empty website)…
Recent Comments