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

推荐订阅源

S
Schneier on Security
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
D
DataBreaches.Net
F
Full Disclosure
腾讯CDC
博客园 - 【当耐特】
MyScale Blog
MyScale Blog
Stack Overflow Blog
Stack Overflow Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
The Register - Security
The Register - Security
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
J
Java Code Geeks
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy International News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
博客园 - 三生石上(FineUI控件)
Know Your Adversary
Know Your Adversary
AWS News Blog
AWS News Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
O
OpenAI News
Project Zero
Project Zero
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Application and Cybersecurity Blog
Application and Cybersecurity Blog
云风的 BLOG
云风的 BLOG
N
News and Events Feed by Topic
MongoDB | Blog
MongoDB | Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Microsoft Security Blog
Microsoft Security Blog
Cisco Talos Blog
Cisco Talos Blog
P
Palo Alto Networks Blog
Schneier on Security
Schneier on Security

博客园 - 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