上一篇我们说到构建了一个Rabbitmq容器 现在我们说说如何在一个悄悄传输消息到队列 我们现在设计一个Rabbitmq发送消息部分的模块 先设计一个远程发送的接口 public interface IRemoteSend { void Send(object entity); } 写一个Rabbitmq配置实体 public class RabbitmqConfigura { public string Host { get; set; } public int Port { get; set
在各位用户不继的催更中,终于完成了这次更新.Visual Entity这个软件发布于 2011年,这个软件完成后,便上班去了,也没有做什么推广工作.所以知道的用户并不多,尽管它是个非常好用.并且免费的软件.它是一个支持 NHibernate 和 Linq to SQL 的实体设计器,关于它的介绍,大家可以看:http://www.cnblogs.com/ansiboy/archive/2011/03/14/1983754.html . 随着 Visual Studio 的不断升级,但是旧版的 V
1.引用EF对应的程序集 使用命令安装EntityFramework包Install-Package EntityFramework Entity Framework简单目录: 1.context数据库上下文class: using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using
note:you can delete reference of entityframework when using this classes.it`s just a simple repohelper.the code below can also include a getpagedlist method when paging. have fun,it`s simple,just create edmx file from database.all one sentence.but wh