What is the Streetlight Store?The Streetlight Store is a .Net library which uses the Entity Framework and a Microsoft SQL Server database to perform the "back-end" operations required for a typical e-commerce application. While the Streetlight Store is intended to be used for e-commerce, it is "front-end agnostic" meaning that you could just as easily create a point-of-sale user interface.Why is there a Streetlight Store?Why develop another e-commerce solution when there are so many already available? ......
To me the answer of whether or not you need version control is simple - do you have users? If the answer is yes, then you need version control. Note that "version control" is not the same as "source control". Source control refers to maintaining history of your source code. Version control (also known as "configuration control" or "configuration management") is more than that. Version control, as its name indicates, means tracking versions of your software. The best way to illustrate the purpose ......