Beginning C#

  • Thread starter Chuck DiRaimondi
  • Start date
C

Chuck DiRaimondi

Is there a beginner's C# newsgroup out there? There is no need for me to flood this newsgroup with noob questions. It seems like most of you are advanced. I have only been programming C# for 2 weeks and it is my first language. Thanks in advance.
 
D

DeveloperX

Not that I'm aware of, but I can give you some general advice on
solving problems before you start:
1) Most questions have probably already been asked, so search the news
groups and the internet for answers first.
2) You'll learn more if you work on a solution yourself before asking
and each time you solve a problem you'll find your problem solving
skills improve.
3) Find some good resources on the web. My favourites include these
groups and CodeProject.com ( http://www.codeproject.com/csharp/ )

Other than that people here seem to be happy to answer questions of all
levels, I'm happy to try.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

New to C# 6
Starting C# 1
Why do we say that C# is a script language 5
Wonderful opinionated book on C# 16
New with c# 2
IOCTL and name events stuff 6
Generics and unsafe pointers 2
difference c# 2.0 C# 3.0 4

Top