supportnerds
Name: supportnerds
Score: 7.01
Last Seen: 531 days, 10 hours, 10 minutes ago
Member Since: 2 September, 2011
DotNetShoutout
atom rss
11
Shouts

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

published 788 days, 8 hours, 49 minutes ago posted by sandrinosandrino 789 days, 13 hours, 32 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
12
Shouts

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

published 785 days, 1 hour, 42 minutes ago posted by gilfgilf 790 days, 15 hours, 28 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
9
Shouts

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

published 785 days, 1 hour, 42 minutes ago posted by joel_holderjoel_holder 790 days, 17 hours, 4 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 783 days, 14 hours, 12 minutes ago posted by EinatsmEinatsm 784 days, 11 hours, 26 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
7
Shouts

Photo Studio Slide Gallery XML Template

published 781 days, 8 hours, 33 minutes ago posted by qaisermqaiserm 782 days, 10 hours, 9 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 780 days, 2 hours, 2 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 18 hours, 54 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 778 days, 10 hours, 58 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 780 days, 4 hours, 5 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 767 days, 21 hours, 39 minutes ago posted by iftekharahmedamitiftekharahmedamit 769 days, 12 hours, 44 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, 19 hours, 16 minutes ago posted by kalyanms1kalyanms1 767 days, 9 hours, 31 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, 15 hours, 55 minutes ago posted by http://riyo9009.myopenid.com/http://riyo9009.myopenid.com/ 762 days, 12 hours 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, 3 hours, 28 minutes ago posted by alexbalexb 757 days, 11 hours, 53 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, 4 hours, 27 minutes ago posted by http://gpjonesii.pip.verisignlabs.com/http://gpjonesii.pip.verisignlabs.com/ 745 days, 13 hours, 54 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
12
Shouts

Calling Cross Domain WCF service using Jquery/Javascript

published 719 days, 2 hours, 40 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 722 days, 15 hours, 29 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Tuesday, June 28, 2011 8:16:01 AM GMT
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other domain. But before we start its better to get understand about the format of the data get exchange from one server to other server. JSONP Ajax allows to get data in the background without interfering with the display. Ajax call done by using XMLHttpRequest object, which is allow the client side java... (more)
category: Web Dev | clicked: 70 | 2 comments | | source: pranayamr.blogspot.com
tags: C#, ScriptManager, JavaScript, jQuery, WCF
10
Shouts

WCF Services in Windows Azure | TechBubbles

published 686 days, 3 hours, 52 minutes ago posted by kalyanms1kalyanms1 689 days, 1 hour, 40 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 10:04:55 PM GMT
What is Windows Azure? Windows Azure provides developers computation power storage and can scale web applications on internet through Microsoft Datacenters. Developers can use Azure platform to build WCF service application using their existing Visual Studio 2010 expertise. Windows Azure supports the protocols and formats including SOAP, REST and XML. This post discuss about creating a simple WCF Service and hosting it on Windows Azure and consuming in client application. 1. Create a WCF Service Cont... (more)
category: Web Dev | clicked: 19 | comment | | source: www.techbubbles.com
tags: Windows Azure, WCF
13
Shouts

Tweaking WCF to build highly scalable async REST API

published 686 days, 3 hours, 52 minutes ago posted by oazabiroazabir 689 days, 7 hours, 2 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 4:43:12 PM GMT
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix. (more)
category: Web Dev | clicked: 63 | comment | | source: www.codeproject.com
tags: WCF 3.5., Performance, Scalability, REST
13
Shouts

MEF with WCF Startup

published 682 days, 3 hours, 5 minutes ago posted by dotnetsparkdotnetspark 683 days, 2 hours, 50 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Saturday, August 06, 2011 8:55:18 PM GMT
In this article I would be creating a Data Access Layer using WCF (more)
category: Web Dev | clicked: 45 | 2 comments | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
15
Shouts

Introduction (WCF) Windows Communication Foundation

published 676 days, 3 hours, 45 minutes ago posted by specindiaspecindia 678 days, 10 hours, 44 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 1:01:16 PM GMT
Hello Friends, I am going to discuss some of the learning related topics of WCF in my series of upcoming articles which helps you in your real world application development. With the help of this article I will just going to introduce regarding the new feature of asp.net 3.5 that is WCF. The full form of WCF is Windows Communication Foundation which means it is independent services hosted on some web server for the reusability within your web application by adding web reference which makes a developer w... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: blog.spec-india.com
tags: Introduction to Windows Communication Foundation (WCF), WCF Introduction, Windows Communication Foundation (or WCF), .Net remoting, asp.net web services
22
Shouts

The Future Of Silverlight In Web App Development

published 674 days, 2 hours, 57 minutes ago posted by webmasterqwpwebmasterqwp 678 days, 17 hours, 6 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Thursday, August 11, 2011 6:38:53 AM GMT
Aug11The Future Of Silverlight In Web App DevelopmentPosted in web development The web development industry is a buzz with speculation regarding the most promising technology for making dynamic websites and apps. Flash dominates a significant part of the web development community but new contenders like HTML5 and Silverlight have also appeared. Silverlight is particular has drawn a lot of attention from the industry veterans given the fact that it comes from the stable of Microsoft. The Redmond based ... (more)
category: Web Dev | clicked: 61 | 6 comments | | source: www.quality-web-programming.com
tags: web development company., best web development
14
Shouts

Pursuing the Windows Azure MCPD

published 674 days, 2 hours, 57 minutes ago posted by KodefuGuruKodefuGuru 674 days, 20 hours, 58 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Monday, August 15, 2011 2:46:48 AM GMT
I know how some people feel about certifications, but preparing for one teaches you a lot. I already have the Windows and Web Microsoft Certified Professional Developer certifications, but there are three more MCPDs available. One that I will be going for soon is the Windows Azure MCPD. Microsoft recently updated the Windows Azure Platform Training Kit. Anyone wishing to learn Azure can train themselves using this kit. It contains many presentations and labs to get you programming Azure applications in ... (more)
category: Web Dev | clicked: 60 | 3 comments | | source: www.kodefuguru.com
tags: Windows Azure, certification, training kit
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 601 days, 8 hours, 55 minutes ago posted by kalyanms1kalyanms1 604 days, 3 hours, 9 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