Jump to content

can someone tell me how to study c# better?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
yulin11

yulin11

    Newbie

  • Members
  • Pip
  • 7 posts
hi,i want to study c# ,can someone tell me how to study c# better?



codeuu

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
You need to tell us how you're studying now, so we can help you on a way to study better.

#3
jireh

jireh

    Newbie

  • Members
  • PipPip
  • 18 posts
have a video tutorial and read some books or install an msdn in your pc, this will help you a lot... there are lots of video tutorials you can download just try to google it...

#4
jireh

jireh

    Newbie

  • Members
  • PipPip
  • 18 posts
just follow this link --------------------------------------------------------------------------------

https://www.mainfunc...spx?type=csharp

#5
kia

kia

    Newbie

  • Members
  • PipPip
  • 24 posts
hi Mr jireh i tried the link u gave above but it doesnt work i mean the page is not found
thnx

#6
jireh

jireh

    Newbie

  • Members
  • PipPip
  • 18 posts
Free Video Tutorials, VB.NET, C#, ASP.NET

#7
BackSlash

BackSlash

    Newbie

  • Members
  • PipPip
  • 12 posts
Practice.. A lot

I have had this single project that I have been working on for about 2 years. I have started over plenty of times to learn from my past mistakes.

Don't be afraid to sit and plan your code befor you start, that is the main thing. Do a needs analysis on what you are doing and find out what kind of implications certain actions will have on your code down the line.

Then when you have your project just about done.. Lose intrest for about 3 months....

When you come back to it it will be pretty impossible to remeber what the heck you were doing.

Then start over with that same goal in mind. Somthing that I couldn't even figure out for 2 years, I have taken further in 2 days than I could have though back then. I turned somthing like 2000 lines of code into a very efficent 500 lines of code project. And the way that I planed it all my libraries are portable enought to be moved from project to project for anything I do in the future.

:D Google.... That is my final answer.. Google any problems you have because chances are people have had the same problem, and if you cant find your answer then you truly dont understand the problem because you are probably not asking the right question.

;) Good luck