| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
14 Articles match "Restful","Silverlight"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 assuming Silverlight 5.0 MVVM : Learn advanced WPF / Silverlight design patterns and techniques including MVVM (Model-View-ViewModel). WCF REST : Create REST based services based on the WCF and ASP.NET stacks including the new WCF 5.0 REST-oriented features. MVC : Build modern web applications and services using JavaScript, jQuery, AJAX, REST, ASP.NET MVC, and more. assuming Silverlight 5.0 and jQuery. and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (UK) Training Create REST based services based on the WCF and ASP.NET stacks. Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! Workflow 4, ASP.NET MVC and Silverlight. How do I develop cutting-edge UIs with Silverlight 4.0? Leverage new features of C# 4.0, couldn't? DevelopMentor Courses - Tuesday, March 1, 2011 NET 3.5 & 4.0: LINQ/EF, WCF, WPF/SL, MVVM, MEF Training Learn the difference between WCF REST, Data and RIA Services and how to choose which is right for your application. Create Silverlight business applications that run out-of-the-browser with elevated trust on multiple operating systems (Windows, Mac, etc) with automatic updates. Design WPF and Silverlight applications using the MVVM design pattern to separate application logic from presentation and facilitate Test Driven Development (TDD). You will also learn how to create REST services using WCF and to expose data using WCF Data Services. Exploring.NET 3.5 & 4.0 DevelopMentor Courses - Wednesday, February 22, 2012 |
22 Articles match "Restful","Silverlight"
| The Latest from DevelopMentor | MORE | | How to get started with Knockout.js Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. this become somewhat more like Silverlight/WPF. Not that it is exactly the same but it uses the same MVVM pattern and data binding that Silverlight developers are used to. REST dotnetmag HTML5 Knockout jQueryUsing jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. Enjoy! The Problem Solver - Monday, February 6, 2012 How to get started with Knockout.js Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. this become somewhat more like Silverlight/WPF. Not that it is exactly the same but it uses the same MVVM pattern and data binding that Silverlight developers are used to. REST dotnetmag HTML5 Knockout jQueryUsing jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. Enjoy! The Problem Solver - Monday, February 6, 2012 2011 Recap My first client was a pharmaceutical distribution company that was porting two applications, one a Windows Forms app and the other an ASP.NET app, over to a single Silverlight app that would run both in-browser and out-of-browser. That gig ended in July, when I picked up some WCF work in Fort Worth building an external-facing REST-ful WCF service, as well as some internal-facing queued WCF services. Then I picked up an ASP.NET MVC project in Plano, Texas, creating a web portal hosting several ASP.NET and Silverlight apps. He is the youngest of our three children. Personal Tony and Zuzana's World - Tuesday, January 31, 2012 | -
| The Best from DevelopMentor | MORE | - Access Control Service: Walkthrough Videos of Web Application, SOAP, REST and Silverlight Integration
Part 3 – REST Service and Client. This part shows how to set up a WCF REST service that consumes SWT tokens from ACS. Unfortunately there is currently no standard WIF plumbing for REST. Part 4 – Silverlight and Web Identity Integration. The Silverlight Client shows ho to sign in to the application using a registered identity provider (including web identities) and using the resulting SWT token to call our REST service. Over the weekend I worked a little more on my ACS2 sample. Have fun ;). Part 1 – Overview. watch. Part 2 – SOAP Service and Client. www.leastprivilege.com - Tuesday, May 24, 2011 - Using Silverlight to Access WIF secured WCF Services
Disclaimer: At the time of this writing, the current version of Silverlight is v3 and WIF is in beta 2. Another technology that comes up very often is Silverlight – and especially the “story” of Silverlight and WCF/WIF. When thinking about Silverlight and back-end security in general – there are two fundamental scenarios – short of really good names – I call them “passive” and “active”. An example would be that the user first authenticates with the web application and then starts the Silverlight app from there. Hopefully this will be a non-issue soon. Passive. www.leastprivilege.com - Wednesday, October 28, 2009 - Digging into WCF REST
Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. Here is a summary of the talk: To REST or Not To REST? Building REST-ful Services with the WCF Web Programming Model REST is defined as an architectural style for building services that embrace the principles of the web. Tony will provide concrete examples of where it makes sense to implement REST-ful web services. and Visual Studio 2010, folding in features we first saw in the REST Starter Kit, which is now largely obsolete. Tony and Zuzana's World - Saturday, September 10, 2011 - More Workflow 4 Services and duplex communications
Unfortunate because this rules out scenarios like Silverlight. And in the rest of this post I will show how to do just that. This way the workflow service is still usable from clients, like Silverlight, where creating a ServiceHost is not an option. Tags: NET Workflow WCF Silverlight WF4 VS2010 Yesterday I posted a long blog post explaining how to do duplex communications in a Workflow service. So what is the problem with this? There is no real problem per se except that it takes quite a bit of doing to set this up, both on the client and in the workflow service. The Problem Solver - Tuesday, May 4, 2010 - Using Silverlight to Access WIF secured WCF Services (Part 2)
Requesting Tokens from within Silverlight. In my old post I had to use a custom REST endpoint in StarterSTS to request a bearer token. Since Silverlight does not support issued token credentials, we must handcraft the SOAP security header. If Silverlight would only support client certificate credentials…. This was one of my most popular blog post in the recent time (please read it first to get the necessary background information). thought I give this another shot with the new SL/WIF integration. endpoint (like the one in StarterSTS or ADFS2). KeyTypes.Symmetric). {. www.leastprivilege.com - Sunday, March 21, 2010 - How to get started with Knockout.js
Once you get into doing more client side JavaScript code with business applications and REST services you are going to run into the question of how to construct the client side HTML required to show the data to the users. this become somewhat more like Silverlight/WPF. Not that it is exactly the same but it uses the same MVVM pattern and data binding that Silverlight developers are used to. REST dotnetmag HTML5 Knockout jQueryUsing jQuery Assuming most people are going to be using jQuery on the client you might start with some jQuery code to generate HTML. Enjoy! The Problem Solver - Monday, February 6, 2012 - Thinktecture.IdentityModel: WIF Support for WCF REST Services and OData
The latest drop of Thinktecture.IdentityModel includes plumbing and support for WIF, claims and tokens for WCF REST services and Data Server (aka OData). Cibrax has an alternative implementation that uses the WCF Rest Starter Kit. This sample is also included in the codeplex download along a similar sample for plain WCF REST services. You can either use WSTrustChannelFactory (for the full CLR), WSTrustClient (Silverlight) or some other way to obtain a token. His recent post reminded me that I should finally “document” that part of our library. public IQueryable. www.leastprivilege.com - Wednesday, May 5, 2010 %>
| | |