Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Interactive POST-based search box using C# and JSON.

License

Notifications You must be signed in to change notification settings

TuxSoftLimited/SearchFeature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SearchFeature

Interactive POST-based search box using C# and JSON.

About

SearchFeature uses a form to search for data stored in a JSON array by key phrase, and allows the developer to format that data as needed and send it to users.

THIS IS NOT A COMPLETE WEBSITE - This web app repo contains:

  • the .aspx for the search form,
  • the .aspx.cs to power it, and hold the JSON used,
  • Newtonsoft.Json NuGet package used to read the JSON,
  • Bootstrap (v3.3.7) and jQuery(v3.1.1) to make the UI look nice,
  • a picture of the app working.

SearchFeature is designed predominantly as a development tool to make scouring through data stored in JSON on .NET sites easier.

Copyright © TuxSoft Limited 2017 <tuxsoft@tuxsoft.uk>.

Released under the terms of the GNU GPL v3 or later. See LICENSE for more details.