Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C#

  • 12-02-2009 11:31pm
    #1
    Closed Accounts Posts: 16,095 ✭✭✭✭


    Hey all, i'm in 3rd year of college studying computing. We have to do a project and we have been told to do it in C#. We are doing the project on an online maths learning game. For the first 2 years we studied Java, then for the last couple of months have been studying C++. We have never done any work in C#. The college should be putting on lectures soon to help us with it. But I was just wondering are there any good sites out there to help me get a head-start on it?

    Cheers


Comments

  • Closed Accounts Posts: 3 beetlegeuce


    http://www.functionx.com/csharp/

    is quite a practical hands on guide to it. Very hands on. It would be wise to invest some time in reading it and going through the major points of the Language. Syntax wise it is quite simillar to JAVA and you should be able to make the transition no problem with a little bit of familiarising yourself with the Language!


  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    http://msdn.microsoft.com/en-us/library/ms228358(VS.80).aspx

    Microsofts guide to starting C# for java developers.


  • Registered Users, Registered Users 2 Posts: 180 ✭✭Collumbo


    coming from a Java or C++ background, C# will be no problem at all to you. the only time consuming bit (er.... maybe it will only take you an hour or two), is finding your way around the IDE and menu/options.

    there are tons of decent examples out there. when you are doing your searches for examples, specify "ASP.net" as the examples you get back will be web-specific. remember c# can be used windows or web programming.


  • Registered Users, Registered Users 2 Posts: 197 ✭✭pauldiv


    Another great tutorial site is csharpcorner.com.

    It will keep you interested and busy. I used it when I was learning C# in 3rd year and learned a lot.

    If you PM me I will point you to lots of free C# e-books.

    Bon chance.


Advertisement