Blogs1 - 10 of 1,509 recent posts for tag:WCF
08
Nov
2009
November Winnipeg SharePoint User Group Event

15 hours ago by Syndication Account

Another SharePoint Blog Post From SharePoint Security – Google Blog Search: SharePoint Web Applications Security . Site Metadata Hosting WCF in IIS Web Services and Web Application Security Development Security , and Proper Standards This User Group presentation will involve high level architecture ...

ARB Security Solutions - sharepointsecurity.com · Rank: 46,530 · 11 references

Iowa Code Camp November 2009 Slides Up

19 hours ago by Scott Seely

I want to send out a big thank you to the team who put together the Iowa Code Camp. You people did an awesome job!!! I had a great time giving my talks and really enjoyed hanging out with the crowd in Iowa. For those of you who attended my talks, or just want to see the materials, I’ve posted things ...

Devlicio.us - devlicio.us/blogs · Rank: 27,158 · 84 references

07
Nov
2009
ASP.net Ajax: Consuming webservice from client-side JavaScript

1 day ago by Juri Strumpflohner

Yesterday I answered a question on SO related to the problem of consuming an ASP.net webservice from JavaScript on the client-side. So I thought it might be a good idea to put it down in a downloadable example that can be used as a starting point for all those that didn't yet use this method. What I ...

Juri Strumpflohner's TechBlog - blog.js-development.com · 4 references

SOA: WS-*: Relationships

1 day ago by rob henwood

Snippets - henwor.wordpress.com

06
Nov
2009
Alguns artigos sobre silverlight

1 day ago by Flavia Moreira

Olá amigos Adicionei mais artigos no dowhile usando o Silverlight 3 com visual Studio 2010 Beta 2. 1 Populando Datagrid usando LINQ TO SQL em Silverlight Parte II 2 Populando Datagrid usando LINQ TO SQL em Silverlight Parte I 3 Vídeo Player em Silverlight Visual Studio 2010 – Parte II 4 Primeira Apl ...

Flavia Moreira's Weblog - flamoreira.wordpress.com

Alguns artigos sobre silverlight

1 day ago by Flavia Moreira

Olá amigos Adicionei mais artigos no dowhile usando o Silverlight 3 com visual Studio 2010 Beta 2. 1 Populando Datagrid usando LINQ TO SQL em Silverlight Parte II 2 Populando Datagrid usando LINQ TO SQL em Silverlight Parte I 3 Vídeo Player em Silverlight Visual Studio 2010 – Parte II 4 Primeira Apl ...

redeRIA | Agregador de ... - rederia.net · Rank: 133,030

Running WCF Service in IIS on Windows 7 Error: no svc MIME Type

1 day ago by Keith Elder

This evening I deployed a Silverlight application to my local machine while trying to debug a security / authorization issue. I setup a quick web application in IIS7 on a fairly fresh new version of Windows 7. When I opened the page for the service I was presented with the following. I went in and l ...

*Words of Wisdom From The ... - keithelder.net/blog/Default.aspx · 98 references

WCF Glossary

2 days ago by pahamad

I have speak with most of the person and they always saying they would not be able to understand the basic terms which is used in WCF. I am trying to give here terms with meaningfull description: 1. Address Specifies the location where messages are received. It is specified as a Uniform Resource Ide ...

Parwej Ahamad - parwej.wordpress.com

IIs7 wcf configuration

2 days ago by dotnettrails

If you are seeing 404- file not found error for your favorite svc file on IIS7 execute this in command prompt C:\WINDOWS\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe -i Yeppie… your svc files work like charm

.Net Trails - dotnettrails.wordpress.com

Enumeration in einem WCF Service

2 days ago by Michael

Um eine Enumeration in einem WCF Sefvice an den Client zu bertragen, muss das [ServiceKnownType(typeof(Enum))] Attribute in den Service Contract eingefgt werden: namespace TestService.Interfaces { [ServiceContract] [ServiceKnownType(typeof(MyEnum))] public interface ITestService { [OperationContract ...

M(y)Elwood - msfnet.de

Previous1234567