Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Just wondering if anyone is actually working on my question re: c# programming? I haven't heard anything from anyone. Not sure if I have done everything I am supposed to!
how can i enable menu and toolbar tab's control in vs 2005 ?2005 ?
please assist me soon.lease assist me soon.
i'll be very much thankful to you.'ll be very much thankful to you.
abhi.bhi.
hi
i have a problem with my C# windows application project when i use the linq to sql method to insert my data to database
it seems that every things goes well but i do not know why it doen not work
when i use sqlcommands only it works and when i use linq it does not work
!!!!!!!!!!!!!
plz help
write a program using a switch case to find the student grade
We want to convert an integer number into any base B between 2 and 35 (e.g to base 5 or to base 16 or to base
8) and build the corresponding string (e.g. the value X=143 in base B=2 is “10001111” while in base B=16 is “8F” and in base B=8 is “217”).
Write the C function: int convert_to_base(int B, int X, char text[], int N) receiving the arguments:
– an integer X
– the base B (integer between 2 and 35)
– a char array text of length N where the function should build X represented in base B. NOTICE: digits greater than 9 are encoded by the characters A .. Z as follows:
A = 10, B = 11, C = 12, D = 13, ..., X = 33, Y = 34, Z = 35
Write the C function void kappa_min(int K) that reads from stdin a sequence of integers, of undefined length, terminated by the appearance of the value 0 (zero). The function finds and prints the K smallest integers read (in increasing order).
Write the C function int camelCase(char * text) to transform any string made of words separated by spaces in CamelCase format, that is, converting to uppercase the first character of all words, converting all remaining characters of a word to lowercase and removing all spaces .
& I wanna create text file containing one name on each line. Compute the number of times any name occurs. Output one line for each name in file and on each line print the number of occurrences followed by name.

and display the result in MessegeBox.Show
how can i use arrays with select in linqs
var[] q ;
DataClasses1DataContext db = new DataClasses1DataContext();
q = from c in db.school1s select c;
Write a program to determine the largest value of n such that your computer can compute n! without integer overflow. n! is the product of all positive numbers that are less than or equal to n. For example, 3! = 1 x 2 x 3 = 6. By convention, 0 is set equal to 1.
LATEST TUTORIALS
APPROVED BY CLIENTS