热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

MySQLforVisualStudio1.2.1betahasbeenreleased_MySQL

MySQLforVisualStudio1.2.1betahasbeenreleased
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.

推荐阅读
  • 本文内容为asp.net微信公众平台开发的目录汇总,包括数据库设计、多层架构框架搭建和入口实现、微信消息封装及反射赋值、关注事件、用户记录、回复文本消息、图文消息、服务搭建(接入)、自定义菜单等。同时提供了示例代码和相关的后台管理功能。内容涵盖了多个方面,适合综合运用。 ... [详细]
  • 本文介绍了C#中数据集DataSet对象的使用及相关方法详解,包括DataSet对象的概述、与数据关系对象的互联、Rows集合和Columns集合的组成,以及DataSet对象常用的方法之一——Merge方法的使用。通过本文的阅读,读者可以了解到DataSet对象在C#中的重要性和使用方法。 ... [详细]
  • 在说Hibernate映射前,我们先来了解下对象关系映射ORM。ORM的实现思想就是将关系数据库中表的数据映射成对象,以对象的形式展现。这样开发人员就可以把对数据库的操作转化为对 ... [详细]
  • 本文介绍了在SpringBoot中集成thymeleaf前端模版的配置步骤,包括在application.properties配置文件中添加thymeleaf的配置信息,引入thymeleaf的jar包,以及创建PageController并添加index方法。 ... [详细]
  • 知识图谱——机器大脑中的知识库
    本文介绍了知识图谱在机器大脑中的应用,以及搜索引擎在知识图谱方面的发展。以谷歌知识图谱为例,说明了知识图谱的智能化特点。通过搜索引擎用户可以获取更加智能化的答案,如搜索关键词"Marie Curie",会得到居里夫人的详细信息以及与之相关的历史人物。知识图谱的出现引起了搜索引擎行业的变革,不仅美国的微软必应,中国的百度、搜狗等搜索引擎公司也纷纷推出了自己的知识图谱。 ... [详细]
  • 解决VS写C#项目导入MySQL数据源报错“You have a usable connection already”问题的正确方法
    本文介绍了在VS写C#项目导入MySQL数据源时出现报错“You have a usable connection already”的问题,并给出了正确的解决方法。详细描述了问题的出现情况和报错信息,并提供了解决该问题的步骤和注意事项。 ... [详细]
  • 导出功能protectedvoidbtnExport(objectsender,EventArgse){用来打开下载窗口stringfileName中 ... [详细]
  • 本文是关于C#类型系统、值类型和引用类型的概念性笔记。介绍了C#1系统类型的三个特性,静态类型的含义,显式类型和隐式类型的区别。还讨论了类、结构、数组类型、枚举、委托类型和接口类型属于哪一种类型。同时纠正了关于结构、引用类型和对象传递的错误表述。最后提到了C#4中使用动态类型的关键字。 ... [详细]
  • MySQL中的MVVC多版本并发控制机制的应用及实现
    本文介绍了MySQL中MVCC的应用及实现机制。MVCC是一种提高并发性能的技术,通过对事务内读取的内存进行处理,避免写操作堵塞读操作的并发问题。与其他数据库系统的MVCC实现机制不尽相同,MySQL的MVCC是在undolog中实现的。通过undolog可以找回数据的历史版本,提供给用户读取或在回滚时覆盖数据页上的数据。MySQL的大多数事务型存储引擎都实现了MVCC,但各自的实现机制有所不同。 ... [详细]
  • 高质量SQL书写的30条建议
    本文提供了30条关于优化SQL的建议,包括避免使用select *,使用具体字段,以及使用limit 1等。这些建议是基于实际开发经验总结出来的,旨在帮助读者优化SQL查询。 ... [详细]
  • 本文介绍了指针的概念以及在函数调用时使用指针作为参数的情况。指针存放的是变量的地址,通过指针可以修改指针所指的变量的值。然而,如果想要修改指针的指向,就需要使用指针的引用。文章还通过一个简单的示例代码解释了指针的引用的使用方法,并思考了在修改指针的指向后,取指针的输出结果。 ... [详细]
  • 在project.properties添加#Projecttarget.targetandroid-19android.library.reference.1..Sliding ... [详细]
  • 猜字母游戏
    猜字母游戏猜字母游戏——设计数据结构猜字母游戏——设计程序结构猜字母游戏——实现字母生成方法猜字母游戏——实现字母检测方法猜字母游戏——实现主方法1猜字母游戏——设计数据结构1.1 ... [详细]
  • ASP.NET2.0数据教程之十四:使用FormView的模板
    本文介绍了在ASP.NET 2.0中使用FormView控件来实现自定义的显示外观,与GridView和DetailsView不同,FormView使用模板来呈现,可以实现不规则的外观呈现。同时还介绍了TemplateField的用法和FormView与DetailsView的区别。 ... [详细]
  • CentOS 7部署KVM虚拟化环境之一架构介绍
    本文介绍了CentOS 7部署KVM虚拟化环境的架构,详细解释了虚拟化技术的概念和原理,包括全虚拟化和半虚拟化。同时介绍了虚拟机的概念和虚拟化软件的作用。 ... [详细]
author-avatar
dyh81216462
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有