这一讲的时间大约是25分钟。内容还是有点多了。后期将逐渐规范到15分钟左右一个主题。

 

在这一讲中,我会介绍以下三个方面的内容

  1. }.NET开发环境简介
  2. }安装和配置Visual Studio
  3. }安装Web Platform Installer

 

讲义地址

http://www.xizhang.com/fmplan/resources/01/善用你的.NET开发环境.pdf

视频地址

http://www.tudou.com/programs/view/dy2LxvuqTyA/

 

 

 

Visual Studio Style Manager下载地址

http://www.xizhang.com/fmplan/resources/visualstudiostylemanager.zip

 

 

范例代码(Helloworld.cs)

using System;

public class Program{
    public static void Main(){
        Console.WriteLine("Hello,world");
    }
}

相关文章:

  • 2021-06-05
  • 2021-10-29
  • 2022-12-23
  • 2021-10-10
  • 2021-09-03
  • 2021-11-13
  • 2021-07-27
猜你喜欢
  • 2022-02-19
  • 2022-02-10
  • 2021-11-18
  • 2021-05-30
  • 2021-12-07
  • 2021-11-15
相关资源
相似解决方案