VS2008
-
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
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
-
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
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.
-
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
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...
-
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
-
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
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
-
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...
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
-
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
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...
-
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.
-
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.
-
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
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.