惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
V2EX
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
G
Google Developers Blog
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
爱范儿
爱范儿
B
Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园_首页
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence

博客园 - CrazyCoder

Ubuntu 7.10安装mplayer出现failed to load: drvc.so错误的解决办法 QueryString中的加号不见了 Google Docs Presentation is live now! 你是哪种类型的程序员? 在团队中建立领导能力 国内Ruby On Rails最新动态 framework vs. library learning MVC handling popup window in Watir Top 6 List of Programming Top 10 Lists Reflector 5 Released LINQ/C# Learning Guide - via TheServerSide ProgrammingBooks.org first work day of 2007, first work day in new company 2006年的最后一天,以及2007,我最Google的期望 一些安装VS2005 SP1的技巧 [读书笔记]软件开发中,人和过程的关系 Windows Vista SDK released ideaWins,微软推出了免费的Office Accounting 2007 Express
下一版VS.NET的一些新功能
CrazyCoder · 2006-11-25 · via 博客园 - CrazyCoder

.NET 3.0和Vista刚刚发布不久,不过微软的脚步并没有因此放慢,为了让更多的开发人员能够使用更好的IDE给新的系统和框架开发软件,微软也在加紧下一个版本VS.NET,代号为Orcas的开发工作。这里列出一些Orcas的新特性,其中第一个我认为最有使用价值。

News via:http://fredrik.nsquared2.com/viewpost.aspx?PostID=386

Here is a list of some of the new feature we will see in the next version of Visual Studio with the code name “Orcas”: 

  • Multiversioning, we can create project target different version of the framework, for example 2.0, 3.0 or 3.5. The IDE and controls etc will be limited to the kind of feature we select.
  • Edit & Continue in web projects
  • Much better WYSIWYG
    • Better manipulation of CSS
    • In design view we can see anchoring lines like in Windows Forms today based on the styles on controls etc.
    • Make editing of server controls
      • Rendering and styles for controls will be more transparent (make it easier to control the markup)
    • New design surface called “Sapphire”
    • CSS property window
    • Nested masterpage support in the design view
    • Splitview, to both see the code and design in different windows at the same time.
  • New ListView control (is a new DataList with better markup support)
  • LinqToSqlDataSource (The name is not set yet), will make it easy for developer to use LINQ to get data and bind the data to a data-source control.

~ Crazy ~

Update: 这里有微软官方的消息

http://msdn2.microsoft.com/en-us/vstudio/aa700830.aspx