| |
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.
|
3 Articles match "Demo","JSON"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (US) Training adds the ability to create what are known as REST-ful services that embrace the principles of the Web, increasing the reach of your WCF services to non-SOAP clients, such as web browsers and Silverlight applications, which use POX (Plain Old XML) or JSON (JavaScript Object Notation) formats. From there we will build out a.NET application using LINQ and MongoDB in a series of interactive demos using Visual Studio 2010 and C#. We will also be covering the NoRM LINQ to MongoDB library in our demos. C# : Leverage new features of C# including asynchronous methods from C# 5.0, DevelopMentor Courses - Tuesday, March 1, 2011 Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 Maurice de Beijer: Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. DevelopMentor Courses - Sunday, November 25, 2012 |
6 Articles match "Demo","JSON"
| The Latest from DevelopMentor | MORE | | Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 Getting started with RavenDB in an ASP.NET MVC application Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 HTML5 and Cross-Origin Resource Sharing call To demo CORS I am using two real simple ASP.NET MVC applications. One of these contains a simple JSON action method and both sites call this same controller action method to retrieve the JSON and display it. 3: return Json( new. Instead we have make a change to the HTTP headers of the response returning the JSON data. 3: Response.AddHeader( "Access-Control-Allow-Origin" , "*" ); 4: return Json( new. Services are becoming more important with richer HTML5 style applications. 1: public ActionResult Data(). 1: @{. 6: 7: Load data. Enjoy! Maurice de Bejeir - Thursday, November 17, 2011 | -
| The Best from DevelopMentor | MORE | - The NoSQL Movement, LINQ, and MongoDB - Oh My!
The means of interaction with the server is through JavaScript rather than T-SQL and the storage format is a binary form of JSON as you can see. You may also want to check out the source code for my demo app: Download Sample: RssMongoSample-Kennedy.zip. Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. Insanity!” you may cry, “for where will people put their data if not in a database? Flat files? Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - HTML5 and Cross-Origin Resource Sharing call
To demo CORS I am using two real simple ASP.NET MVC applications. One of these contains a simple JSON action method and both sites call this same controller action method to retrieve the JSON and display it. 3: return Json( new. Instead we have make a change to the HTTP headers of the response returning the JSON data. 3: Response.AddHeader( "Access-Control-Allow-Origin" , "*" ); 4: return Json( new. Services are becoming more important with richer HTML5 style applications. 1: public ActionResult Data(). 1: @{. 6: 7: Load data. Enjoy! The Problem Solver - Thursday, November 17, 2011 - Getting started with RavenDB in an ASP.NET MVC application
Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 - Getting started with RavenDB in an ASP.NET MVC application
Creating a real simple ASP.NET MVC application using RavenDB A quick demo will show just how easy it is to get started. In this demo I am going to use a simple book application to show how simple it is to get started with RavenDB. In fact it converts it to a JSON format first and stores it that way. 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. 2: Install-Package RavenDB.Server. 3: //. The Problem Solver - Sunday, November 25, 2012 - HTML5 and Cross-Origin Resource Sharing call
To demo CORS I am using two real simple ASP.NET MVC applications. One of these contains a simple JSON action method and both sites call this same controller action method to retrieve the JSON and display it. 3: return Json( new. Instead we have make a change to the HTTP headers of the response returning the JSON data. 3: Response.AddHeader( "Access-Control-Allow-Origin" , "*" ); 4: return Json( new. Services are becoming more important with richer HTML5 style applications. 1: public ActionResult Data(). 1: @{. 6: 7: Load data. Enjoy! Maurice de Bejeir - Thursday, November 17, 2011 - Access Control Service: Programmatically Accessing Identity Provider Information and Redirect URLs
ACS publishes a JSON encoded feed that contains information about all registered identity providers, their display names, logos and URLs. Based on that value, the returned JSON will contain the URLs for either the redirect or notify method. Now with the help of some JSON serializer you can turn that information into CLR objects and display them in some sort of selection dialog. The next post will have a demo and source code. In my last post I showed you that different redirect URLs trigger different response behaviors in ACS. Where did I actually get these URLs from? www.leastprivilege.com - Wednesday, June 22, 2011 %>
| | |