Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. VS2008

VS2008

Scheduled Pinned Locked Moved The Lounge
visual-studiosaleshelpquestion
15 Posts 10 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C charlieg

    aka, MS rant. I have projects and subprojects. Microsoft lets marketing name the next features of their IDE. Now I have solutions. wt elephant was wrong with the last thing? All I know is I want the stuff MS is smoking...

    Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

    R Offline
    R Offline
    Ravi Bhavnani
    wrote on last edited by
    #5

    Forgive me if this is a stupid question, but how come you're (still) using VS2008? /ravi

    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

    C 1 Reply Last reply
    0
    • C charlieg

      908 - I could ask a programming question :) My point, other than to rant, why change a functional development model when all your doing is confusing the existing customer base? For what elephanting purpose are you doing this? end_rant <-- forgot that. Eventually I figures this out, but if there is NO functional difference to your changes, WTF are you doing changing it?

      Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #6

      charlieg wrote:

      why change a functional development model when all your doing is confusing the existing customer base

      And I thought you were an experienced developer in the MS space. there are a few more you are going to have to learn! Why change the functionality for no reason other than the break compatibility with a prior version? Why inflict the bloody ribbon on the world? Why deprecate a perfectly viable technology?

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      • C charlieg

        aka, MS rant. I have projects and subprojects. Microsoft lets marketing name the next features of their IDE. Now I have solutions. wt elephant was wrong with the last thing? All I know is I want the stuff MS is smoking...

        Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #7

        You're gonna love VS2015! (at least when you start using it in 2023) :laugh:

        I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

        E 1 Reply Last reply
        0
        • C charlieg

          aka, MS rant. I have projects and subprojects. Microsoft lets marketing name the next features of their IDE. Now I have solutions. wt elephant was wrong with the last thing? All I know is I want the stuff MS is smoking...

          Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

          OriginalGriffO Offline
          OriginalGriffO Offline
          OriginalGriff
          wrote on last edited by
          #8

          Solutions are a good idea - they are "meta projects" where a number of projects are gathered together into a single solution. Basically, a Project generates an assembly, a Solution generates a collection of Assemblies that make up a whole application. So you can have a Project for each of your DL, BL, and PL for example, and a Solution for your whole application. Then when you retarget the DL from SQL server to a Cloud based DB, and redesign the PL for a Windows Surface say, you can create a new Solution, with a brand new PL, a new DL, and including the original BL project. Any changes to you make to the BL are reflected in both applications when they are next built.

          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

          "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
          "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

          C 1 Reply Last reply
          0
          • C charlieg

            aka, MS rant. I have projects and subprojects. Microsoft lets marketing name the next features of their IDE. Now I have solutions. wt elephant was wrong with the last thing? All I know is I want the stuff MS is smoking...

            Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

            K Offline
            K Offline
            KarstenK
            wrote on last edited by
            #9

            I like VS 2010 more. After that VS became crappy... X|

            Press F1 for help or google it. Greetings from Germany

            1 Reply Last reply
            0
            • R Ravi Bhavnani

              Forgive me if this is a stupid question, but how come you're (still) using VS2008? /ravi

              My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

              C Offline
              C Offline
              charlieg
              wrote on last edited by
              #10

              Not a stupid question :) Simple answer: embedded development environment.

              Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

              1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                Solutions are a good idea - they are "meta projects" where a number of projects are gathered together into a single solution. Basically, a Project generates an assembly, a Solution generates a collection of Assemblies that make up a whole application. So you can have a Project for each of your DL, BL, and PL for example, and a Solution for your whole application. Then when you retarget the DL from SQL server to a Cloud based DB, and redesign the PL for a Windows Surface say, you can create a new Solution, with a brand new PL, a new DL, and including the original BL project. Any changes to you make to the BL are reflected in both applications when they are next built.

                Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                C Offline
                C Offline
                charlieg
                wrote on last edited by
                #11

                DL - database layer, BL - business logic, PL - hmmm. Okay, that sort of makes sense. Coming from embedded other tools - we have projects and subprojects, or dependencies, etc. Never considered that sort of arrangement.

                Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                OriginalGriffO 1 Reply Last reply
                0
                • C charlieg

                  DL - database layer, BL - business logic, PL - hmmm. Okay, that sort of makes sense. Coming from embedded other tools - we have projects and subprojects, or dependencies, etc. Never considered that sort of arrangement.

                  Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                  OriginalGriffO Offline
                  OriginalGriffO Offline
                  OriginalGriff
                  wrote on last edited by
                  #12

                  PL - Presentation Layer. The bit that is specific to the user interface for a particular application / environment. You might have the same DL and BL with different PL for WinForms and website for example.

                  Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                  1 Reply Last reply
                  0
                  • L Lost User

                    You're gonna love VS2015! (at least when you start using it in 2023) :laugh:

                    I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

                    E Offline
                    E Offline
                    ed welch
                    wrote on last edited by
                    #13

                    Yeah, especially the free telemetry data inserted into your code :-D

                    L 1 Reply Last reply
                    0
                    • E ed welch

                      Yeah, especially the free telemetry data inserted into your code :-D

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #14

                      That's what we paid the upgrade fee for.. :laugh:

                      I came into this game for the action, the excitement. Go anywhere, travel light, get in, get out, wherever there's trouble, a man alone. Now they got the whole country sectioned off, you can't make a move without a form.

                      1 Reply Last reply
                      0
                      • C charlieg

                        aka, MS rant. I have projects and subprojects. Microsoft lets marketing name the next features of their IDE. Now I have solutions. wt elephant was wrong with the last thing? All I know is I want the stuff MS is smoking...

                        Charlie Gilley Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                        J Offline
                        J Offline
                        Joe Woodbury
                        wrote on last edited by
                        #15

                        I actually like the Solution with projects model. It has a lot more flexibility over the older concept. Were I still working on CE, I'd campaign to update to Windows Embedded Compact 2013.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups