C#: Time-In-Time-Out project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bobthebuilder
    New Member
    • Nov 2008
    • 2

    C#: Time-In-Time-Out project

    i am a beginner in c# and i was given a time in-time out program assignment. can anybody help me start this project?
  • oler1s
    Recognized Expert Contributor
    • Aug 2007
    • 671

    #2
    Depends on the assignment, on how you precisely approach it. But in general, you always break things down into small tasks. Work on a piece at a time, and focus on getting that piece to work.

    Comment

    • bobthebuilder
      New Member
      • Nov 2008
      • 2

      #3
      thank you for your time in reading my post. actually, im familiar with java and im looking for some tutorials in the net that would help me understand c# in comparison to java. i think it would help me learn c# faster.

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        Maybe the C# folks have some ideas.

        I kinda like the C# Primer Plus by Klaus Michelsen.

        Comment

        • Curtis Rutland
          Recognized Expert Specialist
          • Apr 2008
          • 3264

          #5
          The syntax of java is quite similar to c#. The objects are different, because they work from a different framework, but the syntax is mostly the same.

          Your greatest resource will be the MSDN.

          Other than that, I liked the Wrox books. Find one that matches your skillset and what you want to do.

          As to your project, that question is a bit vague on this forum. Do you want to do a forms application? A web app? Are you going to use a SQL database?

          These are the questions you need to ask yourself. When you do, we can start pointing you in the correct direction.

          Comment

          • Frinavale
            Recognized Expert Expert
            • Oct 2006
            • 9749

            #6
            I've changed the title of your thread so that it better reflects your problem.

            Using descriptive titles helps us help you more quickly and it's especially important when posting in the .NET forum. I realize your question was moved to the .NET forum but I recommend looking over "get a faster answer to your question" for more details on how to use a good title and also looking over the posting guidelines for more information on using good thread titles.

            -Moderator Frinny

            Comment

            Working...