- NInject
- Dirty Pattern
- Soft Delete Pattern
- Report to HTML (XSLT transformation)
- Filter by given field
- Automapper
- NHibernate
The purpose of this task was to write a desktop application that allows user to edit (add\remove\modify) loan applications.
It contains:
- One window.
- List of Active applications.
- Possibility to add edit remove applications.
- Possibility to filter by given field.
- Remove should be Soft Deleted.
- Is Dirty Pattern
- Report to HTML (using xslt transform)
Tech stack:
- WPF -> MVVM
- .NET 4.7.2
- NHibernate -> Fluent
- One of databases: Microsoft SQL Server
- Code first Approach