public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?
8 19330What C# keyword class access modifier specifies that the class is concrete and CANNOT be derived from?
3 19124int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?
5 21186Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
1932how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
1732How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
2131Hi Everyone, the design of the form disappear during writing codes for dataset and data grid. The error show in "line of assigning dataset". I don't know what's happen. If anyone know , please share of technical help from someone. Thanks, Horace Trever
1 2893
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
What is final keyword in c#?
What is dapper in c#?
Is array value type in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is the advantage of constructor in c#?
What is the default value of string in c#?
Give examples for reference types?
What is dataset c#?
What is xaml file in c#?
Why do we still see so much non-oo code written in c# today?
How do you encapsulate in c#?
What is verbatim literal in c#?
What is generic method in c#?
What is private variable?