Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# console programming Pin
Member 943884820-Sep-12 0:04
Member 943884820-Sep-12 0:04 
GeneralRe: c# console programming Pin
Pete O'Hanlon20-Sep-12 0:16
mvePete O'Hanlon20-Sep-12 0:16 
GeneralRe: c# console programming Pin
Member 943884820-Sep-12 8:46
Member 943884820-Sep-12 8:46 
GeneralRe: c# console programming Pin
Pete O'Hanlon20-Sep-12 9:08
mvePete O'Hanlon20-Sep-12 9:08 
QuestionRe: c# console programming Pin
Ravi Bhavnani19-Sep-12 4:37
professionalRavi Bhavnani19-Sep-12 4:37 
QuestionC# how snap my window to all windows Pin
fakir44518-Sep-12 3:03
fakir44518-Sep-12 3:03 
AnswerRe: C# how snap my window to all windows Pin
Ingo18-Sep-12 4:48
Ingo18-Sep-12 4:48 
AnswerRe: C# how snap my window to all windows Pin
DaveyM6918-Sep-12 8:30
professionalDaveyM6918-Sep-12 8:30 
GeneralRe: C# how snap my window to all windows Pin
fakir44518-Sep-12 23:33
fakir44518-Sep-12 23:33 
GeneralRe: C# how snap my window to all windows Pin
DaveyM6919-Sep-12 5:35
professionalDaveyM6919-Sep-12 5:35 
Questionintegrate security access cord project Pin
Alagiri.periyasamy@merrillcorp.com17-Sep-12 23:58
Alagiri.periyasamy@merrillcorp.com17-Sep-12 23:58 
AnswerRe: integrate security access cord project Pin
Pete O'Hanlon18-Sep-12 0:10
mvePete O'Hanlon18-Sep-12 0:10 
GeneralRe: integrate security access cord project Pin
Richard MacCutchan18-Sep-12 1:47
mveRichard MacCutchan18-Sep-12 1:47 
GeneralRe: integrate security access cord project Pin
Shameel18-Sep-12 3:50
professionalShameel18-Sep-12 3:50 
AnswerRe: integrate security access cord project Pin
Keith Barrow18-Sep-12 0:18
professionalKeith Barrow18-Sep-12 0:18 
AnswerRe: integrate security access cord project Pin
Pete O'Hanlon18-Sep-12 4:57
mvePete O'Hanlon18-Sep-12 4:57 
JokeRe: integrate security access cord project Pin
Paul Conrad18-Sep-12 6:50
professionalPaul Conrad18-Sep-12 6:50 
GeneralRe: integrate security access cord project Pin
Vasudevan Deepak Kumar19-Sep-12 10:59
Vasudevan Deepak Kumar19-Sep-12 10:59 
GeneralRe: integrate security access cord project Pin
Paul Conrad19-Sep-12 17:38
professionalPaul Conrad19-Sep-12 17:38 
QuestionThe API Pin
mauricemcse17-Sep-12 10:32
mauricemcse17-Sep-12 10:32 
AnswerRe: The API PinPopular
Andrei Straut17-Sep-12 10:49
Andrei Straut17-Sep-12 10:49 
AnswerRe: The API Pin
Mycroft Holmes17-Sep-12 20:18
professionalMycroft Holmes17-Sep-12 20:18 
GeneralRe: The API Pin
Andrei Straut17-Sep-12 20:26
Andrei Straut17-Sep-12 20:26 
AnswerRe: The API Pin
V.17-Sep-12 20:30
professionalV.17-Sep-12 20:30 
AnswerRe: The API Pin
Pete O'Hanlon17-Sep-12 22:26
mvePete O'Hanlon17-Sep-12 22:26 
First of all, welcome to the world of programming. I hope that the negative votes won't put you off.

Unfortunately, you have a lot of work ahead of you getting to understand the basics of programming in .NET. This is far too big an area for you to skip, and no one is likely to offer to enter into correspondence with you to teach you how to do this. The brutal truth is that we are all busy people, and offering this level of tuition is a full time affair - saying that, there's no reason for you not to ask about specific things and people will try to help you here if they can.

I would suggest that you start off by reading something like Jon Skeet's C# in Depth[^] to get a good understanding of C#.

Finally - the API itself. Writing an API is hard. It's not simply a matter of slinging some methods together. A good API requires a deep understanding of how people are going to access your code, and how they are going to use it. This really is advanced stuff and I would steer clear of it if possible. If you must produce an API, make sure that you check every input to ensure that it is valid - the golden rule of API design is "trust nothing".

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.