From 07756175fad2ba277a9d73e1a913a713ca7fc2a7 Mon Sep 17 00:00:00 2001 From: pcherold13 Date: Thu, 26 Jan 2017 11:34:31 -0600 Subject: [PATCH] Added Reference Parker Herold added a reference --- References.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/References.txt b/References.txt index 736b553..2b89603 100644 --- a/References.txt +++ b/References.txt @@ -1,4 +1,4 @@ -Instructions: Look around for books, videos, articles, blogs, etc. for learning about the technologies needed for the project this semester. Add a section below that includes your name and the resources you recommend for learning about the different technologies we will be using this semester. If one of your recommendations is the same as someone else's, say what makes it a good reference. You should include at least one new reference that hasn't been mentioned yet. +Instructions: Look around for books, videos, articles, blogs, etc. for learning about the technologies needed for the project this semester. Add a section below that includes your name and the resources you recommend for learning about the different technologies we will be using this semester. If one of your recommendations is the same as someone else's, say what makes it a good reference. You should include at least one new reference that hasn't been mentioned yet. === Some Suggestions by Eddie Burris ======================== @@ -239,4 +239,4 @@ The following link is step-by-step tutorial on how to create a database on Micro http://www.theengineeringprojects.com/2013/01/creating-database-in-microsoft-visual.html -=== Suggestions by Brien Belko ========================= I also think MVC: Pro ASP.NET MVC 5 is an excellent resource. The first half of the book gives you a step by step, chapter by chapter guide to building an application within ASP.NET MVC. The second half of the book really dives deep into the concepts deeply. You can find it on safari in the UMKC library databases. http://library.umkc.edu/ Tangential to using ASP.NET, I have been using for reference C# 5.0 In A Nutshell: The Definitive Reference. This book has been incredibly helpful to me as I had never programmed in C# prior to this project. This also can be found on Safari in the UMKC library databases. http://library.umkc.edu/ There is a free guide to Git published by Apress that will tell you everything you wanted to know, and much you wouldn’t, about Git. It explains the concepts of Git, comes in four different file formats and has a chapter completely dedicated to GitHub. That and the first few chapters should be enough to make you an expert (for the purpose of this class) http://git-scm.com/book/en/v2 ======================================================== +=== Suggestions by Brien Belko ========================= I also think MVC: Pro ASP.NET MVC 5 is an excellent resource. The first half of the book gives you a step by step, chapter by chapter guide to building an application within ASP.NET MVC. The second half of the book really dives deep into the concepts deeply. You can find it on safari in the UMKC library databases. http://library.umkc.edu/ Tangential to using ASP.NET, I have been using for reference C# 5.0 In A Nutshell: The Definitive Reference. This book has been incredibly helpful to me as I had never programmed in C# prior to this project. This also can be found on Safari in the UMKC library databases. http://library.umkc.edu/ There is a free guide to Git published by Apress that will tell you everything you wanted to know, and much you wouldn’t, about Git. It explains the concepts of Git, comes in four different file formats and has a chapter completely dedicated to GitHub. That and the first few chapters should be enough to make you an expert (for the purpose of this class) http://git-scm.com/book/en/v2 ======================================Suggestion by Parker Herold==========https://google.github.io/styleguide/javaguide.html This is a website that has a styling guide used in Java to help with how to format and write certain things.===========