All Projects → sjh37 → Entityframework Reverse Poco Generator Ui

sjh37 / Entityframework Reverse Poco Generator Ui

Licence: apache-2.0
A simple UI to allow you to easily select which tables you want the EntityFramework Reverse POCO Code First Generator to use.

Projects that are alternatives of or similar to Entityframework Reverse Poco Generator Ui

Rex
Your RegEx companion.
Stars: ✭ 283 (+310.14%)
Mutual labels:  helper, regex
Fe
前端学习指南
Stars: ✭ 66 (-4.35%)
Mutual labels:  front-end
Atom Message Panel
An easy way to display your messages in Atom
Stars: ✭ 60 (-13.04%)
Mutual labels:  helper
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+1533.33%)
Mutual labels:  front-end
Simple Polymorphic Engine Spe32
Simple Polymorphic Engine (SPE32) is a simple polymorphic engine for encrypting code and data. It is an amateur project that can be used to demonstrate what polymorphic engines are.
Stars: ✭ 59 (-14.49%)
Mutual labels:  reverse-engineering
Emoji Regex
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Stars: ✭ 1,134 (+1543.48%)
Mutual labels:  regex
Instapy Research
📄 Research repository for InstaPy
Stars: ✭ 60 (-13.04%)
Mutual labels:  reverse-engineering
Certstreamcatcher
This tool is based on regex with effective standards for detecting phishing sites in real time using certstream and can also detect punycode (IDNA) attacks.
Stars: ✭ 68 (-1.45%)
Mutual labels:  regex
Pmd Red
Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Stars: ✭ 65 (-5.8%)
Mutual labels:  reverse-engineering
Is Glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
Stars: ✭ 63 (-8.7%)
Mutual labels:  regex
Chimay Red
Mikrotik RouterOS (6.x < 6.38.5) exploit kit. Reverse engineered from the "Vault 7" WikiLeaks publication.
Stars: ✭ 63 (-8.7%)
Mutual labels:  reverse-engineering
Malware Analysis Scripts
Collection of scripts for different malware analysis tasks
Stars: ✭ 61 (-11.59%)
Mutual labels:  reverse-engineering
Fishchat
Hook WeChat.app on non-jailbroken devices.
Stars: ✭ 1,139 (+1550.72%)
Mutual labels:  reverse-engineering
Zile
Extract API keys from file or url using by magic of python and regex.
Stars: ✭ 61 (-11.59%)
Mutual labels:  regex
Horsey
🐴 Progressive and customizable autocomplete component
Stars: ✭ 1,146 (+1560.87%)
Mutual labels:  front-end
Fsq
A tool for querying the file system with a SQL-like language.
Stars: ✭ 60 (-13.04%)
Mutual labels:  regex
Wnfun
WNF Utilities 4 Newbies (WNFUN)
Stars: ✭ 63 (-8.7%)
Mutual labels:  reverse-engineering
Fancyaccordionview
An Android fancy accordion view
Stars: ✭ 64 (-7.25%)
Mutual labels:  helper
Appmon
Documentation:
Stars: ✭ 1,157 (+1576.81%)
Mutual labels:  reverse-engineering
Hyperscan Java
Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
Stars: ✭ 66 (-4.35%)
Mutual labels:  regex

EntityFramework Reverse POCO Generator UI

A simple UI to allow you to easily select which tables you want the EntityFramework Reverse POCO Code First Generator to use.

  • Click the "Connect to Database"
  • Tick the tables you want to use in your project. You can also click the links "Select All", or "Select None" to quickly select all or none of the tables.
  • The Regex is shown at the bottom of the dialog. This text is automatically copied to your clipboard. There is no need to copy this text.
  • Change to your Visual Studio project which is using the "EntityFramework Reverse POCO Generator", and overwrite the line TableFilterInclude = null; in your database.tt file by pasting (Ctrl-V) with the text from the clipboard.

If the regex text box at the bottom is blank, don't worry, its just that the text box can only display a certain amount of text. The text will still be to the clipboard ready for you to use. However, this is also a warning that you have too many tables in your db context.

Try to keep your db contexts small (< 60 tables).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].