We can use angular-translate to help localization in app development. Integrate it in your app and use it asynchronously.
Category Archives: Uncategorized
C# Variant on Struct
Learn what C# covariant and contravariant are and that it’s not applied to struct.
Customize IntelliTrace to Collect Enums
IntelilTrace collects events during application running. We can add custom events to collect the data specific to the application. Enum is a special type in C# which underlying type is an integer. We need some special treatment for it in collecting it in IntelliTrace.
Run Windows Phone 10 Emulator on Compressed Disk
Windows Phone 10 Emulator cannot run from a compress disk. If you are in this situation, there is a solution for you.
Grep in PowerShell
Write a PowerShell script to simulate the bash command grep.