| |
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.
|
5 Articles match "JSON","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). iOS : Build multi-touch enabled applications on platforms such as WPF, Silverlight, and Apple's iPhone / iPad. Learn to write code using new.NET class libraries like LINQ and Silverlight. assuming Silverlight 5.0 Main Topic Day 1 Introduction to WPF and Silverlight (version 4.0 and 5.0 DevelopMentor Courses - Tuesday, March 1, 2011 Getting started with RavenDB in an ASP.NET MVC application In fact it converts it to a JSON format first and stores it that way. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. After adding a few books this looks like this: If we edit a document we can see the actual JSON representation of the book. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. The RavenDB Server. The Problem Solver - Sunday, November 25, 2012 Maurice de Beijer: Getting started with RavenDB in an ASP.NET MVC application In fact it converts it to a JSON format first and stores it that way. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. After adding a few books this looks like this: If we edit a document we can see the actual JSON representation of the book. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. The RavenDB Server. DevelopMentor Courses - Sunday, November 25, 2012 |
9 Articles match "JSON","Silverlight"
| The Latest from DevelopMentor | MORE | | Getting started with RavenDB in an ASP.NET MVC application In fact it converts it to a JSON format first and stores it that way. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. After adding a few books this looks like this: If we edit a document we can see the actual JSON representation of the book. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. The RavenDB Server. The Problem Solver - Sunday, November 25, 2012 Getting started with RavenDB in an ASP.NET MVC application In fact it converts it to a JSON format first and stores it that way. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. After adding a few books this looks like this: If we edit a document we can see the actual JSON representation of the book. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. The RavenDB Server. The Problem Solver - Sunday, November 25, 2012 Digging into WCF REST He’ll also get down and dirty using the WCF Web Programming Model and show how WCF makes it easy to serve up POX or JSON, increasing the reach of your services to clients that don’t understand or care about SOAP. If you take a look at web.config, you’ll see that a default web http endpoint is configured to support a help page as well as automatic format selection (XML or JSON) based on the Content-Type and/or Accept HTTP headers. Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 | -
| The Best from DevelopMentor | MORE | - Access Control Service: Passive/Active Transition Sample
In addition to the existing front ends (web [WS-Federation], console [SOAP & REST], Silverlight [REST]) and error handling , it now also includes a WPF client that shows the passive/active transition with a SOAP service as illustrated here. All the ACS interaction is encapsulated in a WPF user control that: retrieves the JSON feed. Here you can find my updated ACS2 sample. displays a list of supported identity providers. triggers the sign in via a browser control. retrieves the token response. All you need to supply is the ACS namespace and the realm. Have fun! www.leastprivilege.com - Thursday, June 23, 2011 - 11 Killer Open Source Projects I Found with NuGet
It's comprehensive C# API wrapper library for accessing [link] , using XML or JSON to read/write. The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). RazorEngine at [link]. YUI Compressor for.Net at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - WCF Data Services versus WCF Soap Services
The truth is that RIA Services rests on Data Services, which is turn sits on top of Web HTTP Services (aka REST), which is tightly coupled to HTTP as a transport and XML, Atom or Json as a format. If your client is mainly an AJAX web app, or even a Silverlight rich Internet app, then REST-based services are all you need, and you can benefit from tight coupling with HTTP. And WCF RIA Services strives for RAD n-tier development for Silverlight apps, with support for end-to-end data validation and a whole bunch of other goodies. Sweet. and WCF Data Services 4.0 Tony and Zuzana's World - Tuesday, April 13, 2010 - Digging into WCF REST
He’ll also get down and dirty using the WCF Web Programming Model and show how WCF makes it easy to serve up POX or JSON, increasing the reach of your services to clients that don’t understand or care about SOAP. If you take a look at web.config, you’ll see that a default web http endpoint is configured to support a help page as well as automatic format selection (XML or JSON) based on the Content-Type and/or Accept HTTP headers. Last Thursday evening I presented a talk to the Dallas.NET User Group on support in WCF 4 for building REST-ful services. WCF 3.5 WCF 4.0 Tony and Zuzana's World - Saturday, September 10, 2011 - Access Control Service: Transitioning between Active and Passive Scenarios
Whereas token_response is a JSON encoded string with the following format: {. As an active client (Silverlight, WPF, WP7, WinForms etc). This way you get the JSON string from ACS back into the hosting application – and voila you have the security token. As I mentioned in my last post, ACS features a number of ways to transition between protocol and token types. One not so widely known transition is between passive sign ins (browser) and active service consumers. Let’s see how this works. We all know the usual WS-Federation handshake via passive redirect. wa=wsignin1.0& www.leastprivilege.com - Wednesday, June 22, 2011 - Getting started with RavenDB in an ASP.NET MVC application
In fact it converts it to a JSON format first and stores it that way. Part of the RavenDB.Server package is a Silverlight client that lets you manage the server and inspect, or even change, the data. After adding a few books this looks like this: If we edit a document we can see the actual JSON representation of the book. RavenDB is one of the newer document type databases that is conceptually comparable to MongoDB or CouchDB. One of the nice thing about RavenDB, at least for a.NET developer, is that is has been developed with.NET in mind from the start. The RavenDB Server. The Problem Solver - Sunday, November 25, 2012 - Understanding WCF RIA Services
Some ambiguity may have been created by positioning RIA Services as a Silverlight-based technology. As far as I can tell, there’s nothing intrinsic to RIA Services that ties it to Silverlight. Presently, the way you create a RIA services client is by “linking” a Silverlight project to an ASP.NET web project. There’s nothing to stop the RIA Services team from opening that up to non-Silverlight clients. There is a client (Silverlight now, but WPF in the future), a middle tier (the domain service), and a back end (entity data model, or custom DAL). Tony and Zuzana's World - Sunday, November 21, 2010 %>
| | |