从SQL Server Compact team Steve.Lasker的blog上得知他们刚刚发布了SQL Server Compact 3.5 SP1 RTM版.现在已经可以在公网下载.

SQL Server Compact 3.5 SP1 的新特性:

  • ADO.NET Entity Framework provider. The Entity Framework enables you to work with data in the form of domain-specific objects and properties, such as customers and customer addresses, without having to concern yourself with the underlying database tables and columns where this data is stored.

    • Support for the ADO.NET Entity Framework allows you to create flexible, strongly typed queries against the Entity Framework object context by using LINQ expressions and the LINQ standard query operators directly from the development environment.
  • Case-sensitive collations for those C# folks that were allowed into the database <g>
  • Native 64bit support. No more locking your apps to WoW mode or Target = X86. And yes, we support a single version of your app that can privately deploy Compact 32 and 64 so your customers don't have to figure out whether they're running 32 or 64bit operating systems.

We'll have a KB article out soon that covers the rollup of bug fixes since RTM as well.

We're still waiting on the main landing/content pages to be updated, so for those of you too impatient, here's the download links directly:

August 7th update: Links updated to reflect download pages with 32bit and 64bit downloads, along with the localized versions

  • SQL Server Compact 3.5 SP1 for desktop
  • SQL Server Compact 3.5 SP1 for Devices
  • SQL Server Compact 3.5 SP1 Server Tools (Merge Replication Server Side Config)

SQL Server Compact SP1 will be included in Visual Studio 2008 SP1 as well.  So, you won't need to download it separately like you did in Visual Studio 2005 SP1.  ...we've gotten better about integrating things for you...  These links are mostly for those that need SQL Server Compact SP1 for VS 2005 support, or those that can't install VS 2008 SP1 for some reason.  The Visual Studio 2008 SP1 setup is sooooo much better than VS 2005 SP1.

More posts to come, but just to answer the first Q&A:

Q: What .NET FX Versions does Sp1 Require:
A: Compact SP1 can be used with VS 2005, .NET FX 2.0, 3.0, 3.5 and 3.5 SP1.  When using the Entity Provider, you will need .NET FX 3.5 SP1 as this is where the entity framework ships.

enjoy!

SQL Server Compact 3.5 SP1 RTM发布了!相关推荐

  1. SQL Server Compact 3.5开发环境说明

    通过使用 Microsoft Visual Studio 开发环境,可以开发使用 SQL Server Compact 3.5 的应用程序.Visual Studio 是开发和部署使用 SQL Ser ...

  2. TechEd China 2009 课程幻灯片和代码下载 - MBL311 SQL Server Compact 终极性能调校

    我在 Microsoft TechEd China 2009 有一个讲座:MBL311 SQL Server Compact 终极性能调校,介绍了 SQL Server Compact 性能优化的各种 ...

  3. sql server 小技巧(8) visual studio 2013里使用Sql server compact 4.0及发布问题处理

    1. 安装 Microsoft SQL Server Compact 4.0 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id ...

  4. [视频]用SQL Server Compact创建简单的Windows应用程序

    今天下午录制了一段 SQL Server Compact 应用程序开发的入门视频,帮助园子里的朋友打开 SQL Server Compact 开发的大门. 技术等级:100 准备环境:Visual S ...

  5. WINCE5.0下SQL server compact版本更新

    ********************************LoongEmbedded************************ 作者:LoongEmbedded(kandi) 时间:201 ...

  6. sql compact 转mysql_如何将数据导入到 SQL Server Compact Edition 数据库中(三)

    系列文章导航: 如何将数据导入到 SQL Server Compact Edition 数据库中(一) 如何将数据导入到 SQL Server Compact Edition 数据库中(二) 摘要:时 ...

  7. sql compact 转mysql_如何将数据导入到 SQL Server Compact Edition 数据库中(五)

    系列文章导航: 如何将数据导入到 SQL Server Compact Edition 数据库中(一) 如何将数据导入到 SQL Server Compact Edition 数据库中(二) 如何将数 ...

  8. sql compact 转mysql_如何将数据导入到 SQL Server Compact Edition 数据库中(四)

    系列文章导航: 如何将数据导入到 SQL Server Compact Edition 数据库中(一) 如何将数据导入到 SQL Server Compact Edition 数据库中(二) 如何将数 ...

  9. vs2010 SQL Server Compact 3.5出错

    2019独角兽企业重金招聘Python工程师标准>>> 问题描述 在这里先给大家推荐下vs2012,微软的这款IDE非常地好用,码代码时响应迅速,UI也非常的养眼.再搭配visual ...

  10. XamarinSQLite教程下载安装SQLite/SQL Server Compact Toolbox

    XamarinSQLite教程下载安装SQLite/SQL Server Compact Toolbox SQLite/SQL Server Compact Toolbox是一个Visual Stud ...

最新文章

  1. 超酷的实时颜色数据跟踪javascript类库 - Tracking.js
  2. java正则表达式:查找所有{XXX}
  3. 基于神经网络模型的文本语义通顺度计算研究-全文复现(还没弄完)
  4. C++中string与int\double等互转
  5. python数据类型汇总_python基础数据类型汇总
  6. 《游戏编程入门 4th》笔记(1 / 14):Windows初步
  7. PNP问题-位姿估计方法梳理(pose estimation)
  8. java字符转换成16进制_java 16进制与字符串直接相互转换
  9. 网络知识之----http七层协议
  10. Cyclone FPGA踏足笔记(一):开发环境建立与使用
  11. 已设定选项 ‘readonly‘ (请加 ! 强制执行)
  12. FQQ兵法,适用于各种版本以及种族
  13. 时光荏苒,岁月静好-----2013年终总结
  14. MCAL中ADC的配置
  15. 分享一款好用的微信相册小程序《群相册大师》
  16. 【论文阅读】BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
  17. JAVA 安装与简单使用
  18. 阿里云SSL数字证书Nginx配置部署
  19. Django REST framework+Vue 打造生鲜超市(三)
  20. unity 如何制作成网页游戏版本

热门文章

  1. sonar 加载mysql_sonar安装配置
  2. jenkins集成sonar问题记录
  3. NSIS 第一个安装程序
  4. SOAPUI接口测试http协议详细测试过程
  5. APP社交类源代码分享直接上车
  6. 2022华为软件精英挑战赛复盘
  7. bcc语料库下载_大数据背景下BCC语料库的研制_荀恩东
  8. Atheros AR9285 坑爹网卡只有 54M/65M,开启 150M 速率的方法
  9. 基于微信小程序的记账系统
  10. 【申博攻略】三.北交计算机学院学术型博士“申请-考核”攻略(经验分享篇)