Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Doc updates for Visual Studio 2012. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e7339793f8c954e99b5ee3cfc020c917 |
User & Date: | mistachkin 2012-09-24 20:48:37.986 |
Context
2012-10-04
| ||
11:21 | Add custom locking semantics for the CriticalHandle derived classes when compiled for the .NET Compact Framework. check-in: b8212344a0 user: mistachkin tags: trunk | |
2012-09-24
| ||
20:48 | Doc updates for Visual Studio 2012. check-in: e7339793f8 user: mistachkin tags: trunk | |
2012-09-23
| ||
10:11 | Modify the stress test so that all workload threads have multiple iterations. check-in: a8664bc59c user: mistachkin tags: trunk | |
Changes
Changes to Doc/Extra/designer.html.
︙ | ︙ | |||
50 51 52 53 54 55 56 | keep you busy. You can create databases, design and execute queries, create typed datasets and lots more all from Visual Studio.</p> <h3> Installation Instructions</h3> <p>Download and run one of the setup packages and then select the "<b>Install the designer components for Visual Studio 20XX.</b>" option when prompted.</p> <h3> Express Edition Limitations</h3> <p>Visual Studio design-time Support, works with all versions of Visual Studio | | | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | keep you busy. You can create databases, design and execute queries, create typed datasets and lots more all from Visual Studio.</p> <h3> Installation Instructions</h3> <p>Download and run one of the setup packages and then select the "<b>Install the designer components for Visual Studio 20XX.</b>" option when prompted.</p> <h3> Express Edition Limitations</h3> <p>Visual Studio design-time Support, works with all versions of Visual Studio 2005/2008/2010/2012. You can add a SQLite database to the Servers list, design queries with the Query Designer, drag-and-drop tables onto a Typed DataSet, etc. <br /> <font color="red"> Due to Visual Studio licensing restrictions, the Express Editions can no longer be supported. </font> </p> |
︙ | ︙ |
Changes to Doc/Extra/welcome.html.
︙ | ︙ | |||
90 91 92 93 94 95 96 | <li>Full Entity Framework support (ADO.NET 3.5 SP1)</li> <li> On the Compact Framework, it is faster than Sql Server Mobile. SQLite's installed size is a fraction of Sql Mobile's. It uses less memory at runtime, runs queries faster, and has a smaller database file size as well. </li> <li>Encrypted database support. Encrypted databases are fully encrypted and support both binary and cleartext password types. </li> | | | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | <li>Full Entity Framework support (ADO.NET 3.5 SP1)</li> <li> On the Compact Framework, it is faster than Sql Server Mobile. SQLite's installed size is a fraction of Sql Mobile's. It uses less memory at runtime, runs queries faster, and has a smaller database file size as well. </li> <li>Encrypted database support. Encrypted databases are fully encrypted and support both binary and cleartext password types. </li> <li>Visual Studio 2005/2008/2010/2012 Design-Time Support. You can add a SQLite database to the Servers list, design queries with the Query Designer, drag-and-drop tables onto a Typed DataSet, etc.</li> <li>Full SQLite schema editing inside Visual Studio. You can create/edit tables, views, triggers, indexes, check constraints and foreign keys. </li> <li> Available as a single file redistributable (except Compact Framework). The core sqlite3 codebase and the ADO.NET wrapper are combined into one multi-module assembly. </li> |
︙ | ︙ |
Changes to www/faq.wiki.
︙ | ︙ | |||
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | The .NET Framework 3.5 SP1 (or higher) for the System.Data.SQLite.Linq assembly. </li> <li> All sub-projects are fully supported with the .NET Framework 4.0. </li> </ul> </p> <hr> <a name="q4"></a> <p> <b>(4) What versions of Visual Studio are supported?</b> </p> <p> | > > > > | | | | | | | 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | The .NET Framework 3.5 SP1 (or higher) for the System.Data.SQLite.Linq assembly. </li> <li> All sub-projects are fully supported with the .NET Framework 4.0. </li> <li> All sub-projects are fully supported with the .NET Framework 4.5. </li> </ul> </p> <hr> <a name="q4"></a> <p> <b>(4) What versions of Visual Studio are supported?</b> </p> <p> Currently, Visual Studio 2005, 2008, 2010, and 2012 are supported, including the "Express" editions; however, in order to build the entire solution, including the necessary native code, the "Professional" edition (or higher) is required. It may be possible to install both Visual C# Express and Visual C++ Express and then build the corresponding sub-projects via their respective integrated development environments (IDE); however, this configuration has <b>not</b> been tested. The design-time components are <b>no longer</b> supported for the Express editions due to licensing restrictions. </p> <hr> <a name="q5"></a> |
︙ | ︙ | |||
284 285 286 287 288 289 290 | If necessary (i.e. you require LINQ support), also add a reference to the "System.Data.SQLite.Linq" assembly from the "Externals" directory. </li> </ul> </p> <p> | | | | | | 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 | If necessary (i.e. you require LINQ support), also add a reference to the "System.Data.SQLite.Linq" assembly from the "Externals" directory. </li> </ul> </p> <p> Alternatively, when using Visual Studio 2010 or later, you can simply use the NuGet package that corresponds to your target processor architecture. Installing the assemblies into the Global Assembly Cache is not recommended as it may cause conflicts with other applications installed on the machine. </p> <hr> <a name="q9"></a> <p> <b>(9) How do I install System.Data.SQLite on end-user machines?</b> </p> |
︙ | ︙ |
Changes to www/features.wiki.
︙ | ︙ | |||
30 31 32 33 34 35 36 | <li> Encrypted database support. Encrypted databases are fully encrypted and support both binary and cleartext password types. </li> <li> Visual Studio design-time Support, works with all versions of Visual Studio | | | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <li> Encrypted database support. Encrypted databases are fully encrypted and support both binary and cleartext password types. </li> <li> Visual Studio design-time Support, works with all versions of Visual Studio 2005/2008/2010/2012. You can add a SQLite database to the Servers list, design queries with the Query Designer, drag-and-drop tables onto a Typed DataSet, etc. <br /> <font color="red"> Due to Visual Studio licensing restrictions, the Express Editions can no longer be supported. </font> </li> |
︙ | ︙ |