Comment by akoboldfrying
1 day ago
> some of the best documentation that has ever existed.
You have got to be kidding. The 90s was my heyday, and Microsoft documentation was extravagantly unhelpful, always.
1 day ago
> some of the best documentation that has ever existed.
You have got to be kidding. The 90s was my heyday, and Microsoft documentation was extravagantly unhelpful, always.
Compared to today's documentation it is amazing.
One of my internships was at a company writing an example app for SQL server offline replication. Taking a DB that had changed while offline and syncing them to a master DB when reconnection happened. (Back in 2004 or so, now days this is an easier thing).
The company I interned at was hired by MSFT to write a sample app for Fabrikam Fine Furniture that did the following:
1. Sales people on the floor could draw a floorplan on a tablet PC of a desired sectional couch layout and the pieces would be identified and the order automatically made up .
2. Customer enters their delivery info on the tablet.
3. DB replicated down to the delivery driver's tablet PC when the driver next pulls into the loading bay with all the order info.
4. After the delivery is finished and signed for on the tablet PC, the customer's signature is digitally signed so it cannot be tampered with later.
5. When the delivery truck pulls back into the depot, SQL server replication happens again, syncing state changes from the driver back to the master DB.
That is an insane sample app, just one of countless thousands that Microsoft shipped out. Compare that to the bare bones hello world samples you get now days.