Document
Everything on SkillVeris tagged Document — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Document/View Architecture
How MFC separates an application's underlying data (CDocument) from its on-screen presentation (CView), and how document templates tie the two together with a…
Document Management
Understand core SharePoint document management capabilities: check-out, co-authoring, sharing, retention, and the underlying document lifecycle.
Here-Documents and Here-Strings
Learn how to feed multi-line literal text into commands using heredocs (<<) and here-strings (<<<), including quoting rules and indentation control.
Transactions in MongoDB
How multi-document ACID transactions work in MongoDB, when to use them, and their performance tradeoffs compared to single-document atomicity.
What Is MongoDB?
An introduction to MongoDB as a document-oriented NoSQL database, how it differs from relational databases, and when it makes sense to use it.
HTML Document Structure
Learn the essential building blocks of every HTML document, from the doctype declaration to the html, head, and body elements.