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

推荐订阅源

博客园 - 叶小钗
云风的 BLOG
云风的 BLOG
G
Google Developers Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
DataBreaches.Net
F
Fortinet All Blogs
TaoSecurity Blog
TaoSecurity Blog
D
Docker
C
Cybersecurity and Infrastructure Security Agency CISA
K
Kaspersky official blog
宝玉的分享
宝玉的分享
腾讯CDC
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
T
The Exploit Database - CXSecurity.com
T
The Blog of Author Tim Ferriss
V
V2EX
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CERT Recently Published Vulnerability Notes
A
Arctic Wolf
Scott Helme
Scott Helme
L
LINUX DO - 热门话题
Y
Y Combinator Blog
P
Proofpoint News Feed
T
Tor Project blog
AWS News Blog
AWS News Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
博客园 - 聂微东
T
Threat Research - Cisco Blogs
B
Blog
Attack and Defense Labs
Attack and Defense Labs
L
Lohrmann on Cybersecurity
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
IT之家
IT之家
N
News and Events Feed by Topic
博客园 - 司徒正美
H
Help Net Security
C
Cisco Blogs
C
Check Point Blog
S
Secure Thoughts

博客园 - max chan

企业管理软件开发XP iframe 高度自动调节,最简单解决 被逼上 Visual Studio 2008 被逼上 visual studio 2005 超级gnFindWindow FLL - C++与VFP 双向混合编程 C++ 松花江上 函数glDefinePopup(),动态定义多级的popup菜单 复习 树-递归 全面自定义 - 代码挂接 设计原则 聪明与代价 VFP程序,全面自定义之表单/类 VFP通用代码(vcx/scx/prg)混淆器,可以下载了 备份策略 死里逃生 先舍后得 VFP -> dot net 过渡 -- foxpro toolkit for dot net
VFP与DOT NET之间的过渡 - SEDNA
max chan · 2007-08-21 · via 博客园 - max chan

当初FOX TEAM,宣布要制造SEDNA,so sad, so bad。 宣示fox最终要丢掉它的野性,进入DOG的行列。

.net framework,sedna。 Sedna,怎么个定位? Senda是一个VFP9的addon小工具集。

内含一些没有用的东西,如data explorer 就不提了。

有用的勉强有二。

(1)my.   一组类, 让你可以在vfp中使用经它包装过的.net framework部分功能.
         一来尝尝鲜,二个熟悉一下.net的好处,可以自己扩展的。若以这样模式,在VFP中多使用dot net的类与方法,对于逐步转向.net了是有好处的。 不知不觉,随着.net成分在vfp程序里的不断增加,.net水到渠成。

发布程序时,只需包含 my.vcx 、my.vct、my.dbf/cdx/fpt

(2) NET4COM
和(1)差不多,好象还没my好用。

使用这个东东的策略:
(1)比较MY 和 NET4COM,集成可取的,到现行framework中,作为通用的类、函数;
(2)按my的说法,扩展my中 .net 的内容,用在vfp程序里,正则表达式等,用得上;
(3).net framework, 30多兆,客户处也装个吧;
(4).net studio得安装一个,至小是装个帮助。