Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threading, Suspend() Pin
Jared Parsons30-Dec-05 9:33
Jared Parsons30-Dec-05 9:33 
GeneralRe: Threading, Suspend() Pin
Judah Gabriel Himango30-Dec-05 9:44
sponsorJudah Gabriel Himango30-Dec-05 9:44 
GeneralRe: Threading, Suspend() Pin
tray_gator30-Dec-05 10:07
tray_gator30-Dec-05 10:07 
GeneralRe: Threading, Suspend() Pin
Jared Parsons30-Dec-05 10:30
Jared Parsons30-Dec-05 10:30 
GeneralRe: Threading, Suspend() Pin
tray_gator30-Dec-05 10:44
tray_gator30-Dec-05 10:44 
QuestionI know this noob but.. Pin
wednesday™ -LJX-30-Dec-05 7:29
wednesday™ -LJX-30-Dec-05 7:29 
AnswerRe: I know this noob but.. Pin
Drew McGhie30-Dec-05 8:14
Drew McGhie30-Dec-05 8:14 
AnswerRe: I know this noob but.. Pin
Xodiak30-Dec-05 8:16
Xodiak30-Dec-05 8:16 
if i were in your position, i would recommend starting with a bit of programming theory. I dont know how familiar you are with the Object Oriented Paradigm but i would definatley start on literature that is indepenedent of a programming language. The internet is GOLD for literature out there. Wikipedia.com has a lot about Object Oriented Analysis and Design, and Design Patterns. Here is my suggestion:

1. Learn Object Oriented Analysis and Design and what it all means (google it and read up on it at Wikipedia...there is so much out there and i hope you enjoy the theories presented)

2. Learn about design patterns: these are frequently reoccuring problems that show up in many programming projects (there are apporoximatly 30 or so patterns). This will provide a good base for solving problems.

3. Search of "best programming practices in C#", this will get you used to the language its, syntax and what is considered elegent coding.

4. Start learning the .Net framework (www.microsoft.com and F1), there are a lot of examples at microsoft.com, they have 30 examples that show some basic GUI interactions and many other basics that will prove to be useful

5. If you are rusty on looping, branching, function calling and some simple coding logic then start with console based projects. And play around with it.


The key to becoming a good programmer is to have a good understanding of software design. With a good base (steps 1-3), any programming language will come easy to you. If you just want to jump right in then i would check out the c# examples on Microsofts website. They will definately give you a big jump start into c#.

good luck

QuestionStructure/Memory Question Pin
bpreston30-Dec-05 7:11
bpreston30-Dec-05 7:11 
AnswerRe: Structure/Memory Question Pin
Judah Gabriel Himango30-Dec-05 8:14
sponsorJudah Gabriel Himango30-Dec-05 8:14 
GeneralRe: Structure/Memory Question Pin
Jared Parsons30-Dec-05 9:43
Jared Parsons30-Dec-05 9:43 
GeneralRe: Structure/Memory Question Pin
Judah Gabriel Himango30-Dec-05 9:50
sponsorJudah Gabriel Himango30-Dec-05 9:50 
GeneralRe: Structure/Memory Question Pin
Jared Parsons30-Dec-05 10:15
Jared Parsons30-Dec-05 10:15 
GeneralRe: Structure/Memory Question Pin
bpreston30-Dec-05 11:15
bpreston30-Dec-05 11:15 
QuestionCan´t print multiple pages in C# Pin
naglbitur30-Dec-05 6:48
naglbitur30-Dec-05 6:48 
AnswerRe: Can´t print multiple pages in C# Pin
Brian Van Beek30-Dec-05 6:52
Brian Van Beek30-Dec-05 6:52 
QuestionCna't Write To Hard Disk .Net 1.1 Sercurity Problem Pin
half_ex30-Dec-05 6:14
half_ex30-Dec-05 6:14 
AnswerRe: Cna't Write To Hard Disk .Net 1.1 Sercurity Problem Pin
Jared Parsons30-Dec-05 10:09
Jared Parsons30-Dec-05 10:09 
GeneralRe: Cna't Write To Hard Disk .Net 1.1 Sercurity Problem Pin
half_ex31-Dec-05 6:56
half_ex31-Dec-05 6:56 
GeneralRe: Cna't Write To Hard Disk .Net 1.1 Sercurity Problem Pin
half_ex1-Jan-06 7:16
half_ex1-Jan-06 7:16 
QuestionOpen outlook By pressing bottom Pin
abalfazl30-Dec-05 4:39
abalfazl30-Dec-05 4:39 
AnswerRe: Open outlook By pressing bottom Pin
Sam 200630-Dec-05 6:18
Sam 200630-Dec-05 6:18 
Questionpreventing a form from closing Pin
navvara the infantryman30-Dec-05 3:23
navvara the infantryman30-Dec-05 3:23 
AnswerRe: preventing a form from closing Pin
Sasuko30-Dec-05 3:26
Sasuko30-Dec-05 3:26 
GeneralRe: preventing a form from closing Pin
navvara the infantryman30-Dec-05 3:33
navvara the infantryman30-Dec-05 3:33 

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.