Learning C#

RedStain

Regular Member
Joined
Oct 19, 2012
Messages
201
Reaction score
68
Within the past week and a half I have taken upon myself to dive into learning c#. Quite exciting so far and cant wait until I can develop my first full blown application. My goals are to develop games and other apps for WP8 and Win8 to start. Since there is not much competition yet I believe now is the time to get in on this. I have some amazing ideas for applications that I have wanted to create since the first iPhone and now im actually taking steps to put it into action. Just out of curiosity to other c# programmers, how long did it take you to be able to develop what you had started learning c# for in the first place? I imagine most people have a goal in mind rather then just wanting to learn code just for the sake of learning it.
 
Thread moved to the proper place :)
 
If you are a starter If I were you i would choose Visual Basic it's more easier to learn and work with also you don't need to learn a lot of codes. But if u like C# u can work with it and don't forget it takes time to make a project. Wish u all the best in your projects!
 
Ideally you should learn and develop in parallel. Once you're familiar with some sample applications, You should start working on the application which you intent to. Time to develop something depends on your logical skills + exposure to use different built-in namespaces/classes or libraries.
 
A best choice ,
thanks for your choice,
it is fully object oriented ,secured ,suitable for both stand alone and web.
 
Yep learning C# is quite nice my advice when you get done with C# go with C++ :)
 
I think you should try with a more basic one, C if you are a beginner, though it doesn't really matter. All the best!
 
I've been learning C# for some time, but I am goddamn lazy and can't get myself to continue, altough I really liked it. Yeah, odd, isn't it.
But it's fine choice, as you can take advantage of ASP.NET and such. Carry on.
 
Hello, I'm searching for Online or Offline C# programming FAQ.
Can someone help me to found it?
Thx alot
 
If you want to learn to program, pick a basic project and do it. Don't worry about tutorials and guides, you won't learn anything. The only way to learn is to try, get stuck, then search for that answer. You wil learn more by fixing your bugs then reading any book.

Obviously you need to know the basics, the structure of if / for / functions / classes. Once you have that, just get on with it.

Good luck
 
Yes, you're right.
I'm not really a C# newbie, my tool is going well, but I miss some basics.
That's the reason I wanted to read some faqs.
Anyway, thanks for your advice.
 
Good morning,need a little help.
Someone knows how must write a REGEX string to check if a specific character is present inside a text list and if not replace it?
ex:
123-
abc-
sea
ape
jam-

after check and replace

123-
abc-
sea-
ape-
jam-

Thanks in Advance
 
I recommend you the Lynda course of Foundations of Programming, Object Oriented Programming and Introduction to C#, then you can read the book Head First C#. It has helped me learn the foundations first. You can spend the first weeks just in the foundations of programming first.
 
i would recommend you starting of with thenewboston video tutorials.
search on google, they got very detailed and over 200 video tutorials
 
Back
Top