随笔分类 - NIntegrate
摘要:本文的目的,是探讨WCF可序列化的ActiveRecord实现是否有意义。
阅读全文
摘要:最佳实践一:应用MVC模式;最佳实践二:应用依赖注入和IoC容器;最佳实践三:应用模板引擎呈现主体内容;最佳实践四:应用Script#;...
阅读全文
摘要:This article discusses my understanding of some new features in WCF 4.0 and how NIntegrate could work with WCF 4.0.
阅读全文
摘要:This article introduce how to make AJAX enabled WCF service support cross-domain request.
阅读全文
摘要:In this article, let’s practice applying LRU caching in an enterprise application for different business cases. Background Firstly, let’s assume we have a User table in database and there ...
阅读全文
摘要:Background Caching is an very important topic in enterprise-level multi-tier application, especially for web application. A general rule for applying caching is you should consider do necessary cachin...
阅读全文
摘要:E-Appointments is a Microsoft ASAP (Aspiring Software Architects Program) Case Study Implementation using the latest .NET 3.0 Technologies and proven Microsoft patterns and practices like Software Factories and Enterprise Library.
In this article, I’m going to enhance this application using NIntegrate, to demonstrate how to enhance WCF configuration management and how to make a WCF based distributed application support dynamic query easier and more maintainable in real enterprise distributed
阅读全文
摘要:Project Site:http://nintegrate.comDownload: Download from SVN Download from Google Code Download from CodePlex
阅读全文
摘要:Problems NIntegrate solves:
1) Decouple WCF configuration from Web.config/App.config files.
2) Dynamic query through WCF.
3) Flexible object mapping.
4) LRU dictionary & caching.
5) Single thread worker queue.
阅读全文
摘要:BackgroundLots of people declares they are using WCF in their “enterprise” distributed software development together with other SOA technologies, and ...
阅读全文
摘要:NIntegrate (http://nintegrate.com/) 是Teddy近期在维护的开源SOA开发框架。原本计划在近期能达到1.0版本,不过,在0.8之后,经过很多深入的思考和工作中的相关应用实践,决定进行较大的重构,或者说重新设计更合适。以下是在0.9中将包含的部分重大修改: 首先,新设计的核心模块不再依赖并默认提供基于SQL Server数据库的集中化配置实现和相关UI。取而代之的...
阅读全文
摘要:AdoNet vs LinqToSql vs NIntegrateQuery查询性能测试.
先上测试结果:
AdoNetTest: 267ms
AdoNetCachedCommandTest: 182ms
LinqToSqlTest: 3191ms
LinqToSqlCompiledQueryTest: 386ms
NIntegrateQueryTest: 266ms
阅读全文
摘要:本示例程序具体演示如下内容:
1) 基于SQL Server数据库的集中化WCF服务配置管理;
2) 集中化ConnectingString管理;
3) 集中化AppVariable管理;
4) 基于集中化配置管理的WCF ServiceHostFactory和WCF ServiceLocator;
5) 基于集中化配置管理的跨WCF的LINQ Style分页、排序查询及DataSource控件的使用;
6) 整合本地ServiceLocator的WCF服务发布和消费;
阅读全文
摘要:本文介绍如何实现一个基于WCF的ASP.NET数据源控件,从而使得跨WCF通信的数据库CRUD,尤其是复杂的分页排序更简单。
阅读全文
摘要:本文提供一种支持跨WCF通讯的数据库端分页和排序(以及更多超过你预期的功能)方案。
阅读全文
摘要:本文提供一种在WCF服务消费应用程序中通过与服务提供应用程序共享WCF服务契约接口来自动化定位WCF服务实现的方案。
阅读全文
摘要:本文提供一种简化在多服务器和服务器群上自动化部署WCF服务的方案。
阅读全文
摘要:This article provides a solution to manage WCF service configuration in a central store instead of in configuration file. (本文提供一种使用配置集中管理代替配置文件配置WCF服务的方案。)
阅读全文