国产99久久精品_欧美日本韩国一区二区_激情小说综合网_欧美一级二级视频_午夜av电影_日本久久精品视频

最新文章專(zhuān)題視頻專(zhuān)題問(wèn)答1問(wèn)答10問(wèn)答100問(wèn)答1000問(wèn)答2000關(guān)鍵字專(zhuān)題1關(guān)鍵字專(zhuān)題50關(guān)鍵字專(zhuān)題500關(guān)鍵字專(zhuān)題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專(zhuān)題關(guān)鍵字專(zhuān)題tag2tag3文章專(zhuān)題文章專(zhuān)題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專(zhuān)題3
問(wèn)答文章1 問(wèn)答文章501 問(wèn)答文章1001 問(wèn)答文章1501 問(wèn)答文章2001 問(wèn)答文章2501 問(wèn)答文章3001 問(wèn)答文章3501 問(wèn)答文章4001 問(wèn)答文章4501 問(wèn)答文章5001 問(wèn)答文章5501 問(wèn)答文章6001 問(wèn)答文章6501 問(wèn)答文章7001 問(wèn)答文章7501 問(wèn)答文章8001 問(wèn)答文章8501 問(wèn)答文章9001 問(wèn)答文章9501
當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL

來(lái)源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-09 20:03:11
文檔

MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL

MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL:Dear MySQL users,MySQL for Visual Studio is a product including all of the Visual Studio integration previously available as part of Connector/Net. The 1.2.1 version is a beta release of this product which is feature complete but still can
推薦度:
導(dǎo)讀MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL:Dear MySQL users,MySQL for Visual Studio is a product including all of the Visual Studio integration previously available as part of Connector/Net. The 1.2.1 version is a beta release of this product which is feature complete but still can
Dear MySQL users,

MySQL for Visual Studio is a product including all of the Visual Studio integration previously available as part of Connector/Net. The 1.2.1 version is a beta release of this product which is feature complete but still can contain minor bugs and is not suitable for production environments.

This version is appropriate for use with MySQL Server versions 5.5-5.6.

MySQL Server 5.7 is also compatible but not fully supported yet.

As this is a beta version the MySQL for Visual Studio product can be downloaded only by using the product standalone installer at this link http://dev.mysql.com/downloads/windows/visualstudio/

