0
IoT hardware platforms
Václav Dajbych
| publikováno 9. ledna 2019
Internet of things is a network of embedded systems. Microcontrollers are not a new thing. BIOS in computer motherboard is a microcontroller which loads code from a peripheral. Ther...
0
IoT wireless networks
Václav Dajbych
| publikováno 9. ledna 2019
Internet is a network for servers, desktops, laptops, tablets and mobile phones. IoT is a network for microcontrollers. The microcontroller can communicate via Ethernet, Bluetoot...
0
EdgeHTML rendering engine is discontinued
Václav Dajbych
| publikováno 6. prosince 2018
The EdgeHTML rendering engine, fork of Trident, fork of Spyglass Mosaic, fork of Mosaic will be replaced by the Blink rendering engine, fork of WebKit, fork of KHTML, fork of Khtmlw. Ex...
0
Visual Studio: Please restore the MSBuild Nuget package
Václav Dajbych
| publikováno 9. listopadu 2018
I have recently run into a problem after I upgraded my Visual Studio Service Fabric project from version 3.1.283 to 3.2.178. The build has been failing and the advice in the error mess...
0
Working with Azure Batch
Václav Dajbych
| publikováno 11. října 2018
Azure Batch is a very practical and highly customizable service. It is one of Azure Compute services which are designed for performing compute-intensive or data-intensive tasks. Azur...
0
Why is the Application Insights TrackMetric method missing?
Václav Dajbych
| publikováno 16. září 2018
Short answer is that method is missing because someone in the development team forgot to use an Obsolete attribute. This method in the TelemetryClient class in the Microsoft.Applica...
0
Comparison of databases for UWP apps: SQLite, Realm & LiteDB
Václav Dajbych
| publikováno 26. června 2018
Object oriented applications usually needs object oriented storage. Relations are good at mapping pointers but many technical limitations are hidden under documentation cru...
0
What’s new in C# 7.1, 7.2 & 7.3 and what’s next
Václav Dajbych
| publikováno 10. května 2018
C# is continuously evolving and absorbing many useful features. Some of them are syntax sugar and Visual Studio will propose a simplified code, but some of them allows what wasn’t po...
0
Visual Studio for Mac begins support for Team Foundation Version Control
Václav Dajbych
| publikováno 9. května 2018
Microsoft announced the release of Visual Studio for Mac one year ago. It illogically supported Git instead of TFVC. Visual Studio supports Git since 2014 so absolute majority of p...
0
Microsoft announces its own Content Delivery Network
Václav Dajbych
| publikováno 7. května 2018
Microsoft Azure provided two Content Delivery Networks (CDN) – Akamai and Verizon. Today, customers can pick up one more provider – Microsoft. The price is a half of concurrent CDNs b...