From 588908ac6ef0daf1a52375563de808a9305b7c4c Mon Sep 17 00:00:00 2001 From: blmb6b Date: Thu, 26 Jan 2017 19:42:12 -0600 Subject: [PATCH] personal reference added to file --- References.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/References.txt b/References.txt index 736b553..60fce8c 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 ===========================================================Suggestions by Bridget Mohn==================================================Last year I had a lot of trouble getting Android Studio to connect to my Android phone. I had tried a lot of different sites and this was the only one that actually helped me figure out what my problem was. https://developer.android.com/training/basics/firstapp/running-app.html================================================