Skip to main content

Blog

blog

Why HTTP is not suitable for IOT applications.

When developing modern web-applications, the most commonly used application layer protocol is HTTP. It is suitable for serving hypermedia resources in a request-response fashion over the internet. However, when it comes to the Internet of things(IOT), it tends to perform poorly mainly because it was designed to be a reliable but heavy-weight protocol for the world-wide-web. In this blog, I want to highlight the issues with HTTP with respect to IOT applications.

Siddharth Bhola by Siddharth Bhola

ASP.NET Core 1.0 - Quick Look at RAZOR Views new Tag Helpers

Of the many features that are being revealed through the ASP.NET 5 RC's and other announcements, one of the first things that peeked my interest were the updates to RAZOR views with the addition of tag helpers.  The cool thing about these new tag helpers is, it allows the developer to create Razor views that look more like HTML and less like C#.

Sam Figie by Sam Figie