C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Any
Platform
Any
License
Any
Dear All,
I am new with the concept of hardware interface.
My requrement is, suppose one weighing machine is there. We have multiple LT terminals that are connected to PC. Each has own IP...
Hi Johann,
Here is some background on Arrays in C#:
http://www.c-sharpcorner.com/UploadFile/mahesh/WorkingWithArrays11232005064036AM/WorkingWithArrays.aspx
You might what to consider using a...
Dear All
I wish to create a 2 dimensional array in c#, to store an ID and also another integer corresponding to this ID.
Can you please advise me how I can do this please.
Thanks
Johann
High quality and Value for the 70-290 Exam.
Testpassport Practice Exams for 70-290 (Managing and Maintaining a Microsoft Windows Server 2003 Environment) are written to the highest standards of...
In my experience, If the connection is not directly close by your program ( Logical Error ) then I beleive this is the problem with firewall from the server.
Check your logic one more time. The...
C#. And i think it is easier if we take C# as a totaly new thing and learn it.
I believe it is:
// set the background of the text ( highlight it )
Console.BackgroundColor = ConsoleColor.Blue;
// do something with the output ex
Console.ReadLine();
//set back to...
In a C# console application, can anyone tell me how to "highlight" certain characters, that is, print them brighter than other characters?
you can do this by using AJAX technology. but the C# code will get executed at the server side only
In C#, what methods take the place of the old kbhit and getch functions in C? (I'm writing a console application in Visual Studio.)
Hi,
I am getting General Failure Exception saying that
net_io_connection closed. When i click the send button first time, I am receiving a mail and its fine, For second or third time, i am...
I'm developing an application with Visual Studio 2005, using C# and managed DirectX9.
My problem is that, in the application, i need several viewports (for now, i have just two), and one of then is...
Hi Need help to resolve my problem.
My requirement is to read a Excel file which contains data in particular format. I need to read this excel file and generate a Xml file. I'm not much familier...
Sorry, fairly new to C#, although I have lots of background in Pascal, Basic & assembly. I'm taking over an abandoned project and have learned alot, but I can't get a simple thing.
My main form...
simply use the BULK COPY command in your SQL command object. here you go.
other way:
you can create two ODE or SQL objects, then copy data from one to the others.
I really doubt you need to manually do the conversion of the database.
Brad Wang - .NET Freelancer from China
MSN: brad_wang_cn@hotmail.com
Skype: brad_wang
this is a nice idea. However, i think the reason most developers, include me, use the classic method to store data in local is because of the matter of speeding and error handling at run time....
how can i convert dbf files to sql server 2005 files using c# 3.0?
can any body help me with the code
We often need to save and access images during our development. And most people do in the following way: save the image in the disk and then save image name in the database. Yet, sometimes we could...
: : Hello everybody,
: : I want to know the way of creating CLR based C++ managed DLL in
: : MS Visual Studio 2008. Please inform me elaborately even with
: : code(example).
: :
: : I...