You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/09/02 17:07:03 UTC

[07/11] usergrid git commit: Moving the .NET SDK to https://github.com/apache/usergrid-dotnet

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/Usergrid.Sdk/Usergrid.Sdk.csproj
----------------------------------------------------------------------
diff --git a/sdks/dotnet/Usergrid.Sdk/Usergrid.Sdk.csproj b/sdks/dotnet/Usergrid.Sdk/Usergrid.Sdk.csproj
deleted file mode 100644
index d422771..0000000
--- a/sdks/dotnet/Usergrid.Sdk/Usergrid.Sdk.csproj
+++ /dev/null
@@ -1,124 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{437D108F-528C-4B2A-B399-06CF02DEB08B}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Usergrid.Sdk</RootNamespace>
-    <AssemblyName>Usergrid.Sdk</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Xml" />
-    <Reference Include="System.Configuration" />
-    <Reference Include="Newtonsoft.Json">
-      <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
-    </Reference>
-    <Reference Include="RestSharp">
-      <HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Client.cs" />
-    <Compile Include="IClient.cs" />
-    <Compile Include="IUsergridRequest.cs" />
-    <Compile Include="Manager\INotificationsManager.cs" />
-    <Compile Include="Manager\NotificationsManager.cs" />
-    <Compile Include="Model\Connection.cs" />
-    <Compile Include="Model\UsergridEntity.cs" />
-    <Compile Include="Model\UsergridError.cs" />
-    <Compile Include="Model\UsergridNotifier.cs" />
-    <Compile Include="Payload\AndroidNotifierPayload.cs" />
-    <Compile Include="Payload\CancelNotificationPayload.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="RestSharpJsonSerializer.cs" />
-    <Compile Include="UsergridRequest.cs" />
-    <Compile Include="Model\UsergridUser.cs" />
-    <Compile Include="Model\UsergridGroup.cs" />
-    <Compile Include="Payload\UserLoginPayload.cs" />
-    <Compile Include="Payload\ChangePasswordPayload.cs" />
-    <Compile Include="Payload\ClientIdLoginPayload.cs" />
-    <Compile Include="Payload\LoginResponse.cs" />
-    <Compile Include="Payload\UsergridGetResponse.cs" />
-    <Compile Include="Manager\EntityManager.cs" />
-    <Compile Include="Manager\IAuthenticationManager.cs" />
-    <Compile Include="Manager\IConnectionManager.cs" />
-    <Compile Include="Manager\IEntityManager.cs" />
-    <Compile Include="Manager\ManagerBase.cs" />
-    <Compile Include="Model\UsergridException.cs" />
-    <Compile Include="Model\AuthType.cs" />
-    <Compile Include="Manager\AuthenticationManager.cs" />
-    <Compile Include="Manager\ConnectionManager.cs" />
-    <Compile Include="Model\UsergridCollection.cs" />
-    <Compile Include="Model\UsergridEntitySerializer.cs" />
-    <Compile Include="Model\UsergridActivity.cs" />
-    <Compile Include="Model\UsergridActor.cs" />
-    <Compile Include="Model\UsergridImage.cs" />
-    <Compile Include="Model\UnixDateTimeHelper.cs" />
-    <Compile Include="Model\INotificationRecipients.cs" />
-    <Compile Include="Model\NotificationRecipients.cs" />
-    <Compile Include="Model\Notification.cs" />
-    <Compile Include="Model\AndroidNotification.cs" />
-    <Compile Include="Model\AppleNotification.cs" />
-    <Compile Include="Payload\NotificationPayload.cs" />
-    <Compile Include="Model\NotificationSchedulerSettings.cs" />
-    <Compile Include="Model\UsergridDevice.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="packages.config" />
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-  <ItemGroup />
-</Project>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/Usergrid.Sdk/UsergridRequest.cs
----------------------------------------------------------------------
diff --git a/sdks/dotnet/Usergrid.Sdk/UsergridRequest.cs b/sdks/dotnet/Usergrid.Sdk/UsergridRequest.cs
deleted file mode 100644
index e434fdb..0000000
--- a/sdks/dotnet/Usergrid.Sdk/UsergridRequest.cs
+++ /dev/null
@@ -1,91 +0,0 @@
-\ufeff// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements.  See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License.  You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-using System.Collections.Generic;
-using RestSharp;
-
-namespace Usergrid.Sdk
-{
-    internal class UsergridRequest : IUsergridRequest
-    {
-        private readonly string _application;
-        private readonly string _organization;
-        private readonly IRestClient _restClient;
-
-        public UsergridRequest(string baseUri, string organization, string application, IRestClient restClient = null)
-        {
-            _organization = organization;
-            _application = application;
-            _restClient = restClient ?? new RestClient(baseUri);
-        }
-
-        public string AccessToken { get; set; }
-
-        public IRestResponse<T> ExecuteJsonRequest<T>(string resource, Method method, object body = null) where T : new()
-        {
-            RestRequest request = GetRequest(resource, method);
-            AddBodyAsJson(body, request);
-            IRestResponse<T> response = _restClient.Execute<T>(request);
-            return response;
-        }
-
-        public IRestResponse ExecuteJsonRequest(string resource, Method method, object body = null)
-        {
-            RestRequest request = GetRequest(resource, method);
-            AddBodyAsJson(body, request);
-            IRestResponse response = _restClient.Execute(request);
-            return response;
-        }
-
-        public IRestResponse ExecuteMultipartFormDataRequest(string resource, Method method, IDictionary<string, object> formParameters, IDictionary<string, string> fileParameters)
-        {
-            RestRequest request = GetRequest(resource, method);
-            foreach (var parameter in formParameters)
-            {
-                request.AddParameter(parameter.Key, parameter.Value, ParameterType.GetOrPost);
-            }
-            foreach (var parameter in fileParameters)
-            {
-                request.AddFile(parameter.Key, parameter.Value);
-            }
-
-            IRestResponse response = _restClient.Execute(request);
-            return response;
-        }
-
-        private RestRequest GetRequest(string resource, Method method)
-        {
-            var request = new RestRequest(string.Format("{0}/{1}{2}", _organization, _application, resource), method);
-            AddAuthorizationHeader(request);
-            return request;
-        }
-
-        private static void AddBodyAsJson(object body, RestRequest request)
-        {
-            if (body != null)
-            {
-                request.JsonSerializer = new RestSharpJsonSerializer();
-                request.RequestFormat = DataFormat.Json;
-                request.AddBody(body);
-            }
-        }
-
-        private void AddAuthorizationHeader(RestRequest request)
-        {
-            if (AccessToken != null)
-                request.AddHeader("Authorization", string.Format("Bearer {0}", AccessToken));
-        }
-    }
-}

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/Usergrid.Sdk/packages.config
----------------------------------------------------------------------
diff --git a/sdks/dotnet/Usergrid.Sdk/packages.config b/sdks/dotnet/Usergrid.Sdk/packages.config
deleted file mode 100644
index e0fdea2..0000000
--- a/sdks/dotnet/Usergrid.Sdk/packages.config
+++ /dev/null
@@ -1,22 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<packages>
-  <package id="Newtonsoft.Json" version="4.5.11" targetFramework="net40" />
-  <package id="RestSharp" version="104.1" targetFramework="net40" />
-</packages>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/Usergrid.sln
----------------------------------------------------------------------
diff --git a/sdks/dotnet/Usergrid.sln b/sdks/dotnet/Usergrid.sln
deleted file mode 100644
index 0cc597d..0000000
--- a/sdks/dotnet/Usergrid.sln
+++ /dev/null
@@ -1,49 +0,0 @@
-\ufeff# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usergrid.Sdk.IntegrationTests", "Usergrid.Sdk.IntegrationTests\Usergrid.Sdk.IntegrationTests.csproj", "{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usergrid.Sdk.Tests", "Usergrid.Sdk.Tests\Usergrid.Sdk.Tests.csproj", "{9C25CFBA-1F57-4DF3-B0A1-52D1F90F24E6}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usergrid.Sdk", "Usergrid.Sdk\Usergrid.Sdk.csproj", "{437D108F-528C-4B2A-B399-06CF02DEB08B}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{0278A0A4-F5E9-41F7-A86E-CD376D3FE5E2}.Release|Any CPU.Build.0 = Release|Any CPU
-		{437D108F-528C-4B2A-B399-06CF02DEB08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{437D108F-528C-4B2A-B399-06CF02DEB08B}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{437D108F-528C-4B2A-B399-06CF02DEB08B}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{437D108F-528C-4B2A-B399-06CF02DEB08B}.Release|Any CPU.Build.0 = Release|Any CPU
-		{9C25CFBA-1F57-4DF3-B0A1-52D1F90F24E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{9C25CFBA-1F57-4DF3-B0A1-52D1F90F24E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{9C25CFBA-1F57-4DF3-B0A1-52D1F90F24E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{9C25CFBA-1F57-4DF3-B0A1-52D1F90F24E6}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(MonoDevelopProperties) = preSolution
-		StartupItem = Usergrid.Sdk.IntegrationTests\Usergrid.Sdk.IntegrationTests.csproj
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/new-project-template/new-project-template.sln
----------------------------------------------------------------------
diff --git a/sdks/dotnet/new-project-template/new-project-template.sln b/sdks/dotnet/new-project-template/new-project-template.sln
deleted file mode 100644
index 7c02301..0000000
--- a/sdks/dotnet/new-project-template/new-project-template.sln
+++ /dev/null
@@ -1,37 +0,0 @@
-\ufeff# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.20827.3
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "new-project-template", "new-project-template\new-project-template.csproj", "{4093C602-DF22-4AC7-AECE-DBD7216E4252}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{4093C602-DF22-4AC7-AECE-DBD7216E4252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{4093C602-DF22-4AC7-AECE-DBD7216E4252}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{4093C602-DF22-4AC7-AECE-DBD7216E4252}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{4093C602-DF22-4AC7-AECE-DBD7216E4252}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/new-project-template/new-project-template/App.config
----------------------------------------------------------------------
diff --git a/sdks/dotnet/new-project-template/new-project-template/App.config b/sdks/dotnet/new-project-template/new-project-template/App.config
deleted file mode 100644
index fdea839..0000000
--- a/sdks/dotnet/new-project-template/new-project-template/App.config
+++ /dev/null
@@ -1,22 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8" ?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<configuration>
-    <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
-    </startup>
-</configuration>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/new-project-template/new-project-template/Program.cs
----------------------------------------------------------------------
diff --git a/sdks/dotnet/new-project-template/new-project-template/Program.cs b/sdks/dotnet/new-project-template/new-project-template/Program.cs
deleted file mode 100644
index c509c80..0000000
--- a/sdks/dotnet/new-project-template/new-project-template/Program.cs
+++ /dev/null
@@ -1,91 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements.  See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License.  You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace new_project_template
-{
-    class Book : Usergrid.Sdk.Model.UsergridEntity
-    {
-        public string title { get; set; }
-    }
-
-    class Program
-    {
-        static void Main(string[] args)
-        {
-            //Start by replacing <org name> with your App Services organization name!
-            var client = new Usergrid.Sdk.Client( <org name>, "sandbox");
-            
-            //Uncomment this line if you are not using your App Services 'sandbox' application
-            //client.Login(<login id>, <password>, Usergrid.Sdk.Model.AuthType.User);
-
-            //
-            // Print out the books from the books collection
-            //
-
-            Console.WriteLine("Book Number\tBook Title");
-            Console.WriteLine("===========\t==========");
-            var books = client.GetEntities<Book>("books");
-            int j = 1;
-            do
-            {
-                for (int i = 0; i < books.Count; i++)
-                {
-                    Book b = books[i];
-                    Console.WriteLine(j + "\t\t" + b.title);
-                    j++;
-                }
-                books = client.GetNextEntities<Book>("books");
-            } while (books.Count > 0);
-
-            //
-            // Create a new book and add it to the database
-            //
-            Book newBook = new Book();
-            newBook.title = "The Old Man and the Sea";
-            client.CreateEntity<Book>("books", newBook);
-
-            //
-            // Change/Update Entities
-            //
-            books = client.GetEntities<Book>("books", 10, null);
-            for (int k = 0; k < books.Count; k++)
-            {
-                Book b = books[k];
-                Book updatedBook = new Book();
-                updatedBook.title = "Another Title";
-                client.UpdateEntity<Book>("books", b.Uuid, updatedBook);
-            }
-
-            //
-            // Delete Entities
-            //
-            books = client.GetEntities<Book>("books", 10, "where title contains 'Another'");
-            for (int k = 0; k < books.Count; k++)
-            {
-                Book b = books[k];
-                client.DeleteEntity("books", b.Uuid);
-            }
-
-            Console.Read();
-        }
-    }
-}

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/new-project-template/new-project-template/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/sdks/dotnet/new-project-template/new-project-template/Properties/AssemblyInfo.cs b/sdks/dotnet/new-project-template/new-project-template/Properties/AssemblyInfo.cs
deleted file mode 100644
index 77af3bb..0000000
--- a/sdks/dotnet/new-project-template/new-project-template/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,51 +0,0 @@
-\ufeff// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements.  See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License.  You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("new-project-template")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("new-project-template")]
-[assembly: AssemblyCopyright("Copyright �  2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("92325506-0927-47df-be5b-db9c3608de9d")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/new-project-template/new-project-template/new-project-template.csproj
----------------------------------------------------------------------
diff --git a/sdks/dotnet/new-project-template/new-project-template/new-project-template.csproj b/sdks/dotnet/new-project-template/new-project-template/new-project-template.csproj
deleted file mode 100644
index 7f7a170..0000000
--- a/sdks/dotnet/new-project-template/new-project-template/new-project-template.csproj
+++ /dev/null
@@ -1,84 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{4093C602-DF22-4AC7-AECE-DBD7216E4252}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>new_project_template</RootNamespace>
-    <AssemblyName>new-project-template</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\..\GitHub\usergrid-.net-sdk\Usergrid.Sdk\bin\Debug\Newtonsoft.Json.dll</HintPath>
-    </Reference>
-    <Reference Include="RestSharp">
-      <HintPath>..\..\..\..\GitHub\usergrid-.net-sdk\Usergrid.Sdk\bin\Debug\RestSharp.dll</HintPath>
-    </Reference>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Xml" />
-    <Reference Include="Usergrid.Sdk">
-      <HintPath>..\..\..\..\GitHub\usergrid-.net-sdk\Usergrid.Sdk\bin\Debug\Usergrid.Sdk.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Program.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="App.config" />
-  </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/NSubstitute.1.6.0.0/LICENSE.txt
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/NSubstitute.1.6.0.0/LICENSE.txt b/sdks/dotnet/packages/NSubstitute.1.6.0.0/LICENSE.txt
deleted file mode 100644
index 4d1337d..0000000
--- a/sdks/dotnet/packages/NSubstitute.1.6.0.0/LICENSE.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Copyright (c) 2009 Anthony Egerton (nsubstitute@delfish.com) and David Tchepak (dave@davesquared.net)
-All rights reserved.
- 
-Redistribution and use in source and binary forms, with or without modification,
-are permitted provided that the following conditions are met:
- 
-    * Redistributions of source code must retain the above copyright notice,
-    this list of conditions and the following disclaimer.
-    * Redistributions in binary form must reproduce the above copyright notice,
-    this list of conditions and the following disclaimer in the documentation
-    and/or other materials provided with the distribution.
-    * Neither the names of the copyright holders nor the names of 
-    contributors may be used to endorse or promote products derived from this
-    software without specific prior written permission.
- 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-[ http://www.opensource.org/licenses/bsd-license.php ]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/NSubstitute.1.6.0.0/NSubstitute.1.6.0.0.nuspec
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/NSubstitute.1.6.0.0/NSubstitute.1.6.0.0.nuspec b/sdks/dotnet/packages/NSubstitute.1.6.0.0/NSubstitute.1.6.0.0.nuspec
deleted file mode 100644
index 19d3d02..0000000
--- a/sdks/dotnet/packages/NSubstitute.1.6.0.0/NSubstitute.1.6.0.0.nuspec
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
-  <metadata>
-    <id>NSubstitute</id>
-    <version>1.6.0.0</version>
-    <title>NSubstitute</title>
-    <authors>Anthony Egerton, David Tchepak</authors>
-    <owners>Anthony Egerton, David Tchepak</owners>
-    <licenseUrl>https://github.com/nsubstitute/NSubstitute/raw/master/LICENSE.txt</licenseUrl>
-    <projectUrl>http://nsubstitute.github.com/</projectUrl>
-    <iconUrl>http://nsubstitute.github.com/images/nsubstitute-100x100.png</iconUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>NSubstitute is a friendly substitute for .NET mocking frameworks. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.</description>
-    <releaseNotes />
-    <copyright />
-    <language />
-    <tags>mocking mocks testing unit-testing TDD AAA</tags>
-  </metadata>
-</package>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/NSubstitute.1.6.0.0/acknowledgements.txt
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/NSubstitute.1.6.0.0/acknowledgements.txt b/sdks/dotnet/packages/NSubstitute.1.6.0.0/acknowledgements.txt
deleted file mode 100644
index c8fedea..0000000
--- a/sdks/dotnet/packages/NSubstitute.1.6.0.0/acknowledgements.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-
-The aim of this file is to acknowledge the software projects that have been 
-used to create NSubstitute, particularly those distributed as Open Source 
-Software. They have been invaluable in helping us produce this software.
-
-# Software distributed with/compiled into NSubstitute
-
-## Castle.Core
-NSubstitute is built on the Castle.Core library, particularly Castle.DynamicProxy 
-which is used for generating proxies for types and intercepting calls 
-made to them so that NSubstitute can record them. 
-
-Castle.Core is maintained by the Castle Project [http://www.castleproject.org/] 
-and is released under the Apache License, Version 2.0 
-[http://www.apache.org/licenses/LICENSE-2.0.html].
-
-# Software used to help build NSubstitute
-
-## NUnit [http://www.nunit.org/]
-NUnit is used for coding and running unit and integration tests for NSubstitute. It is distributed under an open source zlib/libpng based license [http://www.opensource.org/licenses/zlib-license.html].
-
-## Rhino Mocks [http://www.ayende.com/projects/rhino-mocks.aspx]
-Used for mocking parts of the NSubstitute mocking framework for testing. It is distributed under the BSD license [http://www.opensource.org/licenses/bsd-license.php].
-
-## Moq [http://moq.me/]
-Moq is not used in NSubstitute, but was a great source of inspiration. Moq pioneered Arrange-Act-Assert (AAA) mocking syntax for .NET, as well as removing the distinction between mocks and stubs, both of which have become important parts of NSubstitute. Moq is available under the BSD license [http://www.opensource.org/licenses/bsd-license.php].
-
-## NuPack [http://nupack.codeplex.com/]
-Used for packaging NSubstitute for distribution as a nu package. Distributed under the Apache License, Version 2.0 [http://www.apache.org/licenses/LICENSE-2.0.html].
-
-## Jekyll [http://jekyllrb.com/]
-Static website generator written in Ruby, used for NSubstitute's website and documentation. Distributed under the MIT license [http://www.opensource.org/licenses/bsd-license.php].
-
-## SyntaxHighlighter [http://alexgorbatchev.com/SyntaxHighlighter/]
-Open source, JavaScript, client-side code highlighter used for highlighting code samples on the NSubstitute website. Distributed under the MIT License [http://en.wikipedia.org/wiki/MIT_License] and the GPL [http://www.gnu.org/copyleft/lesser.html].
-
-## Ruby (and libraries) [http://www.ruby-lang.org]
-Ruby is used for NSubstitute's build. The rake library is used to run the build; custom Ruby code is used to extract and test code samples from documentation; rspec is used to test that Ruby code; Markdown is used for documentation; gems for installing all this stuff; RubyInstaller for Windows and DevKit for interop with Windows; and much more. Ruby is awesome, as are the many projects contributed to the Ruby community that make developers' lives awesome.
-
-Ruby is distributed under the Ruby license [http://www.ruby-lang.org/en/LICENSE.txt]. The libraries mentioned are available under a variety of licenses. Please see their websites for more information.
-
-## Microsoft .NET Framework [http://www.microsoft.com/net/]
-NSubstitute is coded in C# and compiled using Microsoft .NET. It can also run and compile under Mono [http://www.mono-project.com], an open source implementation of the open .NET standards for C# and the CLI.
-
-Microsoft's .NET Framework is available under a EULA (and possibly other licenses like MS Reference Source License).
-Mono is available under four open source licenses for different parts of the project (including MIT/X11, GPL, MS-Pl). These are described on the project site [http://www.mono-project.com/Licensing].
-
-## Microsoft Ilmerge [http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx]
-Used for combining assemblies so NSubstitute can be distributed as a single DLL. Available for use under a EULA as described on the ilmerge site.
-
-## Microsoft Reactive Extensions for .NET (Rx) [http://msdn.microsoft.com/en-us/devlabs/ee794896]
-Used to provide .NET 3.5 with some of the neat concurrency helper classes that ship with out of the box with .NET 4.0. Distributed under a EULA [http://msdn.microsoft.com/en-us/devlabs/ff394099].
-
-## 7-Zip [http://www.7-zip.org/]
-7-zip is used to ZIP up NSubstitute distributions as part of the automated build process. Distributed under a mixed GNU LGPL / unRAR licence [http://www.7-zip.org/license.txt].
-
-# Other acknowledgements
-
-## Software developers
-Yes, you! To everyone who has tried to get better at the craft and science of programming, especially those of you who have talked, tweeted, blogged, screencasted, and/or contributed software or ideas to the community.
-
-No software developers were harmed to any significant extent during the production of NSubstitute, although some had to get by on reduced sleep.
-

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec b/sdks/dotnet/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
deleted file mode 100644
index 01e43e2..0000000
--- a/sdks/dotnet/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
-  <metadata>
-    <id>NUnit</id>
-    <version>2.6.2</version>
-    <title>NUnit</title>
-    <authors>Charlie Poole</authors>
-    <owners>Charlie Poole</owners>
-    <licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
-    <projectUrl>http://nunit.org/</projectUrl>
-    <iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.
-
-Version 2.6 is the seventh major release of this well-known and well-tested programming tool.
-
-This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</description>
-    <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
-    <releaseNotes>Version 2.6 is the seventh major release of NUnit.
-
-Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.
-
-The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.</releaseNotes>
-    <copyright />
-    <language>en-US</language>
-    <tags>test testing tdd framework fluent assert theory plugin addin</tags>
-    <references>
-      <reference file="nunit.framework.dll" />
-    </references>
-  </metadata>
-</package>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/NUnit.2.6.2/license.txt
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/NUnit.2.6.2/license.txt b/sdks/dotnet/packages/NUnit.2.6.2/license.txt
deleted file mode 100644
index 530a6e0..0000000
--- a/sdks/dotnet/packages/NUnit.2.6.2/license.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Copyright \ufffd 2002-2012 Charlie Poole
-Copyright \ufffd 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
-Copyright \ufffd 2000-2002 Philip A. Craig
-
-This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
-
-Portions Copyright \ufffd 2002-2012 Charlie Poole or Copyright \ufffd 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright \ufffd 2000-2002 Philip A. Craig
-
-2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source distribution.

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/LICENSE.txt
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/LICENSE.txt b/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/LICENSE.txt
deleted file mode 100644
index 4aa4a21..0000000
--- a/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/LICENSE.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2007 James Newton-King
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
-of this software and associated documentation files (the "Software"), to deal 
-in the Software without restriction, including without limitation the rights 
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
-of the Software, and to permit persons to whom the Software is furnished to 
-do so, subject to the following conditions:
-
-
-The above copyright notice and this permission notice shall be included in all 
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR 
-A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec b/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec
deleted file mode 100644
index f0c616e..0000000
--- a/sdks/dotnet/packages/Newtonsoft.Json.4.5.11/Newtonsoft.Json.4.5.11.nuspec
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
-  <metadata>
-    <id>Newtonsoft.Json</id>
-    <version>4.5.11</version>
-    <title>Json.NET</title>
-    <authors>James Newton-King</authors>
-    <owners>James Newton-King</owners>
-    <licenseUrl>http://json.codeplex.com/license</licenseUrl>
-    <projectUrl>http://james.newtonking.com/projects/json-net.aspx</projectUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>Json.NET is a popular high-performance JSON framework for .NET</description>
-    <language>en-US</language>
-    <tags>json</tags>
-    <references>
-      <reference file="Newtonsoft.Json.dll" />
-    </references>
-  </metadata>
-</package>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/RestSharp.104.1/LICENSE.txt
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/RestSharp.104.1/LICENSE.txt b/sdks/dotnet/packages/RestSharp.104.1/LICENSE.txt
deleted file mode 100644
index d645695..0000000
--- a/sdks/dotnet/packages/RestSharp.104.1/LICENSE.txt
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/RestSharp.104.1/RestSharp.104.1.nuspec
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/RestSharp.104.1/RestSharp.104.1.nuspec b/sdks/dotnet/packages/RestSharp.104.1/RestSharp.104.1.nuspec
deleted file mode 100644
index ba03ed3..0000000
--- a/sdks/dotnet/packages/RestSharp.104.1/RestSharp.104.1.nuspec
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
-  <metadata>
-    <id>RestSharp</id>
-    <version>104.1</version>
-    <title>RestSharp</title>
-    <authors>John Sheehan,  RestSharp Community</authors>
-    <owners>John Sheehan,  RestSharp Community</owners>
-    <licenseUrl>https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt</licenseUrl>
-    <projectUrl>http://restsharp.org/</projectUrl>
-    <iconUrl>http://dl.dropbox.com/u/1827/restsharp100.png</iconUrl>
-    <requireLicenseAcceptance>false</requireLicenseAcceptance>
-    <description>Simple REST and HTTP API Client</description>
-    <releaseNotes>For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.markdown</releaseNotes>
-    <copyright />
-    <language>en-US</language>
-    <tags>REST HTTP API JSON XML</tags>
-    <references>
-      <reference file="RestSharp.dll" />
-      <reference file="RestSharp.WindowsPhone.dll" />
-      <reference file="RestSharp.Silverlight.dll" />
-    </references>
-  </metadata>
-</package>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/packages/repositories.config
----------------------------------------------------------------------
diff --git a/sdks/dotnet/packages/repositories.config b/sdks/dotnet/packages/repositories.config
deleted file mode 100644
index 4cf3a85..0000000
--- a/sdks/dotnet/packages/repositories.config
+++ /dev/null
@@ -1,22 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<repositories>
-  <repository path="..\Sdk.Test\packages.config" />
-  <repository path="..\Sdk\packages.config" />
-  <repository path="..\Usergrid.Sdk.IntegrationTests\packages.config" />
-</repositories>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/samples/README.md
----------------------------------------------------------------------
diff --git a/sdks/dotnet/samples/README.md b/sdks/dotnet/samples/README.md
deleted file mode 100644
index 1ab4dff..0000000
--- a/sdks/dotnet/samples/README.md
+++ /dev/null
@@ -1 +0,0 @@
-#samples directory
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/samples/locationSample/LocationDotNetSample.sln
----------------------------------------------------------------------
diff --git a/sdks/dotnet/samples/locationSample/LocationDotNetSample.sln b/sdks/dotnet/samples/locationSample/LocationDotNetSample.sln
deleted file mode 100644
index c4a9430..0000000
--- a/sdks/dotnet/samples/locationSample/LocationDotNetSample.sln
+++ /dev/null
@@ -1,36 +0,0 @@
-\ufeff# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.20827.3
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LocationDotNetSample", "LocationDotNetSample\LocationDotNetSample.csproj", "{6F830639-6E84-4FBC-B975-49521F30DE83}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-		Debug|Any CPU = Debug|Any CPU
-		Release|Any CPU = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{6F830639-6E84-4FBC-B975-49521F30DE83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{6F830639-6E84-4FBC-B975-49521F30DE83}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{6F830639-6E84-4FBC-B975-49521F30DE83}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{6F830639-6E84-4FBC-B975-49521F30DE83}.Release|Any CPU.Build.0 = Release|Any CPU
-	EndGlobalSection
-	GlobalSection(SolutionProperties) = preSolution
-		HideSolutionNode = FALSE
-	EndGlobalSection
-EndGlobal

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/samples/locationSample/LocationDotNetSample/App.config
----------------------------------------------------------------------
diff --git a/sdks/dotnet/samples/locationSample/LocationDotNetSample/App.config b/sdks/dotnet/samples/locationSample/LocationDotNetSample/App.config
deleted file mode 100644
index fdea839..0000000
--- a/sdks/dotnet/samples/locationSample/LocationDotNetSample/App.config
+++ /dev/null
@@ -1,22 +0,0 @@
-\ufeff<?xml version="1.0" encoding="utf-8" ?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<configuration>
-    <startup> 
-        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
-    </startup>
-</configuration>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.Designer.cs
----------------------------------------------------------------------
diff --git a/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.Designer.cs b/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.Designer.cs
deleted file mode 100644
index 9e83694..0000000
--- a/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.Designer.cs
+++ /dev/null
@@ -1,269 +0,0 @@
-\ufeff// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements.  See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License.  You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-namespace LocationDotNetSample
-{
-    partial class Form1
-    {
-        /// <summary>
-        /// Required designer variable.
-        /// </summary>
-        private System.ComponentModel.IContainer components = null;
-
-        /// <summary>
-        /// Clean up any resources being used.
-        /// </summary>
-        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
-        protected override void Dispose(bool disposing)
-        {
-            if (disposing && (components != null))
-            {
-                components.Dispose();
-            }
-            base.Dispose(disposing);
-        }
-
-        #region Windows Form Designer generated code
-
-        /// <summary>
-        /// Required method for Designer support - do not modify
-        /// the contents of this method with the code editor.
-        /// </summary>
-        private void InitializeComponent()
-        {
-            this.gMap = new GMap.NET.WindowsForms.GMapControl();
-            this.label1 = new System.Windows.Forms.Label();
-            this.label2 = new System.Windows.Forms.Label();
-            this.txtStreetAddress = new System.Windows.Forms.TextBox();
-            this.label3 = new System.Windows.Forms.Label();
-            this.txtCity = new System.Windows.Forms.TextBox();
-            this.label4 = new System.Windows.Forms.Label();
-            this.txtState = new System.Windows.Forms.TextBox();
-            this.label5 = new System.Windows.Forms.Label();
-            this.btnSubmit = new System.Windows.Forms.Button();
-            this.label6 = new System.Windows.Forms.Label();
-            this.txtZip = new System.Windows.Forms.TextBox();
-            this.label7 = new System.Windows.Forms.Label();
-            this.storeList = new System.Windows.Forms.ListBox();
-            this.label8 = new System.Windows.Forms.Label();
-            this.txtStoreDetails = new System.Windows.Forms.Label();
-            this.SuspendLayout();
-            // 
-            // gMap
-            // 
-            this.gMap.Bearing = 0F;
-            this.gMap.CanDragMap = true;
-            this.gMap.GrayScaleMode = false;
-            this.gMap.LevelsKeepInMemmory = 5;
-            this.gMap.Location = new System.Drawing.Point(0, 0);
-            this.gMap.MarkersEnabled = true;
-            this.gMap.MaxZoom = 18;
-            this.gMap.MinZoom = 2;
-            this.gMap.MouseWheelZoomType = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
-            this.gMap.Name = "gMap";
-            this.gMap.NegativeMode = false;
-            this.gMap.PolygonsEnabled = true;
-            this.gMap.RetryLoadTile = 0;
-            this.gMap.RoutesEnabled = true;
-            this.gMap.ShowTileGridLines = false;
-            this.gMap.Size = new System.Drawing.Size(831, 665);
-            this.gMap.TabIndex = 0;
-            this.gMap.Zoom = 11D;
-            // 
-            // label1
-            // 
-            this.label1.AutoSize = true;
-            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label1.Location = new System.Drawing.Point(971, 22);
-            this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(85, 25);
-            this.label1.TabIndex = 1;
-            this.label1.Text = "Address";
-            // 
-            // label2
-            // 
-            this.label2.AutoSize = true;
-            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label2.Location = new System.Drawing.Point(837, 75);
-            this.label2.Name = "label2";
-            this.label2.Size = new System.Drawing.Size(121, 20);
-            this.label2.TabIndex = 2;
-            this.label2.Text = "Street Address";
-            // 
-            // txtStreetAddress
-            // 
-            this.txtStreetAddress.Location = new System.Drawing.Point(976, 75);
-            this.txtStreetAddress.Name = "txtStreetAddress";
-            this.txtStreetAddress.Size = new System.Drawing.Size(291, 22);
-            this.txtStreetAddress.TabIndex = 3;
-            // 
-            // label3
-            // 
-            this.label3.AutoSize = true;
-            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label3.Location = new System.Drawing.Point(841, 121);
-            this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(38, 20);
-            this.label3.TabIndex = 4;
-            this.label3.Text = "City";
-            // 
-            // txtCity
-            // 
-            this.txtCity.Location = new System.Drawing.Point(976, 121);
-            this.txtCity.Name = "txtCity";
-            this.txtCity.Size = new System.Drawing.Size(278, 22);
-            this.txtCity.TabIndex = 5;
-            // 
-            // label4
-            // 
-            this.label4.AutoSize = true;
-            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label4.Location = new System.Drawing.Point(841, 172);
-            this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(48, 20);
-            this.label4.TabIndex = 6;
-            this.label4.Text = "State";
-            // 
-            // txtState
-            // 
-            this.txtState.Location = new System.Drawing.Point(976, 172);
-            this.txtState.Name = "txtState";
-            this.txtState.Size = new System.Drawing.Size(278, 22);
-            this.txtState.TabIndex = 7;
-            // 
-            // label5
-            // 
-            this.label5.AutoSize = true;
-            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label5.Location = new System.Drawing.Point(845, 217);
-            this.label5.Name = "label5";
-            this.label5.Size = new System.Drawing.Size(0, 20);
-            this.label5.TabIndex = 8;
-            // 
-            // btnSubmit
-            // 
-            this.btnSubmit.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.btnSubmit.Location = new System.Drawing.Point(1179, 275);
-            this.btnSubmit.Name = "btnSubmit";
-            this.btnSubmit.Size = new System.Drawing.Size(88, 42);
-            this.btnSubmit.TabIndex = 10;
-            this.btnSubmit.Text = "Submit";
-            this.btnSubmit.UseVisualStyleBackColor = true;
-            this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
-            // 
-            // label6
-            // 
-            this.label6.AutoSize = true;
-            this.label6.Location = new System.Drawing.Point(841, 226);
-            this.label6.Name = "label6";
-            this.label6.Size = new System.Drawing.Size(65, 17);
-            this.label6.TabIndex = 11;
-            this.label6.Text = "Zip Code";
-            // 
-            // txtZip
-            // 
-            this.txtZip.Location = new System.Drawing.Point(976, 226);
-            this.txtZip.Name = "txtZip";
-            this.txtZip.Size = new System.Drawing.Size(143, 22);
-            this.txtZip.TabIndex = 12;
-            // 
-            // label7
-            // 
-            this.label7.AutoSize = true;
-            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label7.Location = new System.Drawing.Point(844, 313);
-            this.label7.Name = "label7";
-            this.label7.Size = new System.Drawing.Size(148, 25);
-            this.label7.TabIndex = 13;
-            this.label7.Text = "Store Locations";
-            // 
-            // storeList
-            // 
-            this.storeList.FormattingEnabled = true;
-            this.storeList.ItemHeight = 16;
-            this.storeList.Location = new System.Drawing.Point(844, 341);
-            this.storeList.Name = "storeList";
-            this.storeList.Size = new System.Drawing.Size(473, 100);
-            this.storeList.TabIndex = 14;
-            this.storeList.SelectedIndexChanged += new System.EventHandler(this.storeList_SelectedIndexChanged);
-            // 
-            // label8
-            // 
-            this.label8.AutoSize = true;
-            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.label8.Location = new System.Drawing.Point(844, 459);
-            this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(123, 25);
-            this.label8.TabIndex = 15;
-            this.label8.Text = "Store Details";
-            // 
-            // txtStoreDetails
-            // 
-            this.txtStoreDetails.AutoSize = true;
-            this.txtStoreDetails.Location = new System.Drawing.Point(845, 484);
-            this.txtStoreDetails.Name = "txtStoreDetails";
-            this.txtStoreDetails.Size = new System.Drawing.Size(0, 17);
-            this.txtStoreDetails.TabIndex = 16;
-            // 
-            // Form1
-            // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(1366, 677);
-            this.Controls.Add(this.txtStoreDetails);
-            this.Controls.Add(this.label8);
-            this.Controls.Add(this.storeList);
-            this.Controls.Add(this.label7);
-            this.Controls.Add(this.txtZip);
-            this.Controls.Add(this.label6);
-            this.Controls.Add(this.btnSubmit);
-            this.Controls.Add(this.label5);
-            this.Controls.Add(this.txtState);
-            this.Controls.Add(this.label4);
-            this.Controls.Add(this.txtCity);
-            this.Controls.Add(this.label3);
-            this.Controls.Add(this.txtStreetAddress);
-            this.Controls.Add(this.label2);
-            this.Controls.Add(this.label1);
-            this.Controls.Add(this.gMap);
-            this.Name = "Form1";
-            this.Text = "Form1";
-            this.Load += new System.EventHandler(this.Form1_Load);
-            this.ResumeLayout(false);
-            this.PerformLayout();
-
-        }
-
-        #endregion
-
-        private GMap.NET.WindowsForms.GMapControl gMap;
-        private System.Windows.Forms.Label label1;
-        private System.Windows.Forms.Label label2;
-        private System.Windows.Forms.TextBox txtStreetAddress;
-        private System.Windows.Forms.Label label3;
-        private System.Windows.Forms.TextBox txtCity;
-        private System.Windows.Forms.Label label4;
-        private System.Windows.Forms.TextBox txtState;
-        private System.Windows.Forms.Label label5;
-        private System.Windows.Forms.Button btnSubmit;
-        private System.Windows.Forms.Label label6;
-        private System.Windows.Forms.TextBox txtZip;
-        private System.Windows.Forms.Label label7;
-        private System.Windows.Forms.ListBox storeList;
-        private System.Windows.Forms.Label label8;
-        private System.Windows.Forms.Label txtStoreDetails;
-    }
-}
-

http://git-wip-us.apache.org/repos/asf/usergrid/blob/49e0f50b/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.cs
----------------------------------------------------------------------
diff --git a/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.cs b/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.cs
deleted file mode 100644
index 0297d27..0000000
--- a/sdks/dotnet/samples/locationSample/LocationDotNetSample/Form1.cs
+++ /dev/null
@@ -1,148 +0,0 @@
-
-// Licensed to the Apache Software Foundation (ASF) under one or more
-// contributor license agreements.  See the NOTICE file distributed with
-// this work for additional information regarding copyright ownership.
-// The ASF licenses this file to You under the Apache License, Version 2.0
-// (the "License"); you may not use this file except in compliance with
-// the License.  You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows.Forms;
-using Geocoder;
-// https://github.com/bmontgomery/Geocoder
-
-namespace LocationDotNetSample
-{
-    public partial class Form1 : Form
-    {
-        private Geocoder.Location mapCenter{get; set;}
-        private GMap.NET.WindowsForms.Markers.GMapMarkerGoogleGreen currentPosition { get; set; }
-        private GMap.NET.WindowsForms.GMapOverlay markerOverlay { get; set; }
-        private Usergrid.Sdk.Client client { get; set; }
-        private Usergrid.Sdk.UsergridCollection<Store> stores;
-        private string orgName = "mmalloy@apigee.com";
-        private string appName = "testapp";
-        private string collection = "targets";
-
-        public Form1()
-        {
-            InitializeComponent();
-            currentPosition = null;
-            client = new Usergrid.Sdk.Client("mmalloy@apigee.com", "testapp");
-        }
-
-       
-        private void btnSubmit_Click(object sender, EventArgs e)
-        {
-
-            string address = "";
-            if (txtStreetAddress.Text != "" && txtCity.Text != "" && txtState.Text != "") { address = txtStreetAddress.Text + "," + txtCity.Text + "," + txtState.Text; }
-            else if (txtCity.Text != "" && txtState.Text != ""){ address = txtCity.Text + "," + txtState.Text;}
-            else if (txtZip.Text != "") { address = txtZip.Text; }
-
-            if (address == "") { MessageBox.Show("Enter a valid address, city, or zip code");}
-            else {
-                var geocoder = new Geocoder.GeocodeService();
-                var location = geocoder.GeocodeLocation(address);
-                storeList.Items.Clear();
-                txtStoreDetails.Text = "";
-                markerOverlay.Markers.Clear(); 
-                centerMap(location); 
-                markCurrentLocation(location);
-                stores = findStores();
-                for (int i = 0; i < stores.Count; i++) { markStoreLocation(stores[i]); }
-                addStoresToList();
-
-            }
-            
-        }
-
-        private void centerMap(Geocoder.Location location)
-        {
-            mapCenter = location;
-            var lat = mapCenter.Latitude;
-            var lon = mapCenter.Longitude;
-            gMap.Position = new GMap.NET.PointLatLng(lat, lon);
-
-        }
-        private void markCurrentLocation(Geocoder.Location location)
-        {
-            var lat = location.Latitude;
-            var lon = location.Longitude;
-            GMap.NET.WindowsForms.Markers.GMapMarkerGoogleGreen m = new GMap.NET.WindowsForms.Markers.GMapMarkerGoogleGreen(new GMap.NET.PointLatLng(lat, lon));
-            currentPosition = m;
-            markerOverlay.Markers.Add(m);
-            m.ToolTipText = "Current Position";
-        }
-
-        private void markStoreLocation(Store store)
-        {
-            var lat = Convert.ToDouble(store.location.latitude);
-            var lon = Convert.ToDouble(store.location.longitude);
-            GMap.NET.WindowsForms.Markers.GMapMarkerGoogleRed m = new GMap.NET.WindowsForms.Markers.GMapMarkerGoogleRed(new GMap.NET.PointLatLng(lat, lon));
-            string tooltiptext = store.name + "\n" + store.location.displayAddress;
-            m.ToolTipText = tooltiptext;
-            markerOverlay.Markers.Add(m);
-        }
-
-        private void addStoresToList()
-        {
-            for (int i = 0; i < stores.Count; i++)
-            {
-                storeList.Items.Add(stores[i].name);
-            }
-        }
-
-        private void Form1_Load(object sender, EventArgs e)
-        {
-            this.Text = "Store Finder";
-            gMap.MapProvider = GMap.NET.MapProviders.GoogleMapProvider.Instance;
-            GMap.NET.GMaps.Instance.Mode = GMap.NET.AccessMode.ServerOnly;
-            var geocoder = new Geocoder.GeocodeService();
-            var location = geocoder.GeocodeLocation("Palo Alto, CA");
-            centerMap(location);
-            markerOverlay = new GMap.NET.WindowsForms.GMapOverlay(gMap, "markers");
-            gMap.Overlays.Add(markerOverlay);
-        }
-
-        private Usergrid.Sdk.UsergridCollection<Store> findStores()
-        {
-            string latlon = mapCenter.Latitude + "," + mapCenter.Longitude;
-            return client.GetEntities<Store>(collection, 20, "location within 15000 of " + latlon);
-        }
-
-        private void storeList_SelectedIndexChanged(object sender, EventArgs e)
-        {
-            Store selectedStore = stores[storeList.SelectedIndex];
-            txtStoreDetails.Text = "Store Name: " + selectedStore.name + "\n" + "Hours:";
-            for (int j = 0; j < selectedStore.hours.Count(); j++)
-            {
-                txtStoreDetails.Text += "\n" + selectedStore.hours[j];
-            }
-            txtStoreDetails.Text += "\n\nServices: ";
-            for (int k = 0; k < selectedStore.services.Count(); k++)
-            {          
-                txtStoreDetails.Text += selectedStore.services[k];
-                if (k != selectedStore.services.Count()-1) { txtStoreDetails.Text += ","; }
-                if (k != 0 && k % 4 == 0) { txtStoreDetails.Text += "\n"; }
-            }
-               
-        }
-
-    }
-}