DotNetShoutout - Stories tagged with WCF
2
Shouts

ABC of WCF

published 429 days, 22 hours, 53 minutes ago posted by dotnetfundadotnetfunda 435 days, 48 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Wednesday, March 14, 2012 5:54:45 AM GMT
In this article we will revisit the ABCs of WCF and see some practical scenario. (more)
category: Web Dev | clicked: 53 | comment | | source: www.dotnetfunda.com
tags: WCF
6
Shouts

WCF # 13 – WCF Behaviors and it's types [How WCF runtime is initialized?]

published 440 days, 20 hours, 7 minutes ago posted by dharadhara 450 days, 12 hours, 8 minutes ago
Thursday, March 08, 2012 10:35:16 AM GMT Monday, February 27, 2012 6:34:00 PM GMT
Hi Geeks, In general Behavior or behaviour refers to the actions and mannerisms made by System in conjunction with its environment, which includes the other systems around . It is the response of the system to various stimuli or inputs. * WCF Behaviors... (more)
category: Web Dev | clicked: 156 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
13
Shouts

Introducing Unity.WCF - providing easy IoC integration for your WCF services

published 481 days, 12 hours, 27 minutes ago posted by devtrendsdevtrends 490 days, 14 hours, 13 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Wednesday, January 18, 2012 4:29:28 PM GMT
There are numerous blog posts available that explain how to hook up Unity with WCF. Unfortunately, many of these are incomplete, too basic or just plain wrong. Additionally, as far as I can tell, nobody has created a NuGet package to get you up and running as quickly as possible. This post introduces Unity.WCF, an open source NuGet package that (hopefully) just works in most situations, deals with cleaning up IDisposable instances and also provides a nice mechanism for automatically adding WCF behaviors ... (more)
category: Web Dev | clicked: 114 | 2 comments | | source: www.devtrends.co.uk
tags: Unity, IoC, Dependecy Injection, WCF
8
Shouts

WCF # 11–WCF Channel Objects [WCF Channel Listeners,WCF Factories]

published 498 days, 10 hours, 16 minutes ago posted by kinj312kinj312 498 days, 19 hours, 32 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Tuesday, January 10, 2012 11:10:35 AM GMT
Hi Geeks, In our last post Channel shapes and Communication Patterns we saw how channels are used to transform message from client to server and vice versa. Today we will see Channel Objects and how they work . There are three categories of channel objects... (more)
category: Web Dev | clicked: 14 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
7
Shouts

Implement Role based security using Windows Groups in WCF

published 498 days, 10 hours, 16 minutes ago posted by dharadhara 499 days, 22 hours, 38 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Monday, January 09, 2012 8:04:47 AM GMT
This is third blog on security concept in WCF. You can read previous posts: Something about Security in WCF- I Implement windows authentication and security in WCF Service Today I’ll describe how we can implement role based authorization using Windows... (more)
category: Web Dev | clicked: 43 | 1 comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
8
Shouts

Implement windows authentication and security in WCF Service

published 500 days, 16 hours, 58 minutes ago posted by dharadhara 502 days, 23 hours, 12 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 7:30:16 AM GMT
This is continuation with previous post on “Security in WCF -I”. Here I’ll explain how we can implement windows authentication with transport level security in intranet environment. Windows authentication In intranet environment, client and service are... (more)
category: Web Dev | clicked: 32 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
9
Shouts

Something about Security in WCF- I

published 500 days, 16 hours, 58 minutes ago posted by kinj312kinj312 503 days, 20 hours, 51 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, January 05, 2012 9:51:09 AM GMT
Authentication and authorization are key aspects for secure communication between client and server. The service needs to authenticate its callers and correspondingly allow to use allowed operations. Service level authentication is not only thing for... (more)
category: Web Dev | clicked: 35 | 1 comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
10
Shouts

Get WCF Service Metadata on client application

published 504 days, 12 hours, 58 minutes ago posted by kinj312kinj312 506 days, 20 hours, 18 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Monday, January 02, 2012 10:24:44 AM GMT
Sometimes the client needs to programmatically verify whether a particular endpoint supports a particular contracts. Suppose Application administrator deployed application but it was pointing to development environment or some other address. If this feature... (more)
category: Web Dev | clicked: 37 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
8
Shouts

I don’t want to be worry about WCF configuration on client side

published 506 days, 11 hours, 5 minutes ago posted by kinj312kinj312 509 days, 20 hours, 48 minutes ago
Monday, January 02, 2012 7:37:30 PM GMT Friday, December 30, 2011 9:54:18 AM GMT
I personally feels there is still too much configuration in setting up WCF service infact Microsoft has reduced in new .net frameworks. If client application wants to consume WCF service then you need to create proxy class using Visual Studio and create... (more)
category: Web Dev | clicked: 26 | 1 comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
10
Shouts

WCF # 10 – WCF channel shapes and communication patterns (Message exchange patterns)

published 526 days, 16 hours, 3 minutes ago posted by kinj312kinj312 529 days, 22 hours, 7 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 8:35:31 AM GMT
Hi Geek, In our last post Channels , we see how messages are exchange in WCF using channels , In this post we will see the types of message exchange patterns in WCF . WCF supports three distinct message-exchange patterns: 1) One Way 2) Duplex 3) Request... (more)
category: Web Dev | clicked: 16 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
9
Shouts

Choosing binding for WCF service

