i am a beginner in c# and i was given a time in-time out program assignment. can anybody help me start this project?
C#: Time-In-Time-Out project
Collapse
X
-
Tags: None
-
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
-
-
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
-
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 FrinnyComment
Comment