Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Build a CMS With ASP.NET and Git

Posted By: ELK1nG
Build a CMS With ASP.NET and Git

Build a CMS With ASP.NET and Git
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.16 GB | Duration: 1.8 hours

Content management systems generally rely on relational database systems. And rightfully so! Databases excel at storing and retrieving data. However, content management systems have a lot in common with another kind of data store: a source version control repository such as Git. Content management systems need to track similar content and have the same needs for tracking access, authorship and revisions.

What if we used Git instead of a database for a content management system? In this course, Envato Tuts+ instructor Jeremy McPeak will lead you through an exploration of this novel use for a Git repository. By following along, you'll build a CMS website that uses GitHub as a back-end. On the way, you'll learn a lot about Git webhooks and ASP.NET version 5.