关于 C#、库的最佳 .NET Framework 2.0 书籍?

发布于 2024-07-19 19:55:17 字数 568 浏览 3 评论 0原文

我是一名高级斜杠“高级”C#/.NET 开发人员,目前使用 3.5 Framework 以及 WPF/WCF 和 Silverlight (WPF/E)。 我已经经历了 1.0 和 2.0,因此非常熟悉 .NET 的演变。 我的下一个项目可能会“回到”2.0 框架,但具有足够的复杂性(和时间压力),以便调用“专家”技能,而不仅仅是“高级”技能。

因此,我正在寻找一本全面介绍 2.0 框架的书,主要是该版本中可用的库的组织和使用(是的,我实际上只是指“框架”......)。 我想要手头有一个完整的、有组织的参考,了解框中可用的工具,可以说,在每个步骤中选择正确的工具,而不是重新发明任何轮子。

我拥有并喜欢“通过 C# 进行 CLR”,但这不是关于 CLR 的问题,它主要是关于库(框架)的问题,以及与 .NET 支持的相关产品的接口技术。

如果我“减去”我现有的 3.0/3.5 知识/经验,我可能会说我只彻底研究和使用过 2.0 框架的 50-75% - 所以我希望看到的是权威指南到完全100%。 不需要严格的细节或全面的示例,而是需要对规模和范围进行全面评估,以便能够“以正确的方式”在 .net 2.0 中设计和实施有效的解决方案。

I am an senior-slash-"advanced" C#/.NET developer, currently using 3.5 Framework with WPF/WCF and Silverlight (WPF/E). I have come up right through 1.0 and 2.0 and so am well versed with the evolution of .NET. My next project could be "back" into 2.0 Framework, but with enough complexity (and time pressure) so as to call on "expert" skills, not just "advanced" ones.

Thus I am looking for a book with comprehensive coverage of the 2.0 Framework, primarily the organization and use of the libraries (by which, yes, I really just mean "the Framework"...) available in that rev. I want to have a complete, organized reference on hand for what tools are available in the box, so to speak, to choose the right ones at each step and not re-invent any wheels.

I own and love "CLR via C#", but this isn't a question about the CLR, it's about libraries (Framwork) primarily, and also interfacing techniques to .NET-supported related products.

If I "subtract out" my existing 3.0/3.5 knowledge/experience, I might say that I've only ever thoroughly investigated and used some 50-75% of the 2.0 Framework - so what I'd like to see is an authoritative guide to the full 100%. Doesn't need rigorous details or comprehensive examples, but rather a full assessment of scale and scope to be able to design and implement effective solutions in .net 2.0 "the right way".

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

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

发布评论

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

评论(3

南烟 2024-07-26 19:55:18

C# 3.0 简而言之 足够详细地介绍了框架的各个部分。 我发现这是一本非常有用的书。

编程 Microsoft Visual C# 2005:基类库专门涵盖了该框架,但是我认为 Nutshell 书更好,而且您总能在 MSDN 上找到更多信息。

C# 中的 Windows 窗体编程 详细介绍了 WinForms,或者您可能想看看请参阅 Chris Sells 的有关 WPF 的书。 我对后者不熟悉,但第一个还可以。

C# 3.0 in a Nutshell covers parts of the framework in sufficient detail. I find it to be a very useful book to have around.

Programming Microsoft Visual C# 2005: The Base Class Library specifically covers the framework, but in my opinion the Nutshell book is better and you can always find additional information on MSDN.

Windows Forms Programming in C# covers WinForms in detail, or you may want to look at Chris Sells' book on WPF instead. I'm not familiar with the latter, but the first is okay.

如梦初醒的夏天 2024-07-26 19:55:18

听起来您对 C# 本身已经有了很好的掌握,因此您可能想知道 2.0 中哪些内容是 3.0 或 3.5 中没有的。 因此,您可能对以下一些资源感兴趣,即 C# 2.0 标准:

我特别喜欢 C# 2.0 Complete Reference 书,并保留一本在家桌上复印,但C# 2.0标准也无比优秀; 问题只是你能否保持清醒足够长的时间来度过这一切。 :)

It sounds like you have a good grasp on C# itself, so you probably want to know what was in 2.0 that isn't in 3.0 or 3.5. For this reason, you might be interested in some of the following resources, namely the C# 2.0 standard:

I particularly like the C# 2.0 Complete Reference book, and keep a copy on my desk at home, but the C# 2.0 standard is incomparably good as well; it's just a question of whether you can stay awake long enough to get through any of it. :)

夏花。依旧 2024-07-26 19:55:18

For WinForms programming, the book that has proved itself most useful to me is Windows Forms 2.0 Programming. If there isn't a single book that has everything you're looking for, I think this book would be part of the collection comprising the next best thing.

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