Day: July 20, 2016

  • Convert Any Headphones to Bluetooth Wireless

      With iPhone 7 not having a 3.5mm port. Here a brilliant way to convert your old earphones to bluetooth earphones!   The purpose of this instructable is to eliminate the headphone wire between my iPhone and headphones. The wire would constantly snag on things while at work and be ripped out from the headphones(3.5mm jack […]

  • Difference between ASP.NET MVC and ASP.NET Web API

    Found this interesting article on http://www.dotnet-tricks.com/Tutorial/webapi/Y95G050413-Difference-between-ASP.NET-MVC-and-ASP.NET-Web-API.html Most people tend to think MVC and web api are the same thing. Well not really!   While developing your web application using MVC, many developers got confused when to use Web API, since MVC framework can also return JSON data by using JsonResult and can also handle simple AJAX requests. […]