windows C# 视频教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6696937/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
C# Video Tutorials
提问by Shishant
I am a experienced PHP developer and planning to learn C#
for developing desktop apps. Being unfamiliar with C#
and desktop languages I couldnt find a good Videotutorial, and Visual C# different then C#?
我是一名经验丰富的 PHP 开发人员,并计划学习C#
开发桌面应用程序。由于不熟悉C#
和桌面语言,我找不到好的视频教程,而 Visual C# 与 C# 不同?
Can anyone please link me to good Video Series for learning C#
任何人都可以将我链接到学习 C# 的优秀视频系列吗
回答by Saher Ahwal
there are some good C# tutorials herefrom msdn.
有一些很好的C#教程,这里从MSDN。
Also Microsoft has some videos here: http://msdn.microsoft.com/en-us/vcsharp/bb798022
微软也有一些视频在这里:http: //msdn.microsoft.com/en-us/vcsharp/bb798022
NOTE:If you know Java by any chance, you might be wasting your time on video tutorials, C# is so similar to Java and you can pick it up by experience during the project you are working on. The MSDN libraryis very helpful and similar to Java API.
注意:如果您偶然了解 Java,您可能会在视频教程上浪费时间,C# 与 Java 非常相似,您可以在您从事的项目中根据经验来学习。该MSDN库是非常有益的,类似于Java API。
回答by Southerneer
If you want to learn to develop desktop applications in C# then there are two obvious directions to go...
如果您想学习用 C# 开发桌面应用程序,那么有两个明显的方向……
Windows Forms video tutorials: http://windowsclient.net/learn/videos.aspx
Windows 窗体视频教程:http: //windowsclient.net/learn/videos.aspx
WPF (Windows Presentation Foundation) video tutorials: http://windowsclient.net/learn/videos_wpf.aspx
WPF(Windows Presentation Foundation)视频教程:http: //windowsclient.net/learn/videos_wpf.aspx
Windows Forms is the "old school" framework for quickly setting up user interfaces for Windows desktops. WPF is the newer framework that allows for more flexibility and modularity with your code.
Windows 窗体是用于快速设置 Windows 桌面用户界面的“老派”框架。WPF 是较新的框架,它允许您的代码具有更大的灵活性和模块化。
C# is just one of the languages offered by Microsoft to generate .NET code. Some of the videos will feature heavy use of C# whereas others might feature VB (Visual Basic) or even XAML (a declarative language used in WPF).
C# 只是 Microsoft 提供的用于生成 .NET 代码的语言之一。一些视频将大量使用 C#,而其他视频可能会使用 VB(Visual Basic)甚至 XAML(WPF 中使用的声明性语言)。
Have fun!
玩得开心!
回答by mefallit
Once I watched these video series. There are 35 videos about C#. Some of them are really relative with desktop application. http://www.quack-ware.com/tutorials/CSharp.aspx?page=1
有一次我看了这些视频系列。有 35 个关于 C# 的视频。其中一些确实与桌面应用程序相关。http://www.quack-ware.com/tutorials/CSharp.aspx?page=1
回答by Robert Levy
Pluralsight has a good training program with a free trial period: http://www.pluralsight-training.net/microsoft/courses/Index
Pluralsight 有一个很好的培训计划,免费试用期:http://www.pluralsight-training.net/microsoft/courses/Index
回答by Adam Clason
Microsoft's Channel 9 has a lot of great videos. It is really about .Net in general, but has a lot of great stuff on C#. http://channel9.msdn.com/
微软的第 9 频道有很多很棒的视频。它实际上是关于 .Net 的,但在 C# 上有很多很棒的东西。http://channel9.msdn.com/