Hello,
When looking into new techniques, technologies or frameworks a company would test it through a process using a Proof of Concept (POC).
Question:
Does your company use a generic application which to apply the concept to, if so what is your application? examples are petshop, northwind, AdventureWorks, shop etc
Or does you company write a brand new POC domain for each concept?
Pesonal Side note: I would have thought the former would be of great advantage as you can just fork off a new branch to test a concept quickly, could you explain why your company thought it was good (or not) to have a generic app.
Thanks
EDIT
To me a POC should be carried out to see if a concept will improve/fix something in your existing applications.
Having a smaller generic application (which represents the complexity and the way all your systems are built) so you can investigate the impact/pros/cons of a concept quickly.
As if you were to create POC each time that could take time, IE I want to test data access, I could just alter the test generic app, then note the required changes and impacts on this style of application.