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

Re: Indexers

Correct - a setter is only called when information is being written TO the property or indexer and a getter is only being called when a value is being requested.
Forum Post

Help on webClient.DownloadFileCompleted method

Hi all, I'm currently using webClient.DownloadFileAsync to download a file in my coding. I had place the coding below to auto trigger a method upon download complete webClient...
Forum Post

Re: Indexers

FFS! yes we did, and im currently kicking myself for not noticing the method had the same name as the class n is thus a constructor. Dont think ill be posing any more questions just before i go to...
Forum Post

Re: C#

int[] arr ={4,6,1,12}; for (int i = 0; i
Forum Post

Need help

Hay guys I have a problemwith my project. conuldn establish a connection with a database , the file is in C:\temp and named contacts created by Microsoft Access. all my wishes and regards .
Forum Post

C#

static void Main(string[] args) { int k = 0; int[] arr ={4,6,1,12}; for (int i = 0; i
Forum Post

C#

static void Main(string[] args) { int k = 0; int[] arr ={4,6,1,12}; for (int i = 0; i
Forum Post

Re: Indexers

Actually I just noticed who posted this - didn't we already go over what constructors are?
Forum Post

Re: Indexers

pos =9? This is a little advanced for someone just learning about classes - but yes, this is an indexer property - think of it as a special kind of method that contains two methods - one for...
Forum Post

Indexers

Hi, i was wondering if its possibile to check over this piece of code n ensure my comments are correct as im not sure i have understood this. using System; class IntIndexer { private...
Forum Post

Re: Calling an overloaded constructor

lol i think i like your term better tbh, definately more intuative than class. but yeah i hadnt come accross anyone using that terms before... learn something new every day :) read through the...
Forum Post

Re: Storing the url in SQLSERVER 2005 using C# code(data sets)

I believe your SQL needs to use parenthesis instead of brackets, and the valeu from your "txt" variable needs to be passed in as a parameter rather than the name of your variable - HOWEVER......
Forum Post

Re: Calling an overloaded constructor

ya, sorry - So when I say that class you ahve there is not a rectangle and is actually a size - what I mean is the book you are using named the data structure Rectangle when they should have named it...
Forum Post

Re: Calling an overloaded constructor

ok im a little confused with this data structure thing you mentioned, and how the class is a SIZE, but that may be my fault as i didnt post all the code. here is the class and the two constructors...
Forum Post

Storing the url in SQLSERVER 2005 using C# code(data sets)

I was trying to store the url on button click using the following code.There were no error but the required url is not sroeing in my column field (i used ntext data tpe for this).Please help me if...
Forum Post

Re: BIP-1300 Printing

There's got to be a print driver for the thing somewhere - like maybe one that came on a disk with the device. It looks like you can still even purchase these things. If you can find that then you...
Forum Post

Re: how to add data grid and display the data in textbox

My ASP is rusty right now - there is an ASP forum here that might be more effective for you.
Forum Post

Re: Calling an overloaded constructor

That class you have there isn't a rectangle - it IS a size. A rectangle would look like this: public class Rectangle { public int Left { get; set; } public int Top { get; set; }...
Forum Post

Calling an overloaded constructor

Hi, ive been struggling with this for the last few hours.... ok maybe a little longer :( public Rectangle(int height, int width) { if (height
Forum Post

how to add data grid and display the data in textbox

just tell me 2 things 1) how to add datagrid into my webform 2) how i can add data bound control to my webfrom where i will get this 2 control from toolbox. just tell me how to add it....
 

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.