上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页
摘要: C#的默认访问权限:Private,Protected,Internal,Publict的访问权限讲述 阅读全文
posted @ 2017-02-06 17:56 jimcsharp 阅读(9090) 评论(0) 推荐(2) 编辑
摘要: 原文:http://blog.csdn.net/otong/article/details/7894059 序列化或反序列化成一个字符串: 方法一: 序列化: [csharp] view plain copy public static string XMLSerialize<T>(T entity 阅读全文
posted @ 2016-12-15 10:45 jimcsharp 阅读(5541) 评论(0) 推荐(0) 编辑
摘要: 风格指南 阅读全文
posted @ 2016-12-13 10:35 jimcsharp 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 获取Sqlite 1.可以用NuGet程序包来获取,它也会自动下载EF6 2.在Sqlite官网上下载对应的版本:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 注意这里面每个.net framework都有 阅读全文
posted @ 2016-12-07 10:21 jimcsharp 阅读(1041) 评论(1) 推荐(0) 编辑
摘要: Authentication with SignalR and OAuth Bearer Token 阅读全文
posted @ 2016-11-23 14:01 jimcsharp 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: 如何让 Web API 统一回传格式以及例外处理 阅读全文
posted @ 2016-11-21 15:55 jimcsharp 阅读(475) 评论(0) 推荐(0) 编辑
摘要: Problem:There are two SQL databases (dev and live) with on Azure which has identical table structures but different table schema name. We need a way t 阅读全文
posted @ 2016-11-02 19:05 jimcsharp 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 参考 Creating DbSet Properties Dynamically C# code? 1 DbSet<MyEntity> set = context.Set<MyEntity>(); C# code? 1 DbSet<MyEntity> set = context.Set<MyEnti 阅读全文
posted @ 2016-10-27 18:33 jimcsharp 阅读(2315) 评论(0) 推荐(1) 编辑
摘要: 标准Web系统的架构分层 阅读全文
posted @ 2016-10-25 08:58 jimcsharp 阅读(368) 评论(0) 推荐(0) 编辑
摘要: Handling HTTP 404 Error in ASP.NET Web API 阅读全文
posted @ 2016-10-17 13:40 jimcsharp 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页