• VS_NewTable_1
    Programmer's notes

    Simple.Data.SqlServer na hostingu Webio

    2 120

    W poprzednim poście opisałem wrzucenie projektu WebApi na hosting Webio. Samo API było bardzo proste i zwracało jedynie zahardkodowane wartości przykładowych zdarzeń. Dzisiaj opiszę kolejne ćwiczenie z hostingiem Webio. Dodałem serwer bazy danych MS SQL Server 2012 oraz zmodyfikowałem API, aby zdarzenia pobierały i zapisywały się dynamicznie do bazy danych. Proces ten przebiegł równie sprawnie jak…

DEV

  • _p_logo

    Postman: framework for testing API

    Few times in the past I had to do some testing on my APIs. I needed very simple way to easily call different HTTP method like POST or PUT with some specific custom HTTP Headers. I have used a few tools for this but all of them seem to have some minor or major issues…

Around Dev

  • f3f4ed928e0aa64d0b793b8afcceda23

    Invite your friends to your Facebook fanpage like a Dev

    In this post I will show you a very easy way to invite all of your Facebook friends to like your Facebook fanpage. This is a little hack that will require some source code analyzing and dev skills. But after all, this is extremely easy.

My way of seeing