2/1/15 - 3/1/15

How to dynamically Create Generic C# Object Using Reflection

In this post, we’ll explore how to dynamically create instances of generic classes using C# reflection. This technique can be handy when ...

santosh 28 Feb, 2015

How to host wcf service in IIS using Tcp protocol

In this post, I will show you how to host WCF service in IIS using TCP protocol. By default, the TCP WCF activation service is not enab...

santosh 26 Feb, 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 ”Knockout is a ...

santosh 24 Feb, 2015

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 List < T > ...

santosh 22 Feb, 2015

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 Interface for .NET) an...

santosh 17 Feb, 2015

How to create Fibonacci series using Linq

In this post I am going to show you how to generate fiboancci number series using Linq. What is Fibonacci series : The Fibonacci Sequen...

santosh 17 Feb, 2015

How to create chat application using microsoft asp.net signalr

In this post, I will show you how to create a simple chat application using the Microsoft SignalR framework Step1 open visual studio a...

santosh 17 Feb, 2015

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 provide a Lambda ...

santosh 17 Feb, 2015

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 ( ) { ...

santosh 7 Feb, 2015