Skip to content

Instantly share code, notes, and snippets.

@japonte
japonte / JSON Tree.json
Created February 20, 2013 15:09
JSON Tree
{
"status": "ok",
"count": 10,
"categories": [{
"id": 4,
"slug": "accidentes",
"title": "Accidentes",
"description": "Diferentes tipos de accidentes",
"parent": 0,
"post_count": 0
@japonte
japonte / BlackBerry mime types web.config
Last active October 11, 2015 07:58
web.config BlackBerry mime types
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
<authentication mode="Forms"/>
</system.web>
<system.webServer>
@japonte
japonte / WCF Data services web.config
Last active October 10, 2015 20:28
WCF Data services web.config
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=152368
-->
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>