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

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
D
Docker
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
美团技术团队
V
V2EX
Last Week in AI
Last Week in AI
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Microsoft Security Blog
Microsoft Security Blog
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
P
Proofpoint News Feed
B
Blog RSS Feed
博客园_首页
B
Blog
博客园 - 叶小钗
I
InfoQ
WordPress大学
WordPress大学
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
The Register - Security
The Register - Security
MyScale Blog
MyScale Blog
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Latest news
Latest news
W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CERT Recently Published Vulnerability Notes
C
CXSECURITY Database RSS Feed - CXSecurity.com
Recent Commits to openclaw:main
Recent Commits to openclaw:main
N
News and Events Feed by Topic
S
Secure Thoughts
The Hacker News
The Hacker News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News

博客园 - 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等的使用,几乎不需要写代码就可以完成一个功能十分强大的应用,而且是基于三层结构的!