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

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - a_a

开源发布F#写的人工智能AI项目。 【庆祝VS2010的发布】发布一个F#开发的仿按键精灵功能开源项目 基于Silverlight 3的类Visio绘图软件发布第一个版本 明天发布一个基于Silverlight的类Visio小型绘图工具项目。 开始“工作流设计器” "描述知识" { LINQS 0.0.7 } 描述结构并创建数据库,SQL Server 2008 Toolkit发布第一个版本。 使用LINQS 0.0.6描述数据库模型和创建数据库 LINQS 0.0.6.x bug在此反馈 LINQS 0.0.6 [α] 发布 “xp”中对多语言资源的支持 QQForce第一个版本发布 F#的火星人问题 语义研究(开源)项目启动中 MSDN群组讨论资源分享计划启动中 牛年更牛!贴年画、吉祥话大赛! LINQS、xp、xb等开源项目的来龙去脉。 [团购]《庖丁解牛:纵向切入ASP.NET 3.5控件和组件开发技术》团购活动~ ;") TestSuite 0.0.2a源码发布。(http://www.codeplex.com/ts)
LINQS: Supporting translation reversing in following builds. - a_a
a_a · 2009-05-16 · via 博客园 - a_a

Till current design, LINQS helps users to translate .NET objects between different types.

In the recent released LINQS 0.0.7, we translate seeds to "object declarations", and then translate object declarations to "entity descriptions", and then translate entity descriptions to SQL Server database declarations or ASP.NET website definitions.

While doing these translate transactions, LINQS doesn't keep information about the translation source. So we couldn't know is a database declaration tranlated from a seed or just defined by user.

The feature will added to LINQS in the near future, then we can do more complex tasks.

References:

  1. LINQS: Entity resolving solutions, open source, http://codeplex.com/LINQS.
  2. LINQS 0.0.7: The recent LINQS release on May 5, 09, http://linqs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27009.
  3. "seed": In the legend of LINQS, we call application or database descriptions writen in programing language a "seed", seed declarations are friendly for programers and easy for maintenance.
  4. Object declarations: .Net objects and types model mappings.
  5. Entity descriptions: Entity model mappings, the central logic of LINQS when talk with database programs.