-
[Lab Schedule] (https://github.com/SoftwareDesign2017/SoftwareDesign2017/blob/master/Resources/Schedule_2017.pdf)
-
[Project Documents] (https://github.com/coroveiandrei/UTCNSoftwareDesignLab/tree/master/Project) Deadline: week 13
-
[Assignments]
-
Assignment 1(https://github.com/coroveiandrei/UTCNSoftwareDesignLab/blob/master/lab3/Assignment1_2018.pdf)
-
Assignment 2(https://github.com/coroveiandrei/UTCNSoftwareDesignLab/blob/master/lab6/Assignment2_2018.pdf)
-
Assignment 3(https://github.com/coroveiandrei/UTCNSoftwareDesignLab/blob/master/lab9/Assignment3_2018.pdf) Deadline: week 11
-
Template For Documentation (https://github.com/coroveiandrei/UTCNSoftwareDesignLab/blob/master/lab3/Assignment_Analysis_and_Design_Document.docx)
- [Final feedback form] (https://www.surveymonkey.com/r/M2LMVLD)
- C# fundamentals recap (https://app.pluralsight.com/library/courses/object-oriented-programming-fundamentals-csharp/table-of-contents)
- C# collection fundamentals (https://app.pluralsight.com/player?course=csharp-collections&author=simon-robinson&name=csharp-collections-fundamentals-m1-welcome&clip=0)
- Head first C# book (https://www.amazon.com/NET-Head-First-Microsoft-Programming/s?ie=UTF8&page=1&rh=n%3A764452%2Cp_lbr_books_series_browse-bin%3AHead%20First)
- Web API (https://app.pluralsight.com/library/courses/implementing-restful-aspdotnet-web-api/table-of-contents)
- Java fundamentals recap (https://app.pluralsight.com/library/courses/java-fundamentals-language/table-of-contents)
- Java Collections (https://app.pluralsight.com/player?course=java-fundamentals-collections&author=richard-warburton&name=java-fundamentals-collections-m1&clip=0)
- Head first Java (https://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/ref=sr_1_1?ie=UTF8&qid=1519933166&sr=8-1&keywords=head+first+java)
- Spring Boot (https://javabrains.thinkific.com/courses/take/springboot-quickstart/multimedia/2784009-adding-a-rest-controller)
- The art of Unit testing (https://www.youtube.com/watch?v=dJUVNFxrK_4)
- C# basic authentication check with user & password and authorization using roles (for assignment 3) https://www.c-sharpcorner.com/article/basic-authentication-using-message-handlers-in-web-api/
- Message handlers in C# (https://www.infoworld.com/article/2991458/application-architecture/how-to-work-with-message-handlers-in-web-api.html)