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

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
阮一峰的网络日志
阮一峰的网络日志
云风的 BLOG
云风的 BLOG
D
Docker
Vercel News
Vercel News
IT之家
IT之家
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
腾讯CDC
Google DeepMind News
Google DeepMind News
I
InfoQ
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
The GitHub Blog
The GitHub Blog
博客园 - Franky
The Cloudflare Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
T
Tenable Blog
P
Proofpoint News Feed
Recorded Future
Recorded Future
Security Latest
Security Latest
H
Hackread – Cybersecurity News, Data Breaches, AI and More
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - 聂微东
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Google Online Security Blog
Google Online Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Simon Willison's Weblog
Simon Willison's Weblog
The Last Watchdog
The Last Watchdog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
The Hacker News
The Hacker News
Martin Fowler
Martin Fowler
T
Threat Research - Cisco Blogs
NISL@THU
NISL@THU
F
Full Disclosure
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
Project Zero
Project Zero

博客园 - enjoy .net

visual basic video series:Forms over data 无功倒送问题 变压器高低压侧的电流计算 爬电、爬距(泄漏距离)、爬电比距 使用BackgroundWorker进行Thread编程 地板选购指南 IT服务管理时代已经到来 IT服务管理的效果分析 How to use the Install from Media feature to promote Windows Server 2003-based domain controllers 70-294读书笔记 TechED上海 术语: Tombstone/Tombstone Lifetime Windows 2003故障恢复 几乎没有管理的国企! ASP.Net 2.0中的Membership,Role和Profile 关于ASP.Net 2.0中的Theme ntdsutil的功能 体验了一次DNS的动态更新功能 Flexible Single Master Operations (FSMO)
VS2005的初体验
enjoy .net · 2005-10-31 · via 博客园 - enjoy .net

10/28凌晨3点看到了孙展波的Blog,得知VS.Net 2005和 SQL Server 2005已经可以在MSDN上下载了。虽然MSDN下载站点出现了数次Session Timeout错误,但还是终于还是连上去了,可是下载的平均速度大概只有5-10K左右,经过大约48小时左右的时间,2.4G的VS.Net 005 img文件已经躺在我的硬盘里了。
安装中遇到的最大问题是Beta2版本的卸载,折腾了好长时间,又是删目录,又是查找注册表,一直卸载不干净,最后把Beta2重新安装的一遍,再卸载,又折腾了半天,终于可以安装了。今早听说有一个小工具可以轻松实现Beta2的卸载,这是后话。
运行VS.Net 2005总体感觉比较快,不像Beta2那样容易出错,不过也发现了一些问题:
1、没有找到Visual Source Safe 2005
2、在试用数据库访问中的TableAdapter时,发现和Beta版一样,在ASP.Net项目中TableAdapter的代码是用C#来编写的,自己定义的FillData...和GetData...函数必须经过编译才可以在ObjectDataSource中找到,但是在Winform程序中TableAdapter的代码却是VB写的,真是搞不清楚微软怎么想的,莫非VB还是二等公民?

试用主要集中在数据库访问方面,正如MSDN TV中的演示那样,现在要编写一个数据库访问页面,通过TableAdapter,GridView等的使用,几乎不需要写代码就可以完成一个功能十分强大的应用,而且是基于三层结构的!