会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jimson
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
2017年2月6日
C#的默认访问权限
摘要: C#的默认访问权限:Private,Protected,Internal,Publict的访问权限讲述
阅读全文
posted @ 2017-02-06 17:56 jimcsharp
阅读(9117)
评论(0)
推荐(2)
2016年12月15日
一个可序列化的C#对象,如何转成一个XML格式的文件或字符串【转】
摘要: 原文: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
阅读(5559)
评论(0)
推荐(0)
2016年12月13日
墙外干货:如何通过风格指南驱动模块化交互设计
摘要: 风格指南
阅读全文
posted @ 2016-12-13 10:35 jimcsharp
阅读(383)
评论(0)
推荐(0)
2016年12月7日
如何用Entity Framework 6 连接Sqlite数据库[转]
摘要: 获取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
阅读(1063)
评论(1)
推荐(0)
2016年11月23日
Authentication with SignalR and OAuth Bearer Token
摘要: Authentication with SignalR and OAuth Bearer Token
阅读全文
posted @ 2016-11-23 14:01 jimcsharp
阅读(2182)
评论(0)
推荐(0)
2016年11月21日
[Web API] 如何让 Web API 统一回传格式以及例外处理[转]
摘要: 如何让 Web API 统一回传格式以及例外处理
阅读全文
posted @ 2016-11-21 15:55 jimcsharp
阅读(481)
评论(0)
推荐(0)
2016年11月2日
EF6 Database First (DbContext) - Change Schema at runtime
摘要: 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
阅读(405)
评论(0)
推荐(0)
2016年10月27日
DbContext运行时动态附加上一个dbset
摘要: 参考 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
阅读(2335)
评论(0)
推荐(1)
2016年10月25日
标准Web系统的架构分层[转]
摘要: 标准Web系统的架构分层
阅读全文
posted @ 2016-10-25 08:58 jimcsharp
阅读(374)
评论(0)
推荐(0)
2016年10月17日
Handling HTTP 404 Error in ASP.NET Web API
摘要: Handling HTTP 404 Error in ASP.NET Web API
阅读全文
posted @ 2016-10-17 13:40 jimcsharp
阅读(221)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
公告