AspBucket offers ASP.NET, C#, VB, Jquery, CSS, Ajax, SQL tutorials. It is the best place for programmers to learn

Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts

Wednesday, 25 May 2016

Saturday, 16 April 2016

How to implement Dependency Injection in C#?

Dependency Injection is a design pattern used to develop loosely coupled code. It allows you to inject a dependency from outside the class. Before discuss on Dependency Injection let's discuss what is loose coupling & Tight coupling in code.

Friday, 26 February 2016

Configure WCF service in ASP.NET Website.

In this blog article I will discuss How to add WCF service in project. Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. Please follow below steps to configure the project.

Monday, 22 February 2016

Create browser extension using WCF & Kangoextensions

Kango framework is a cross-browser extensions framework named Kango. Purpose of Kango is to make browser extensions. With Kango we can create extension for all major browser in minutes using JavaScript only.  In this tutorial I will discuss how to use kango with ASP.NET WCF service with an example.

Monday, 8 February 2016

  • Popular Posts
  • Comments