CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2007
    Location
    Los Angeles, California
    Posts
    8

    C# Project Ideas

    Hi,

    I am relatively new to C#. I have a good background in C though. I really enjoy working in C# and planning to learn it even more to eventually get Microsoft certifications in C#. Could anyone give me an idea of a good project which could help me through the learning process?
    Here's a little information on my background: I am a Computer Systems Engineer and have a little over 1 year work experience as a SW Engineer. I have worked in C, C# and currently working on LabVIEW applications(I hate it tough).

    Any ideas or suggestions appreciated.

    Thanks,
    A fan of C#.

  2. #2
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: C# Project Ideas

    Quote Originally Posted by aM000
    Hi,

    I am relatively new to C#. ... Could anyone give me an idea of a good project which could help me through the learning process?
    ....A fan of C#.
    Maybe you want to have a look to my new article'how to create a dockable panel using C# Its written for people who have just read a beginners book of C# like 'MS Visual C# 2005 Step by step'. Teaching things like Localization of Controls, Ownerdrawn controls, TypeConverters... You have the link on top of the page as its just brandnew now. It will be a series of articles teaching different skills using the project of creating dockable panels as the redline for going from a to b. Approximatly one article each month is planned.

    BTW reading posts here in the forum and helping people is also a very good training in C# abilities
    Last edited by JonnyPoet; September 2nd, 2007 at 03:53 AM.
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  3. #3
    Join Date
    Aug 2007
    Location
    Los Angeles, California
    Posts
    8

    Resolved Re: C# Project Ideas

    Thanks so much for your help and suggestions.

    I wanted to do a detailed Windows-form based project, and your article sure looks like a good start. I really appreciate it.

    I am preparing for Microsoft Exam 70-316, Developing and Implementing Windows-based Applications with Microsoft Visual C#.NET and Microsoft Visual Studio .NET. More ideas & suggestions to help me prepare thoroughly are greatly appreciated.

  4. #4
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: C# Project Ideas

    knowledge of modern data access techniques is highly recommended. see the dw2.0 link in my signature
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

  5. #5
    Join Date
    Aug 2007
    Location
    Minneapolis
    Posts
    155

    Post Re: C# Project Ideas

    I'd make sure your concepts on data access, serialization, toolbox controls, etc. are good. I'd create projects involving good use of all of them and also check out http://www.codeclinic.com/70-316skills.htm for more ideas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured