Framework: ASP.Net
Language: C#
This project was created for a University module called 'Secure Software Development', the project revolved around creating a website that could be used by a Testing company to create support tickets within the company infranet which would need to include security to defend against common attacks.
The application received a high mark and defended against each attack that was tested against it, ASP.Net was chosen due to the ease of adding security features such as XSRF prevention, authentication and authorization.
This project reinforced why it's important to use good coding practices and implementing security with every project that I develop and reinforced my knowledge of ASP.Net and C#.