LINQ with Index

Let’s say you have a function that returns list of entities with logs. One entity may have 0 or more logs.

Read More

MEAN Stack Issue

MEAN stack uses M (mongodb), E (ExpressJS), A (AngularJS) and N (NodeJS). As a developer who lived in Microsoft land mostly (other than my one off development of Korean Letters in iOS and Android), I had to give it a try when I heard of it.

Read More

Decimal Remembers Precision

I was puzzled by decimal type - when I load currency value from database, it is serialized as 0.0000, whereas if I assign the value directly within c# code it is serialized as 0. Thus, my AssertEqual() function fails.

Read More