Monthly Archives: May 2010

Multiple Service Contracts in WCF Service

Objective In this article, I will show you, how we can have multiple contracts in WCF service. Block Diagram Above block diagram says 1. There are three contracts. 2. All contracts are being implemented in same service class. 3. Each

Posted in WCF

Configuring Multiple End points for WCF Service

Objective In this article, I will explain how we could configure multiple binding for WCF service. To see the video tutorial of hosting WCF Service in Console Application Click Here While creating multiple endpoints for the service, make sure each

Posted in WCF

Hosting WCF service in Console Application

This video will explain , how to host a WCF Service in a Console Application For your reference soure code is as below , IService1.cs using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Web; using System.Text;  

Posted in WCF

FAULT Contract in WCF with Learning Video

Video of the article is HERE  Objective This article will give basic introduction on 1. How to handle Exception at service side? 2. How to use Fault contract at Service side? 3. How to handle Service Exception at client side?

Posted in WCF

Learning Video on Fault Contract in WCF

This video is giving basic explanation on How to work with Fault Contract. For reference Soure code is as below , IService1.cs using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Web; using System.Text;   namespace demoFaultService {

Posted in Video, WCF

Shut Down, Restart, Log Off and Forced Log off System using c#

Objective In this article, I am going to show, How to Shut Down a machine How to Log Off a machine How to forced log off a machine How to restart a machine using c# To perform our task, very

Posted in Miscellaneous

Custom Binding Part #2: creating a Basic REST service using CUSTOM Binding

In this article, I am going to show you how we could create a basic WCF REST service using custom binding. Part 1 of this article series could be read Here Follow the steps below, Step 1 Create a new

Posted in WCF

Inserting and Retrieving Image using LINQ to SQL from ASP.Net Application

Objective In this article, I am going to show you 1. How to insert an image from ASP.Net application to SQL Server using LINQ to SQL. 2. How to retrieve image from SQL Server data base using LINQ to SQL

Posted in LINQ

Simple Explanation for very beginners of Query String

Query String allows you to pass values between the asp.net pages. Let us say, you are navigating to below URL In above URL, you are navigating to a page called Add.aspx and Number1 and Number2 are query string to page

Posted in Miscellaneous

7 queries on LINQ to SQL class

 In this article, I am going to show you how we can perform various operations using LINQ to SQL. Database description Let us say, I have created a database called ILPTrainee. This table got only one table with below structure

Posted in CSharp, LINQ

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

  • RT @JohnBristowe: Looking for an overview of Icenium? youtu.be/mMqVcuKRxH8 55 minutes ago
  • Finally VPN is working .. first good news since 12 hrs ! 55 minutes ago
  • hey any one have worked with localhost and Windows Phone 8 emulator ? plz reply back 58 minutes ago
  • Added inbound rule in firewall , change IIS express setting in ap[plicationhost file .. still Localhost is not working with WP8 .its 12 hrs 1 hour ago
  • First time in life headache .. and yes it is due to all complexities they have created around Windows Phone 8 emulator .. Its big fail 2 hours ago
Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,133 other followers