The 1.2.1 version includes the following new features:

  • A new MySQL Project Wizard for creating Windows Forms applications.
  • A new MySQL Project Wizard for creating ASP.NET MVC 3/4 web applications.
  • A new option in web configuration tool for the ASP.NET Personalization Provider (this feature requires Connector/Net 6.9).
  • A new option in web configuration tool for the ASP.NET Site Map Provider (this feature requires Connector/Net 6.9).
  • MySQL Project Wizard for Windows Forms

    --------------------------------------

    This wizard automates the generation of a .NET Windows Forms Application that is connected to a MySQL data source and supports CRUD operations. A Typed DataSet or an Entity Framework Model can also be generated to link the Application to the MySQL Database. In this version only one table can be selected in the wizard. This limitation will be replaced with a multiple tables wizard in the 1.2.2 upcoming version.

    Within the Wizard the user can select one of three options for the view type:

    Single Layout: A form that contains one control by each existing column in the table with navigation controls and that allows CRUD operations.

    All controls can include data typed validations for Numeric types and Datetime types.

    Grid layout: A form with a Grid that contains navigation controls.

    Master-Detail: A form with a single controls layout for the Parent table and a grid to navigate in the child table.

    Supported with C# or Visual Basic language.

    This feature requires Connector/Net 6.7.5, 6.8.3 or 6.9.x.

    For more details on the features included check the documentation at :

    http://dev.mysql.com/doc/connector-net/en/connector-net-windows-forms.html

    WinFormsWizardStep1.png

    MySQL Project Wizard for ASP.NET MVC 3

    --------------------------------------

    The ASP.NET MVC Project Wizard is available at the Visual Studio New Project dialog, either at the MySql category or by filtering by name. It also can be accessed by using the MySQL Toolbar inside Visual Studio.

    This wizard automates the generation of an ASP.NET MVC 3/4 application that includes the MySQL Membership configuration to manage ASP.NET authentication. The login and create user views are generated by the wizard and it also includes the generation of multiple browsable views for each one of the tables selected for the application generation.

    The generation of the MVC items is done also with the creation of an Entity Framework data model either with Entity Framework version 5 or 6 depending on the user's selection.

    Supported with C# or Visual Basic language.

    This feature requires Connector/Net 6.7.5, 6.8.3 or 6.9.x.

    For more details on the features included check the documentation at :

    http://dev.mysql.com/doc/connector-net/en/connector-net-windows-mvc-template.html

    Step3MVCProject.png

    New option in web configuration tool for the ASP.NET Personalization Provider

    -----------------------------------------------------------------------------

    Personalization provider allows to store personalization state-state data regarding the content and layout of Web Parts pages-generated by the Web Parts personalization service using MySQL as a data source. This feature requires Connector/Net 6.9.x.

    http://dev.mysql.com/doc/connector-net/en/connector-net-website-config.html

    New option in web configuration tool for the ASP.NET Site Map Provider

    ----------------------------------------------------------------------

    Site Map provider allows to show a hierarchical list of links that describe the structure of a site. This feature requires Connector/Net 6.9.x.

    http://dev.mysql.com/doc/connector-net/en/connector-net-website-config.html

    SiteMapPersonalizationProv.png

    For discussion, join the MySQL for Visual Studio forums:

    http://forums.mysql.com/list.php?174

    Download MySQL for Visual Studio 1.2.1 beta from:

    http://dev.mysql.com/downloads/windows/visualstudio/

    Quick links

  • MySQL for Visual Studio documentationhttp://dev.mysql.com/doc/connector-net/en/connector-net-visual-studio.html
  • Bugs:http://bugs.mysql.com
  • Forums:http://forums.mysql.com/index.php?174
  • Blog:http://blogs.oracle.com/MySqlOnWindows/
  • Enjoy and thanks for the support!

    MySQL for Visual Studio Team.

    聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問(wèn)題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL

    MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL:Dear MySQL users,MySQL for Visual Studio is a product including all of the Visual Studio integration previously available as part of Connector/Net. The 1.2.1 version is a beta release of this product which is feature complete but still can
    推薦度:
    標(biāo)簽: 1.2 my for
    • 熱門(mén)焦點(diǎn)

    最新推薦

    猜你喜歡

    熱門(mén)推薦

    專(zhuān)題
    Top
    主站蜘蛛池模板: 在线观看国产亚洲 | 国产成人调教视频在线观看 | 91精品国产91久久综合 | 国内精品1区1区3区4区 | 99久久精品国产一区二区小说 | 国产中文在线观看 | 久久伊人中文字幕有码 | 国产精品一区欧美日韩制服 | 久久精品国产三级不卡 | 欧美日韩国产中文字幕 | 欧美另类激情 | 日韩中文在线视频 | 欧美我不卡 | 亚洲 欧美 国产另类首页 | 欧美一级全黄 | 日本一区二区三区不卡在线视频 | 国产剧情精品在线 | 91欧美精品 | 国产亚洲第一页 | 中文字幕久久久久一区 | 久久一区二区三区四区 | 中文字幕版免费电影网站 | 国产原创一区二区 | 在线精品亚洲欧洲第一页 | a毛片在线| 91视频一区 | 久久久无码精品亚洲日韩按摩 | 亚洲欧美日韩中另类在线 | 国产日本在线 | 欧美日韩国产三级 | 一区二区三区视频在线观看 | 国内精品伊人久久久久妇 | 我被公睡做舒服爽中文字幕 | 日日草视频 | 九草在线播放 | 国产精品电影一区二区三区 | 国产特级黄色片 | 久久亚洲精品中文字幕60分钟 | 日本精品久久久一区二区三区 | 久久久久国产一级毛片高清版 | 日韩视频一区二区 |