C#
.NET
WPF
StatWizard
Created during a university coding challenge, this application is designed to parse thousands of lines of data and present the requested user to the data.
Using the Task-Parallel Library(TPL) of the C# .NET framework, I was able to optimise the application from having seconds of loading time to getting results instantly. The application also has neat UI created using the Windows Presentation Foundation(WPF) that runs on a background thread and remains responsive.