Showing posts from February, 2015

Todo App using Web API and Knockout

In this post, I am going to show you how to develop a to-do app using knockoutjs and Microsoft Web API. What is knockoutjs …

How to convert DataSet to List

In this post, I am going to show you a very useful c# code snippet that converts DataSet to List. public static Li…

Use OWIN to Self-Host ASP.NET Web API

In this guide, I’ll guide you through the process of creating a self-hosted Web API application using OWIN (Open Web Interf…

Compare Linq and Ruby Part1

Linq Where equivalent in Ruby One of the most used (just guessing) LINQ methods would be Where() , in .NET allows you to p…

How to post data using HttpClient

In this post, I will show you how to post data to web API using HttpClient. private static async Task PostJSON ( )…

Load More
That is All