Skip to content

Instantly share code, notes, and snippets.

View GeorgeWL's full-sized avatar

George W Langham GeorgeWL

View GitHub Profile
@model IEnumerable<Forest.Data.Music_category>
@{
ViewBag.Title = "Categories";
}
<h2>Categories</h2>
<p>
@Html.ActionLink("Create New", "Create")
@GeorgeWL
GeorgeWL / MusicAdminControler.cs
Created November 29, 2016 16:43
not working with 5 errors.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Forest.Data;
using Forest.Services;
using Forest.Services.Service;
using Forest.Services.IService;
@GeorgeWL
GeorgeWL / RecordingsController.cs
Created November 29, 2016 16:37
this is the Recordings Controller
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Forest.Data;
using Forest.Services;
using Forest.Services.Service;
using Forest.Services.IService;
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@GeorgeWL
GeorgeWL / footer.css
Created June 16, 2016 15:23
footer.css