zeefire
Name: zeefire
Score: 39
Last Seen: 713 days, 9 hours, 14 minutes ago
Member Since: 18 June, 2011
DotNetShoutout
atom rss
6
Shouts

AppFabric WCF Service Template (C#) - Ron Jacobs

published 829 days, 21 hours, 34 minutes ago posted by StevesSteves 830 days, 16 hours, 22 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
12
Shouts

WCF Extensibility – Behaviors - Carlos Figueira

published 822 days, 21 hours, 12 minutes ago posted by iftekharahmedamitiftekharahmedamit 824 days, 10 hours, 51 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
7
Shouts

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

published 812 days, 3 hours, 33 minutes ago posted by jebarson007jebarson007 813 days, 9 hours, 47 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
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 808 days, 16 hours, 16 minutes ago posted by ChrisbChrisb 812 days, 16 hours, 34 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: 7 | 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 804 days, 12 hours, 8 minutes ago posted by vishalnayanvishalnayan 805 days, 7 hours, 34 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 793 days, 10 hours, 38 minutes ago posted by StevesSteves 794 days, 10 hours, 23 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 804 days, 12 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 807 days, 2 hours, 52 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 793 days, 10 hours, 38 minutes ago posted by ScottScott 794 days, 11 hours, 55 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
9
Shouts

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

published 785 days, 2 hours, 37 minutes ago posted by joel_holderjoel_holder 790 days, 17 hours, 59 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
11
Shouts

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

published 780 days, 2 hours, 57 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 19 hours, 49 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
10
Shouts

XSLT to .NETHTML5 custom control migration using the Xstl2jQuery Utility

published 783 days, 15 hours, 7 minutes ago posted by EinatsmEinatsm 784 days, 12 hours, 21 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
8
Shouts

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

published 767 days, 22 hours, 34 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 13 hours, 39 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 766 days, 20 hours, 10 minutes ago posted by kalyanms1kalyanms1 767 days, 10 hours, 25 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
6
Shouts

Why CSS stays ahead of HTML?

published 760 days, 16 hours, 49 minutes ago posted by http://riyo9009.myopenid.com/http://riyo9009.myopenid.com/ 762 days, 12 hours, 55 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Thursday, May 19, 2011 11:44:40 AM GMT
CSS is in use for many years now. Yet, website designers come across such arguments that CSS offers no real advantage. If you code with it or not just depend on the habit and preference.  Use of CSS is more of personal choice. Could you agree with such statements?  Don’t you feel CSS is superior to HTML in every way?CSSIt is the time to acknowledge CSS and the advantages it offers. If you look to improve your site’s presentation, CSS can help you do it efficiently and effectively. There are many more adv... (more)
category: Web Dev | clicked: 9 | comment | | source: www.searchengineisland.com
tags: css framework
11
Shouts

Sharing validation code between a WPF client, a WCF Service and Entity Framework 4.1 using data annotations by Alex van Beek

published 755 days, 4 hours, 23 minutes ago posted by alexbalexb 757 days, 12 hours, 48 minutes ago
Thursday, May 26, 2011 8:16:49 PM GMT Tuesday, May 24, 2011 11:52:21 AM GMT
Recently Entity Framework 4.1 was released. 4.1 contains a DBContext class, which is largely a wrapper around the ObjectContext class with a simplified API. Now you might think as I did: “But if I’m comfortable with the ObjectContext class and I don’t use code first, why in the world would I need a DbContext?”. The answer is pretty simple. The DbContext has a feature which simply isn’t supported by the ObjectContext: data validation with the attributes from the System.ComponentModel.DataAnnotations names... (more)
category: Web Dev | clicked: 25 | 4 comments | | source: blogs.infosupport.com
tags: Validation, Entity Framework 4.1, WPF, WCF
8
Shouts

Cloud Computing Management Platform by RightScale

published 744 days, 5 hours, 22 minutes ago posted by http://gpjonesii.pip.verisignlabs.com/http://gpjonesii.pip.verisignlabs.com/ 745 days, 14 hours, 49 minutes ago
Monday, June 06, 2011 7:18:03 PM GMT Sunday, June 05, 2011 9:50:57 AM GMT
See For Yourself Sign up today for the RightScale Free Edition:Web-based dashboardConfiguration & managementMulti-cloud interoperability RightScale Cloud Conference Join us in NYC on June 8 to: Learn cloud best practicesHear customers' real storiesConnect with partners Cloud Computing Calculator Cloud computing provides a combination of cost and agility savings. Use our TCO Calculat... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.rightscale.com
8
Shouts

Ribbon with C++, Part 5: Using Galleries with Windows Ribbon Framework - Arik Poznanski's Blog

published 732 days, 1 hour, 46 minutes ago posted by arikarik 734 days, 3 hours, 38 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Thursday, June 16, 2011 9:01:33 PM GMT
Ribbon with C++, Part 5: Using Galleries with Windows Ribbon Framework This is the 5th post about Windows Ribbon Framework features. On previous posts we have introduced the ribbon framework, seen a complete example, and reviewed how to use buttons-based UI controls and how to control their layout. In this post we continue our exploration of the Windows Ribbon Framework, this time focusing on Gallery controls. We will learn what galleries are and what is the difference between an item gallery ... (more)
category: Smart Client | clicked: 14 | 1 comment | | source: blogs.microsoft.co.il
tags: Ribbon, Windows 7, C++
3
Shouts

Book Review - .NET Windows Development Everyday Tips , Tricks and Optimization

published 732 days, 1 hour, 46 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 734 days, 7 hours, 49 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Thursday, June 16, 2011 4:51:23 PM GMT
Book Review – .NET Windows Development Everyday Tips , Tricks and Optimization A few weeks back i had got this book on “.NET Windows Development Everyday Tips , Tricks and Optimization”  written by Ablerto Poblacion and published by krasis PRESS . The Book is some where less than 250 pages and dont underestimate the content of the book with the number of pages . You will find the Quality content with good .NET tricks especially useful for the Windows Developers . (more)
category: How To | clicked: 19 | comment | | source: www.ginktage.com
tags: Windows Forms, Book
4
Shouts

Recovering the data from an unattached content database in SharePoint 2010 | TechBubbles

published 732 days, 1 hour, 46 minutes ago posted by kalyanms1kalyanms1 734 days, 2 hours, 31 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Thursday, June 16, 2011 10:08:36 PM GMT
SharePoint Content databases contains the sites content that you have created in the web application. You can connect to the unattached content database to the farm and can select the items for the backup. Once you recover the data from content database then you can use SharePoint PowerShell cmdlets to restore the recovered content. The Database must be attached to SQL Server but not necessarily to the SharePoint Web Application. Follow the below steps to select and recover the content from SharePoint... (more)
category: Architecture | clicked: 6 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
6
Shouts

SSMA-SQL Server Migration Assistant

published 733 days, 4 hours, 13 minutes ago posted by dharadhara 735 days, 15 hours, 3 minutes ago
Friday, June 17, 2011 8:26:54 PM GMT Wednesday, June 15, 2011 9:37:11 AM GMT
Today only I come across the SSMA( SQL Server Migration Assistant ). In one of the video of tech.ed May 11 from Atlanta, So thought of posting Content for the same Where lots of very good explanation is given with n number of slides of Which I am going to post some today and also various blog working... (more)
category: Data | clicked: 3 | comment | | source: beyondrelational.com
tags: SQL Server, SSMA
Previous 1 2 Next