C# Car Insurance Program

For 'Enterprise Development with the .NET Framework' at uni we had to develop a program in C# which could be used to track car insurance claims. It would be used by Frontline Staff, Repairers, and Claims Staff to track the process of car insurance claims lodged by users. It consisted of a windows-based GUI frontend, a browser-based frontend, the processing code, and a SQL Server database. All users were required to log in, and could only view details of the claim to which they had access, and could only change certain aspects of the claim based on their status. It really covered all aspects of the .NET Framework and gave me an excellent understanding of C# and .NET in general, plus it was fun and the end result turned out quite nicely.

C# - Download the code.