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).
Forum Post

BIP-1300 Printing

I have a BIP-1300 device running Windows CE 5 that I need to develop a proof of concept application for using C#. The client does not have a programmers manual and the manufacturer has not not...
Forum Post

Re: initialising static private variables

thanks for clarifying that :)
Forum Post

Re: data access using ADO.Net

I think what the problem might be is that you are attacking this in a slightly different order than intended. Commands are more intended to be created/destroyed per-use. So if you need to...
Forum Post

Re: initialising static private variables

A static variable is no different than any other variable in that it still needs to be initialized before being used in all the same cases that a non-static variable needs to be initialized. Most...
Forum Post

Re: Reading Data From a HardDisk, But Very High Speed

I am sure it is possible to read from a hard disk somewhere in the world using some kind of software on a computer of some kind at 60MB/sec But since you haven't posted anything resembling a...
Forum Post

initialising static private variables

Evening, I was working through some tutorials on static properties/variables and hit a snag with the following code. i dont actually have access to my pc atm but supposidly this works.......
Forum Post

Reading Data From a HardDisk, But Very High Speed

I want to read from a SATA II Hard with rate 60MB/Sec (with 16 MB Buffer on HardDrive) for 12 minutes. I wrote a Program in C#. But i reach to rate 40MB/Sec !! Is it possible to read Data from...
Forum Post

data access using ADO.Net

Hi, I have a problem using ADO.Net to access data from C#. Exactly, I have a problem with stored procedures. I have a database ProgrammersHeaven in MS Sql Server and aplication which inserting,...
Forum Post

Re: need help with "char"

Thx man really appreciate your help!!!
Forum Post

Re: Polymorphism vs Overloading methods

aye ok cool. i think most of the books n articles i have read have focused on c# 2.0 so thats probably why i hadnt see it before. Cheers for clarify that. Rgds Fraz
Forum Post

Re: how to display data from datagridview to textbox

Do some research on using data bindings. If you create a common binding between a datagrid and then have each of your textboxes bound to a property of an object collection - then when you select...
Forum Post

Re: need help with "char"

Char is a data type like a number would be. Except instead of holding a numeric value it holds a single letter or "character". What you are looking to use is a "string" which can hold a whole...
Forum Post

how to display data from datagridview to textbox

hi I am using c#.net as frontend and sql server as my backend. i have created one database. in that database i have stored id ,name and marks of the student and i have displayed in the...
Forum Post

need help with "char"

hello. im doing a simple program that lets you type in your name and the read it back to you the problem is that the program crashes and I could use som help with what Iam doing wrong. Here is the...
Forum Post

Re: Polymorphism vs Overloading methods

So in there I am using what is called a foreach loop. A foreach loop itterates through any kind of collection or array. The statement there is basically saying Run a loop once for each item in...
Forum Post

Re: Polymorphism vs Overloading methods

Hi DataDink, yeah that was one of the points i was stubling on. Thanks very much for clarifying polymorphism. The examples were spot on but the comparison to what you would have to do if you didnt...
Forum Post

Re-size mp4,3gp,rm,3g2,mpg,wmv video file using c#

Hi all, I need to re-size mp4,3gp,rm,3g2,mpg,wmv video file in my given format. Using c# how can i do that.Can anybody help me or guide me to do it. Thanks in advance. riad
Forum Post

Re: Polymorphism vs Overloading methods

Shoot - ya, you're right - I just caught that typo - my original method body should have been animal.MakeASound() Sorry if that's what confused you.
Forum Post

Re: Polymorphism vs Overloading methods

yes that sounds correct. So if you're wondering "why in the world would you ever pass something as superclass A and not concrete classes B, C, or D?" This is actually the whole reason why you...
Forum Post

Re: Polymorphism vs Overloading methods

you can pass an instantiated subclass to a methods AS a superclass. ok thats completely over my head :( n why would u want to pass it as a superclass and not a subclass? so the general gist...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.