shalin111
Name: shalin111
Score: 9
Last Seen: 732 days, 3 minutes ago
Member Since: 18 May, 2011
DotNetShoutout
atom rss
6
Shouts

Contract first vs Code first WCF

published 813 days, 13 hours, 5 minutes ago posted by lukus7lukus7 814 days, 1 hour, 5 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Friday, February 25, 2011 10:54:34 AM GMT
Reflections on contract first WCF and if it is worth the extra effort. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.instantiate.co.nz
tags: .NET, Web Services, Code first, contract first, WCF, XSD
9
Shouts

Create REST service with WCF and Consume using jQuery

published 799 days, 23 hours, 56 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 801 days, 18 hours, 31 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 5:29:02 PM GMT
Code What is REST ? Rest=Representational state transfer which is an architecture design to represent the resources. Rest provide the uniform interface through additional constraints around how to identify resources, how to manipulate resources through representations, and how to include metadata that make messages self-describing. Rest is not tied with any platform and technology but WEB is only platform which satisfy the all constrain. So any thing you build using Rest constrain, you do it on Web ... (more)
category: Web Dev | clicked: 5 | comment | | source: pranayamr.blogspot.com
tags: REST service, jQuery
6
Shouts

AppFabric WCF Service Template (C#) - Ron Jacobs

published 798 days, 8 hours, 54 minutes ago posted by StevesSteves 799 days, 3 hours, 42 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 8:17:49 AM GMT
Now available Download the AppFabric WCF Service Template C# Windows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. Windows Server AppFabric provides tools for managing and monitoring your web services and workflows. The AppFabric WCF Service template brings these two products together providing the following features: * Monitor the calls to your service across multiple servers with AppFabric Monitoring * Create custom Event Tracing ... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: WCF Service, Windows Communication Foundation, WCF, AppFabric
7
Shouts

Microsoft Programmers | Exception: Value For One Of The Query Parameters Specified In The Request URI Is Invalid at CloudBlockBlob.PutBlock Method

published 780 days, 14 hours, 53 minutes ago posted by jebarson007jebarson007 781 days, 21 hours, 6 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Tuesday, March 29, 2011 2:53:30 PM GMT
{"Value for one of the query parameters specified in the request URI is invalid."} [Microsoft.WindowsAzure.StorageClient.StorageClientException]: {"Value for one of the query parameters specified in the request URI is invalid."} _className: null (more)
category: Web Dev | clicked: 11 | 2 comments | | source: www.jebarson.info
tags: PutBlock, C#, invalid uri, exception, CloudBlockBlob, Azure
12
Shouts

WCF Extensibility – Behaviors - Carlos Figueira

published 791 days, 8 hours, 32 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 22 hours, 11 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 1:49:21 PM GMT
The first part of this series will focus on the behaviors. There are four kinds of behaviors, depending on the scope to which they apply: service, endpoint, contract and operation behaviors. The behavior interfaces are the main entry points for almost all the other extensibility points in WCF – it’s via the Apply[Client/Dispatch]Behavior method in the behavior interfaces where a user can get a reference to most of them. Description vs. Runtime The WCF behaviors are part of a service (or endpoint / contr... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: WCF, Extensibility
5
Shouts

Creating a dynamic locator service and client with WCF 4, WS–Discovery, your own standard endpoints and runtime meta data discovery - Chris van Beek - blog community

published 777 days, 3 hours, 36 minutes ago posted by ChrisbChrisb 781 days, 3 hours, 54 minutes ago
Sunday, April 03, 2011 8:24:21 AM GMT Wednesday, March 30, 2011 8:06:22 AM GMT
Hello everyone, welcome to my third blog post. This time I am preparing for a WCF 4 training and in that training a very cool subject will be explained. Namely the new WCF 4 support for WS – Discovery. This allows us to discover services at runtime. WCF services can query or announce a location by udp broadcast, or by communicating with a known endpoint directly. The last method is the way to go, since udp broadcasts everywhere will cloud your network and they perform bad when you are waiting for all the... (more)
category: Web Dev | clicked: 6 | 3 comments | | source: blogs.infosupport.com
tags: WS-Discovery, WCF 4, WCF 4.0
4
Shouts

How to bind XML file as collection of object in Silverlight using WCF service « Vishalnayan

published 772 days, 23 hours, 28 minutes ago posted by vishalnayanvishalnayan 773 days, 18 hours, 54 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Wednesday, April 06, 2011 5:05:43 PM GMT
Problem viewing , read/download full pdf version of article here Subscribe /email your mailing id at vishalnayan@gmail.com for sample project. Introduction: Binding to a single object is straight forward,but practically we are more interested in binding to a collection object say like, all employee in a table. Dependency property supports the single value binding, so binding to collection of object had to be dealt with little more sophistication. Any control which support list of items is derived fro... (more)
category: Web Dev | clicked: 1 | comment | | source: vishalnayan.wordpress.com
7
Shouts

How you can make WF/WCF better - Ron Jacobs

published 761 days, 21 hours, 58 minutes ago posted by StevesSteves 762 days, 21 hours, 43 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:16:47 PM GMT
Are you sometimes frustrated by WF/WCF? Let’s just be honest for a moment… all of us are frustrated by WF/WCF at times. Even those of us who work on the product can probably think of a hundred ways we would like to make them better. However, we can’t fix everything or change everything that we would like to change because we also face the reality that we have a limited amount of time and resources to make changes... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: WF, WCF
9
Shouts

Authentication in WP7 client with REST Services–Part II - Eugenio Pace

published 772 days, 23 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 775 days, 14 hours, 12 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:48:01 PM GMT
n the previous post I covered the “semi-passive” way for authentication between a Windows Phone 7 client and a REST service. This post completes the information with the “active” way. There’s nothing unexpected here really:... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: Authentication, WP7, REST Services, REST service, REST
10
Shouts

Http Message Channels in WCF Web Apis Preview 4 - Pablo M. Cibraro

published 761 days, 21 hours, 58 minutes ago posted by ScottScott 762 days, 23 hours, 15 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:45:04 PM GMT
The new WCF Web Apis Preview 4 released yesterday in the wcf.codeplex.com introduced a new extensibility point for intercepting messages at channel level. The name for this new feature is “Http Message Channels” and the good thing is that you don’t need to rely anymore on the REST Starter Kit request interceptors for doing the same thing. Actually, a Http Message Channel is more useful as you can intercept either request or response messages, and also you ... (more)
category: Web Dev | clicked: 16 | 2 comments | | source: weblogs.asp.net
tags: WCF Web Apis, WCF, REST
11
Shouts

Federated Authentication with Azure AppFabric ACS v2.0: Part 1 - Setup

published 756 days, 21 hours, 3 minutes ago posted by sandrinosandrino 758 days, 1 hour, 47 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 10:13:19 AM GMT
Yesterday and today I've been teaching the Azure introduction training for MIC Belgium. Even though Azure AppFabric ACS wasn't part of this course it was a hot topic. I showed a demo and we did a small exercise all together, but I promised to create a detailed guide that allows you to create your own applications using federated authentication. (more)
category: Web Dev | clicked: 12 | 1 comment | | source: sandrinodimattia.net
tags: Azure AppFabric, Federated Authentication, Azure AppFabric ACS, Azure
9
Shouts

Creating a Supernatural Self-Adapting REST Proxy in C# « Joel Holder's Code Spool

published 753 days, 13 hours, 57 minutes ago posted by joel_holderjoel_holder 759 days, 5 hours, 18 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Thursday, April 21, 2011 6:41:28 AM GMT
.NET 4.0’s DynamicObject provides a quick and easy way to hook into and control how a call for a method is dispatched at runtime.  This so called “late dispatch” capability is exactly what we need to easily create dynamic facades over out-of-process APIs, such as those of remote REST services. In this post, I’ll show you how to take advantage of dynamic dispatch, in order to create an adaptive web agent that gets driven through a normal C# class API.  What I mean by normal, is that familiar dot syntax f... (more)
category: Web Dev | clicked: 13 | 2 comments | | source: uberpwn.wordpress.com
10
Shouts

XSLT to .NETHTML5 custom control migration using the Xstl2jQuery Utility

published 752 days, 2 hours, 27 minutes ago posted by EinatsmEinatsm 752 days, 23 hours, 41 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 12:19:03 PM GMT
Visual WebGui as a web development and deployment framework is made up of two logical parts: server-side which runs over IIS (or a Mono enabled web-server) and client-side which runs on the browser. The Visual WebGui server-side updates the client UI by sending data in XML form. (more)
category: Web Dev | clicked: 6 | comment | | source: www.visualwebgui.com
tags: client, XML, web development
12
Shouts

Configuring WCF Data Service using Lambda Expressions - Gil Fink on .Net

published 753 days, 13 hours, 57 minutes ago posted by gilfgilf 759 days, 3 hours, 43 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Thursday, April 21, 2011 8:16:46 AM GMT
One of the things that I avoid when I’m writing code is the use “magic strings”. Hardcoded strings are a code smell and should be rarely used. When using WCF Data Service configuration object you’ll have to pass the entity set’s string name to the configuration methods which as I wrote I would like to avoid. This is why in today’s post I’m going to extend the DataServiceConfiguration object. (more)
category: Web Dev | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Configuration, WCF data Service, WCF
7
Shouts

Photo Studio Slide Gallery XML Template

published 749 days, 20 hours, 48 minutes ago posted by qaisermqaiserm 750 days, 22 hours, 23 minutes ago
Saturday, April 30, 2011 3:12:02 PM GMT Friday, April 29, 2011 1:36:30 PM GMT
Tired of related web layouts and search exclusive Flash templates? For sure, you have stopped in the appropriate place Photo studio slide gallery XML template is one of our Flash templates. It can be used for small or medium size business, and it will be priced less than requesting custom web design. It is easy to upload and compatible with most editors like Dreamweaver, Photoshop and FrontPage. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.templatesrule.com
tags: cheap, Flash, XML, Photoshop, SlideShow 2, image slider addon, Template, background control, photography
11
Shouts

WCF Extensibility – IParameterInspector - The .NET Endpoint - Carlos Figueira

published 748 days, 14 hours, 17 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 7 hours, 8 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:51:28 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. The message inspectors, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very powerful, but you have to know how to deal with the Message object, which is not the most desirable way of programming. If the service model in WCF hides all the messaging framework by allowing us to define o... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: blogs.msdn.com
tags: WCF, Extensibility
9
Shouts

Xml serialization using generics | Rui Jarimba

published 746 days, 23 hours, 13 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 748 days, 16 hours, 19 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 7:40:34 PM GMT
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. (more)
category: Web Dev | clicked: 10 | 2 comments | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, C#, XML, xmlserializer
8
Shouts

WCF Extensibility – Operation Selectors - The .NET Endpoint - Carlos Figueira

published 736 days, 9 hours, 54 minutes ago posted by iftekharahmedamitiftekharahmedamit 738 days, 58 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Thursday, May 12, 2011 11:01:26 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors could well be left as an internal implementation detail for WCF, but for some reason the designers decided to make them public (I think the guideline back then was if anyone can come up with a scenario where a user would use it, then WCF would expose a hook ... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: WCF, Extensibility
7
Shouts

WCF Service using MTOM in .NET FW 4 | TechBubbles

published 735 days, 7 hours, 30 minutes ago posted by kalyanms1kalyanms1 735 days, 21 hours, 45 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Saturday, May 14, 2011 2:14:34 PM GMT
Web services having a greater interoperability to communicate messages across heterogeneous systems, however challenge is serializing the data into XML. Users may want to send images,videos, drawings, xml documents etc. together with SOAP message.  What is MTOM? Message Transmission Optimization Mechanism (MTOM) is a mechanism of transferring transferring large amounts binary data as an attachment to SOAP message. Typical SOAP message transmission shown in the below image Image Source crosscheknet... (more)
category: Web Dev | clicked: 12 | comment | | source: www.techbubbles.com
tags: WCF 4.0