摘要:
C#的默认访问权限:Private,Protected,Internal,Publict的访问权限讲述 阅读全文
摘要:
原文:http://blog.csdn.net/otong/article/details/7894059 序列化或反序列化成一个字符串: 方法一: 序列化: [csharp] view plain copy public static string XMLSerialize<T>(T entity 阅读全文
摘要:
风格指南 阅读全文
摘要:
获取Sqlite 1.可以用NuGet程序包来获取,它也会自动下载EF6 2.在Sqlite官网上下载对应的版本:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki 注意这里面每个.net framework都有 阅读全文
摘要:
Authentication with SignalR and OAuth Bearer Token 阅读全文
摘要:
如何让 Web API 统一回传格式以及例外处理 阅读全文
摘要:
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 阅读全文
摘要:
参考 Creating DbSet Properties Dynamically C# code? 1 DbSet<MyEntity> set = context.Set<MyEntity>(); C# code? 1 DbSet<MyEntity> set = context.Set<MyEnti 阅读全文
摘要:
标准Web系统的架构分层 阅读全文
摘要:
Handling HTTP 404 Error in ASP.NET Web API 阅读全文