随笔分类 -  C#基础

涉及C#的一些基础知识
摘要:1 namespace ConsoleAppLearningCeshi 2 { 3 /// 4 /// 不同打招呼 5 /// 6 /// 7 public delegate int deleMaxCompara(T one, T two);//泛型委托 8 public delegate int deleMa... 阅读全文
posted @ 2019-07-29 13:26 冰淇淋的时光 阅读(387) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-07-02 10:42 冰淇淋的时光 阅读(5) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-06-14 13:32 冰淇淋的时光 阅读(6) 评论(0) 推荐(0)
摘要:1 class SqlDataReader1 2 { 3 //连接字符串 4 public static readonly string connectString = ConfigurationManager.ConnectionStrings["xiaoCeShi"].ConnectionString; 5 /// 6 ... 阅读全文
posted @ 2019-04-28 15:26 冰淇淋的时光 阅读(142) 评论(0) 推荐(0)
摘要:冒泡排序三: 阅读全文
posted @ 2018-11-11 19:23 冰淇淋的时光 阅读(257) 评论(0) 推荐(0)
摘要:.NET与C#的区别一1.NET 一般指.NETFramWork框架 主要包括包括 :(1)公共语言运行库和(2)代码库(类库)等 客户语言(C#)通过OPP(面向对象语言)技术使用它。 2:定义了基本类型,通用类型系统(CTS)3公共语言运行库(CLR)负责运行所有.NET开发的所有应用程序。 二 阅读全文
posted @ 2018-11-02 20:51 冰淇淋的时光 阅读(1859) 评论(0) 推荐(0)
摘要:一,泛型接口中泛型类型的前面标有in和out关键字 其中标有out关键字的参数我协变,而输出的结果就是抗变,IN与之相反。 如下代码: 阅读全文
posted @ 2018-11-02 19:45 冰淇淋的时光 阅读(132) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace KongzhiTai{ class Program { 阅读全文
posted @ 2018-10-28 18:44 冰淇淋的时光 阅读(187) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-09-19 15:20 冰淇淋的时光 阅读(2) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-09-18 22:07 冰淇淋的时光 阅读(3) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-09-18 21:17 冰淇淋的时光