Skip to content

tutsplus/build-a-git-powered-cms-with-aspnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

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 and on the way, you'll learn a lot about Git webhooks and ASP.NET version 5.

Source Files Description

This repository contains the completed source code for the Git-powered content management system developed during the course. Each folder contains the version of the project as it was at the end of the respective lesson.


These are source files for the Tuts+ course: Build a Git-Powered CMS With ASP.NET

Available on Tuts+. Teaching skills to millions worldwide.

About

Source code for Tuts+ Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.8%
  • HTML 6.2%
  • JavaScript 1.5%
  • CSS 0.5%