Results 1 to 6 of 6

Thread: [2005] Will I learn more about .Net by using VS2005....

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2005
    Location
    Wisconsin
    Posts
    788

    [2005] Will I learn more about .Net by using VS2005....

    Will I learn more about .Net by using VS2005 to convert my vb6 project and then working through the errors and warnings or by converting it myself? I converted the project already with VS2005 and there are a ton of errors. As much as I would like to take the time to go through all of them, I thought a rewrite would take less time. The problem is that I have to expand what little .Net I can do. So with that anyone with a suggestion for what would educate me more thouroughly? I have purchased several books and am going through those now.


    Thanks,
    Mojo69

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Will I learn more about .Net by using VS2005....

    You will defenitly learn more and get a better result by rewriting the application from scratch rather than trying to fix the errors from the conversion.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3
    Fanatic Member
    Join Date
    Aug 2006
    Location
    In my head
    Posts
    913

    Re: [2005] Will I learn more about .Net by using VS2005....

    I agree with Atheist on this. I had to convert several old vb6 classes to .net and initially they (my bosses) thought it could be done quick by just copy/paste and covering the errors. Found out pretty quick that alot of the functionality was already built in to .net and it was conflicting with what they were trying to do. 2 weeks later, rewrite done and everybody happy!!

    Good Luck!

    D
    Platforms of choice: Visual Studio 2005/2008 Professional : Visual Studio 2010 Enterprise : PHP - Notepad++/WAMP

    Please Rate If I helped you.
    Please remember to mark threads as closed if your issue has been resolved.

    Reserved Words in Access | Connection Strings

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: [2005] Will I learn more about .Net by using VS2005....

    I think you will learn more about your app by rewriting, but I'm not sure that you will not learn more about .NET by converting. I really don't like the conversion tool, but the one place that I might be tempted to try it is if you were looking for some means to point out the difference between the two languages.
    My usual boring signature: Nothing

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [2005] Will I learn more about .Net by using VS2005....

    you could use the conversion wiz to convert code snippets that you are having trouble with but rewritting will be better for you and the app as future expansion of your project will be based upon a solid foundation if you rewrite vs convert.

    IMO, re-writting takes less time as when you convert you can spend forever on a few problem areas that dont convert and have no way to work around unless you rewrite that code. Then it turns into rewritting more due to issues etc and before you know it you regret using the converter.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    Addicted Member
    Join Date
    Oct 2007
    Posts
    133

    Re: [2005] Will I learn more about .Net by using VS2005....

    If it's more complicated than a Hello World program, rewrite is your only option.

    I'm sure you will run into allot of differences and wonder why things are so different, maybe even get frustrated as i did, but once you overcome most of the differences you will realize...

    .Net Rocks!

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