需要链接到 xml 概念以进行 asp.net 3.5 Web 应用程序开发

发布于 2024-08-06 05:18:45 字数 223 浏览 0 评论 0原文

我们正在使用 asp.net 3.5 和 sql server 2008 开发一个项目。我了解一些 xml,例如创建、加载、向 xml 文件添加元素。

我没有接触过 XML Scema、XSLT 和 XPath 之类的东西。现在还有 LINQ to XML 和 LINQ to SQL。

谁能给我提供一些好的链接来学习在 .net Web 应用程序开发中使用的完整 XML?

提前致谢

We are developing a project using asp.net 3.5 and sql server 2008. I know a bit of xml like creating, loading, adding elements to xml file.

I was not exposed to XML Scema, XSLT and XPath kind of stuff. And now there is LINQ to XML and LINQ to SQL also.

Could anyone please provide me some good links to learn complete XML for using in .net web application development?

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放肆 2024-08-13 05:18:45

您使用的是 C# 还是 VB.NET?这是 Beth Massi 制作的关于在 VB.NET 中使用 LINQ 的一系列精彩视频。她介绍了 LINQ to 对象; LINQ to XML 和 XML 文字。即使解决方案的其余部分是 C#,Visual Studio 2008 中 VB 9 的 XML 功能也是至少包含一些 VB.NET 代码的令人信服的理由。

http://msdn.microsoft.com/en-us/vbasic/ bb466226.aspx#linq

Are you using C# or VB.NET? Here is a great series of videos by Beth Massi on using LINQ within VB.NET. She covers LINQ to objects; LINQ to XML and XML Literals. Even if the rest of your solution is C#, the XML power of VB 9 in Visual Studio 2008 is a compelling reason to include at least some VB.NET code.

http://msdn.microsoft.com/en-us/vbasic/bb466226.aspx#linq

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文