Industrial & Manufacturing May 6th, 2019 The Future of Automotive IoT: 5G and Integration Cars become increasingly software-driven and that means automotive software development challenges. Automotive Internet of Things (IoT) is, at least for the consumers, one of the most visible examples of commercial IoT uses.
.NET April 22nd, 2019 Programming Tips: Why Array Doesn't Have 'Add' Method? When we initiate an Array we have to declare the size of the array. We cannot extend the size of an existing array, so Add method doesn’t have any sense. Right? Check our programming tips and learn why Array doesn't have 'add' method.
.NET April 16th, 2019 OAuth 2.0: What is an Authorization? Have you ever thought that you have lost your keys from your home? What did you think? I can see in my imagination that thief staying next to the door to my flat with my key which I lost. He puts the key into the lock and opens the door. How this story is related to authorization?
Software Development April 8th, 2019 5 Trending JavaScript Libraries in 2019 JavaScript has become one of the leading programming technologies in recent years. Every year software developers make a long list of less-known tools that have a chance to break into the mainstream. Here is our own list of 5 JavaScript most handy libraries for solving various problems.
Digital Transformation March 19th, 2019 Smart Cities Bet on Smart City’s Internet of Things Read about the benefits of the Internet of Things networks in a smart city & how the biggest cities in the world implement 5G technology and other innovations.
.NET March 11th, 2019 How to Store Sensitive Data of Your Application in .NET Core App? Imagine that you are working on your project on your localhost. Your app needs to connect to a database. How can you store your connection string?