C#学习入门及应用

1.C#一些基本概念

.net -->.net平台

       -->net框架(CLR公共语言运行时,.net类库)

       C# 一种编程语言,可以基于.net平台的就算

      .net/donet一般指.net Framework框架,一种平台或技术

    java是一种语言也是一种平台

2.net能写什么样的程序

2.1桌面应用

winform应用程序

wpf(windows presentation foundation)2.2

2.2web应用程序

asp.net

2.3手机开发

2.4unity3d虚拟现实

2.5WCF服务

3、.net交互模式

3.1CS交互模式

客户机和服务器

3.2BS交互模式

浏览器和服务器

4、VS基本概念:

devenu可以启动vistudio.

解决方案包括项目

视图->解决方案管理器

一些快捷键

ctrl+K+D快速对齐

ctrl+j快速弹出智能提示

shift+end\home

ctrl+k+c注释所选代码

ctrl+k+u取消注释 

5、C# hello world

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace helloWd
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("hello world\r\n");
            Console.ReadKey();
        }
    }
}

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值