Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 637 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 637 Bytes

Group-Project

For this project, 4 of us worked together as a group utilizing Visual Studio 2017 and SQL Server to create a blog for a Sea Monster lover.

I specifically spent most of my time on:

  • Creating and editing the ADO methods to utilize the SQL stored procedures in a C# Repository in our Data Layer.
  • Testing the methods to verify that we could access the database and the information it stores.
  • Utilizing Data Annotations for security. I specifically used the IValidatable Object to override the Valide() method
  • Implementing an interface on the controllers using a factory class.