Datei: README.md
Last Commit (c499e21)
			
| 1 | # NDO | 
| 2 | |
| 3 | This is the source code of .NET Data Objects (NDO). See: https://www.netdataobjects.de. | 
| 4 | |
| 5 | The newest development happens in the master branch. | 
| 6 | |
| 7 | ## Build | 
| 8 | |
| 9 | Checkout this repository. Make sure, you are in the master branch. Open a Visual Studio developer console and CD to the-path-of-the-repository\make directory. | 
| 10 | |
| 11 | Enter | 
| 12 | msbuild ndo.proj | 
| 13 | |
| 14 | This should build the whole development infrastructure, the NDO package (in the directory NDODLL/bin/release) and the .vsix extension. | 
| 15 | Using the .vsix simplifies development with NDO significantly. | 
| 16 | |
| 17 | ## Build with VS | 
| 18 | |
| 19 | If you need to debug the NDO.dll, open the NDO.sln in the directory /NDODLL. Recompile with DEBUG configuration. You can find the result in the bin/debug/net452 directory (or in netstandard2.0). | 
| 20 | |
| 21 | ## Users Guide | 
| 22 | |
| 23 | See the users guide here: https://www. netdataobjects. de/wie-funktioniert-ndo/ndo-users-guide/. | 
| 24 | 
New Commit (123a4dc)
			
| 1 | # NDO | 
| 2 | |
| 3 | This is the source code of .NET Data Objects (NDO). See: https://www.netdataobjects.de. | 
| 4 | |
| 5 | The newest development happens in the master branch. | 
| 6 | |
| 7 | ## Build | 
| 8 | |
| 9 | Checkout this repository. Make sure, you are in the master branch. Open a Visual Studio developer console and CD to the-path-of-the-repository\make directory. | 
| 10 | |
| 11 | Enter | 
| 12 | msbuild ndo.proj | 
| 13 | |
| 14 | This should build the whole development infrastructure, the NDO package (in the directory NDODLL/bin/release) and the .vsix extension. | 
| 15 | Using the .vsix simplifies development with NDO significantly. | 
| 16 | |
| 17 | ## Build with VS | 
| 18 | |
| 19 | If you need to debug the NDO.dll, open the NDO.sln in the directory /NDODLL. Recompile with DEBUG configuration. You can find the result in the bin/debug/net452 directory (or in netstandard2.0). | 
| 20 | |
| 21 | ## Users Guide | 
| 22 | |
| 23 | See the users guide here: https://www. netdataobjects. de/en-us/how-ndo-works/ndo-users-guide/. | 
| 24 |