published 532 days, 2 hours, 16 minutes ago posted by kinj312kinj312 532 days, 21 hours, 49 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Wednesday, December 07, 2011 8:53:58 AM GMT
There are different types of bindings supported by WCF. Now question is which binding is suitable for your service.Following is list of frequently used bindings in WCF: BasicHttpBinding : If clients can be non-WCF. This exposes service to the outside... (more)
category: Web Dev | clicked: 25 | 1 comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
8
Shouts

Difference between TcpBinding and HttpDualBinding for Callback in WCF

published 532 days, 2 hours, 16 minutes ago posted by kinj312kinj312 532 days, 21 hours, 49 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Wednesday, December 07, 2011 8:53:32 AM GMT
The Http bindings serialized messages into XML and send them via HTTP. HTTP is request response protocol, which is one way communication at a time. Caller sends requests to the server and server responds and sends response messages. Once the response... (more)
category: Web Dev | clicked: 16 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
3
Shouts

Yet Another Approach to NHibernate Session-Per-Method-Call Using StructureMap

posted by Matt_TCFMatt_TCF 534 days, 1 hour, 11 minutes ago
Tuesday, December 06, 2011 5:31:49 AM GMT
There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post, I’ll show you how you can implement a simpler solution by utilizing StructureMap’s nested containers. (more)
category: Web Dev | clicked: 20 | comment | | source: trycatchfail.com
tags: webservices, NHibernate, WCF, StructureMap
2
Shouts

Introduction to WCF Web API - New REST Face of .NET

published 544 days, 21 hours, 26 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 547 days, 12 hours ago
Friday, November 25, 2011 9:16:59 AM GMT Tuesday, November 22, 2011 6:42:28 PM GMT
This blog post will give you an introduction to WCF Web API and show you how to get started with WCF Web API along with Dependency Inject support with Ninject. (more)
category: Web Dev | clicked: 22 | comment | | source: tugberkugurlu.com
tags: .NET, WCF Web Apis, WCF, ASP.NET
2
Shouts

WCF Web API Plays Nice With ELMAH - A Quick Introduction to WCF Web API HttpErrorHandler

published 544 days, 21 hours, 26 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 547 days, 12 hours, 1 minute ago
Friday, November 25, 2011 9:16:59 AM GMT Tuesday, November 22, 2011 6:41:16 PM GMT
See how WCF Web API Plays Nice With ELMAH. This blog post is a Quick introduction to WCF Web API HttpErrorHandler (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: WCF Web Apis, WCF, ASP.NET
6
Shouts

WCF # 8 - WCF Contracts

posted by dharadhara 562 days, 22 hours, 34 minutes ago
Monday, November 07, 2011 8:08:27 AM GMT
Hi , Today we will see the most important concept in the WCF Framework called CONTRACTS. * IN every day world , a contract is a binding agreement between two or more parties that specifies the supply of goods or services for a known price. * In the world... (more)
category: Web Dev | clicked: 4 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
7
Shouts

WCF # - 7 Create and host a WCF website in IIS

posted by dharadhara 566 days, 21 hours, 26 minutes ago
Thursday, November 03, 2011 9:16:42 AM GMT
Hi Geeks, In this article,we will cover following things Create a WCF Website Host a WCF website in IIS [Internet Information Services] Test the hosted site [To check whether it is correctly hosted or not] NOTE: To host the WCF website in IIS.Before ... (more)
category: Web Dev | clicked: 7 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 573 days, 15 hours, 53 minutes ago posted by kalyanms1kalyanms1 576 days, 10 hours, 6 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 8:36:01 PM GMT
Impersonation is a technique that WCF Services use to authorize the caller’s identity to access to service resources such as files and database tables. Service resources can be located either on local service machine or remotely hosted. The resources are being accessed by WCF Service’s process identity or specific windows identity. Difference between Impersonation and Delegation in WCF? Impersonation is used to access the resources when the resources are on the same machine as the service. Delegation i... (more)
category: Web Dev | clicked: 54 | 1 comment | | source: www.techbubbles.com
tags: WCF
2
Shouts

How to choose right WCF binding? | TechBubbles

posted by kalyanms1kalyanms1 578 days, 9 hours, 10 minutes ago
Saturday, October 22, 2011 9:32:28 PM GMT
Binding in WCF defines how clients can connect with your service. The base class for all bindings in WCF is System.ServiceModel.Channels.Binding. A Binding includes definition for WS-* protocols used, the message encoding and the transport protocol. The available WCF Bindings arewsHttpBindingbasicHttpBindingnetTcpBindingnetNamedPipeBindingnetMsmqBindingwsDualHttpBinding Consider the following scenarios when your are choosing the WCF BindingConsider using wsHttpBinding when you need to support clients... (more)
category: Web Dev | clicked: 9 | comment | | source: www.techbubbles.com
tags: WCF
2
Shouts

Transport and Message Security in WCF | TechBubbles

posted by kalyanms1kalyanms1 579 days, 8 hours, 9 minutes ago
Friday, October 21, 2011 10:33:32 PM GMT
This post discusses about transport and message security. In Transport Security user credentials and claims are passed using transport layer. The transport protocols are TCP, HTTP, MSMQ and IPC. Each of these protocols have their own mechanism for passing user credentials. The most common approach is using secure socket layer(SSL) for encrypting the details which sent over HTTPS.   Scenarios where you can use the Transport SecurityUse the Transport Security model when you want to send the message fro... (more)
category: Web Dev | clicked: 3 | comment | | source: www.techbubbles.com
tags: WCF
Previous 1 2 3 4 5 6 7 8 9 10 ... 13 14 Next