初学者的软件文档和数据网格视图 [英] Software Documentation and Data grid view for beginner

查看:80
本文介绍了初学者的软件文档和数据网格视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有2个问题



1.有些软件有详细的HowTo文档如何制作这些文档,他们是否使用了特殊的软件? />


2.我是新的C#中的数据库处理,我想了解Windows Forms中的Data Gried View元素以及C#SQL。你可以给我一些关于它们的教程???

I have 2 questions

1. Some software have a detailed HowTo documenation how are those docs made, do they use a special software for it??

2. I'm new Database handling in C# and Iwant to learn about the Data Gried View element in Windows Forms and also C# SQL. Can u suggest me some tutorials on them???

推荐答案

  1. 这取决于你。没有任何预定义。对于如何,它没有多大意义,但API文档应该更好地自动化。您需要搜索和查看一些可用的产品并确定哪些产品可以满足您的需求,然后在遇到问题(包括选择问题)时提出问题。现在给你一些全面的列表还为时过早。你可以从这里开始:

    http://en.wikipedia.org/wiki/Documentation_generator [ ^ ],

    http://en.wikipedia.org/wiki/Comparison_of_documentation_generators [ ^ ]。
  2. SQL ...您可以使用ADO.NET:

    http://en.wikipedia.org/wiki/ADO.NET [ ^ ],

    http://msdn2.microsoft.com/en-us/library/aa286484.aspx [ ^ ]。



    这篇非常清晰实用的CodeProject文章可以帮助您立即开始:

    为初学者使用ADO.NET [ ^ ]。
  3. 是,第三项,因为#2包含两个问题。所以, DataGridView ...

    我认为手册不是特别有用。您可以在此处找到所需的一切: https: //msdn.microsoft.com/en-us/library/system.windows.forms.datagridview%28v=vs.110%29.aspx [ ^ ]。



    更好的是,您可以通过 System.Windows.Forms 学习数据绑定 https://msdn.microsoft.com/en-us/library/ef2xyb33%28v = vs.110%29.aspx [ ^ ]。



    对于无绑定方法(如果需要,可以与绑定结合使用,通过一个或另一个原因),您可以自己组合使用ADO.NET和您想要的每种控件类型的文档使用。
  1. It depends. There is nothing predefined. For, "how to", it would make little sense, but API documentation should better be automated. You need to search and review some available products and decide which ones could fit your need, and then ask questions if you face some problems (including the choice problems). Giving you some comprehensive listing now would be premature. You can start here:
    http://en.wikipedia.org/wiki/Documentation_generator[^],
    http://en.wikipedia.org/wiki/Comparison_of_documentation_generators[^].
  2. SQL… You can use ADO.NET:
    http://en.wikipedia.org/wiki/ADO.NET[^],
    http://msdn2.microsoft.com/en-us/library/aa286484.aspx[^].

    This wonderfully clear and useful CodeProject article can help you get started in no time:
    Using ADO.NET for beginners[^].
  3. Yes, third item, because #2 contains two questions. So, DataGridView
    I don't think the manuals could be especially useful. You can find all you need here: https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview%28v=vs.110%29.aspx[^].

    Better yet, you could learn data binding with System.Windows.Forms in general: https://msdn.microsoft.com/en-us/library/ef2xyb33%28v=vs.110%29.aspx[^].

    For no-binding approach (which you can combine with binding, if you need it, by one or another reason), you can do it all yourself combining ADO.NET and documentation on each control type you want to use.





祝你好运,

-SA
PS :我刚刚意识到在一篇文章中将不相关的答案结合起来会有多么不方便。下一次,如果问题彼此无关,你最好发布2到3个单独的问题帖子,正如Rob Grainger在他对这个问题的评论中合理地提出的那样。



Good luck,

—SA
P.S.: I just realized how inconvenient it might be, to combine unrelated answers in one post. Next time, with questions so unrelated to each other, you really should better publish 2 or 3 separate questions posts, as Rob Grainger reasonably suggested in his comment to the question.


这篇关于初学者的软件文档和数据网格视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