Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Reading strings from the keyboard
using System; class Prog3_1 { public static void Main() { Console.Write ("Enter Your First Name : "); // Displaying to write first name string name1 = Console.ReadLine (); // Saving first name in name1 Console.Write ("Enter Your Last Name : "); // Displaying to write last name string name2 = Console.ReadLine (); // Saving first name in name2 Console.WriteLine ("Hello Mr." + name1 +" " + name2); // Displaying both first & last names Console.ReadLine (); // Since to stop the console for displaying last line, we use this to accept a keystroke frm user. (Similar to getch() in C) } }
How can we identify that the Page is PostBack? The Page object has the "IsPostBack" property which can be checked to know that the page is posted back.
How can we implement singleton pattern in .NET ? The Singleton pattern basically focuses on having one and only one instance of the object running. Lets take an e.g. a windows
Print Floyd's Triangle - C# Program I am unable to make out how to print Floyd's Triangle in C# language. Can anyone suggest me any example for this.
What are the modes of storing ASP.NET session? 1) InProc: - In InProc mode Session state is stored in the memory space of the Aspnet_wp.exe process. That is the default setti
What is the AppFabric component? The AppFabric component is used to make access control and dole out messages across clouds and enterprises. It has a service-oriented architect
how to convert pdf to xml
What is an XMLReader Class? This is an abstract class available from the System.XML namespace. The XML reader works on a read-only stream browsing from one node to another in a
how do I load txt file into listbox
How object pooling in .NET is done COM+ reduces overhead by creating object from scratch. Thus in COM+ when object is activated its activated from pool and when its deactivate
What are the different levels Of IIS isolation? The IIS consist of 3 level of isolation as shown below:- LOW (IIS process):- In this type of isolation the main IIS proc
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd