Search

Search in:

Results (1094)

Articles

Grid with dynamic number of rows and columns

The post showcases a WPF datagrid with dynamic columns where the number of rows and columns is defined but all cells have the same size. Table of contents:   Source code GitHub Introduction The post is devoted to the WPF...

Articles

XUnit and Exceptions With async Task

  When a business object requires catching exceptions generated by wrong property values, XUnit tests aren’t as easy to write. Recently, I wrote XUnit tests for a business object that requires catching exceptions generated by wrong property values in synchronous and...

Articles

How Much Does it Cost to Make an Application Development?

  One of the most serious questions that concerns any entrepreneur is what would be the cost of an application development. Without an understanding of the components any project consists of, it is hard to calculate the budget and mitigate...

Articles

Machine Learning: Basics and Takeaways

  Machine Learning techniques can help modern businesses run much more efficiently and in a more predictable way. In this article, I am going to scratch the surface of machine learning basics and explain what the key takeaways are for...

Articles

Localisation AngularJS 1.x applications

AngularJS has internationalisation (i18n) and localisation (l10n) out of the box. It just works with content that is generated via AngularJS Framework: date, currency, etc. Sample of localization and internationalization for China To change locale to other language/country you need...