C# Programming

Getting started and GUI development

Page 1 of 1

3 Replies - 2774 Views - Last Post: 20 February 2009 - 08:24 PM Rate Topic: -----

#1 Vegter  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 77
  • Joined: 21-September 05

C# Programming

Posted 18 November 2005 - 02:37 PM

Hi

I am trying to learn C#. I figured the best way to do that would be to give myself a project and force myself to write it in C#. So basically I am just looking for some links to get me started.

Firstly, links to just getting started in C#. Secondly, links to database programming in C# (specifically MS Access). Thirdly, GUI development in C#.

I am very handy with Java and C, so websites that favour programmers with knowledge in those areas would propably suit me better.

Thanks in advance for any help that anyone can offer.

Cheers

Is This A Good Question/Topic? 0
  • +

Replies To: C# Programming

#2 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 247
  • View blog
  • Posts: 13,505
  • Joined: 12-July 02

Re: C# Programming

Posted 18 November 2005 - 03:55 PM

Well, you may as well begin at the source.

M$ C#
C#Friends
C# Help
This one is by the guy that wrote C# Unleashed, probably the best book around about C# programming (from a programmer's perspective).

In case you want to do it on linux, check out Mono.

You mention you are handy in java...you will likely pick up C# very easily...it is the M$ answer to Java.

The links provided include information on both GUI and database programming...although I would be remiss if I did not mention that Access is not always the best idea, unless you are planning a stand alone database set up. C# works very well with all sorts of database software, including SQL Server and MySQL.
Was This Post Helpful? 0
  • +
  • -

#3 Vegter  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 77
  • Joined: 21-September 05

Re: C# Programming

Posted 19 November 2005 - 03:12 AM

Wow, thank you very much. The program I am writing is a simple budget program to help you manage your incomes and expenses. The information is simply kept in an access database. I'm not sure if that is what you mean with "stand alone database setup".

Thx again.
Was This Post Helpful? 0
  • +
  • -

#4 X@MPP  Icon User is offline

  • 僕わ馬鹿ですね?
  • member icon

Reputation: 32
  • View blog
  • Posts: 1,010
  • Joined: 20-February 09

Re: C# Programming

Posted 20 February 2009 - 08:24 PM

This form is the best i found the links were helpful
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1