Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
2363Write an expression which satisfies the following statements: (i) Creates an object of type q (ii) If m is null, returns n, otherwise returns m (iii) If x and y are string types, it concatenates x and y
1 3902I have a very important query in my mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for about an year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.
1 3814i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...
1 4354STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??
3 17434what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
CTS,
1951what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
1898what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
2 5694What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!
HCL,
1 4766
Difference between directcast and ctype.
How do I do implement a assert?
Why is c# better than java?
Name some properties of array.
What are the Types of values mode can hold session state in web.config
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Why do we use hashtable in c#?
What is a streamwriter in c#?
What is the root element of an xml file?
Explain dataset.acceptchanges method in .net?
Structs are largely redundant in c++. Why does c# have them?
When should I throw an exception?
Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.
Give an example of removing an element from the queue?
When was .net linq added?