blah blah blah is here! blah blah » Close

0
votes
1 answers

stub code?

hello all... am new to this forum... i have a doubt regarding c#, which might seem very stupid to professionals... while i was reading the pro c# book, author refers many times to stub code... i cant get to know what he means by that i ...

1
votes
1 answers

C# Array Import

How can I import an excel spreadsheet like in this tutorial (http://www.davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx) into a C# Array. Thanks, Theo

0
votes
3 answers

c# code for Merging two sorted arrays

please help me to write a code in c# for merging two sorted integer arrays.for example Input: A = 5 3 6 9 1 B = 4 7 2 6 0 Output 0 1 2 3 4 5 6 7 9 I need a code witout using inbuilt functions because one interviewer asked to ...

0
votes
0 answers

where can I down load the CSharpFriends Source Code

Hi, Am new user here , and I just passed over the http://www.csharpfriends.com/SourceCode/ where I found a CSharpFriends Source Code Download link that leeds me for registration and then to here, any help to download the open source cod ...

-2
votes
2 answers

how can iam select,insert,update,delete the gridview inside?

i need a source code...............

0
votes
1 answers

help

please reply the how to provide connection string in c sharp

0
votes
0 answers

Registering an EXE as a Windows Firewall exception using C# code

I have a service (say BS.exe) written using C# of which the installer is created using Wix and C# (which means it has a Custom Action program associated with the Wix installer program as well). Now, after the program in installed there is a ...

0
votes
0 answers

Difference Between Development Code vs. Production

I'm currently using Visual Studios 2008, designing a C# web site. My company hired consultants which their contract ended. I need to determine what is different between my production environments vs. development. Can Visual Source Safe help ...

0
votes
1 answers

code

int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Question Give the sample code above, what is the output to the console?

0
votes
1 answers

Search

Hiii, i have a folder with some resumes,when i give a keyword like c# or java it should search the whole files in that folder for that key word where ever it found tht word the file name should be displayed on my screen i need the code in ...

0
votes
0 answers

add new columns in Access

i want to add columns to Access database if anyone know how to do that please give me the code .

Feedback