All

Simple deserialization of XML to C# object

Simple approach how to deserialize XML to C# object without attributes.

Generic repository pattern and Unit of work with Entity framework

Repository pattern is an abstraction layer between your business logic layer and data access layer. This abstract layer contains methods to server data from data layer to business layer. Now, changes in your data layer cannot affect the business layer directly.

Custom orderBy filter with localeCompare for diacritics support

AngularJS orderBy filter doesn't support ordering with diacritics.

BsTable directive - simple list pagination and size selection

BsTable is an AngularJS directive which adds tfoot tag with pagination and page size selection to your table and watches changes on your collection in ng-repeat attribute.

© 2023 JAN HOLINKA