摘要:
DataAnnotations - InverseProperty Attribute: We have seen in the Code-First Convention section that Code-First creates {Class Name}_{Primary Key} fore 阅读全文
摘要:
使用BizTalk实现RosettaNet B2B So Easy最近完成了一个vmi-hub的B2B项目,使用Rosettanet 2.0的标准与一家品牌商,OEM,供应商实现B2B。一共交换4个报文,4B2,3B2,4B2 POD,4C1,说白了就是收发存这些数据;项目环境BizTalk2009... 阅读全文
摘要:
USE [BTARNDATA]GO/****** Object: StoredProcedure [dbo].[proc_GetActivityStatus] Script Date: 09/16/2015 16:16:02 ******/SET ANSI_NULLS ONGOSET QUO... 阅读全文
摘要:
Debatching(Splitting) XML Message in Orchestration using DefaultPipeline - BizTalk 2010In this post we will walk through the process ofdebatchinganxml... 阅读全文
摘要:
Modifying namespace in XML document programmaticallystatic XElement stripNS(XElement root) { return new XElement( root.Name.LocalName, ... 阅读全文
摘要:
需求是这样,在一个inbound XML中有个一点节点使用平文件的方式存放,还要解析比如固定长度或根据特殊字符截取字段也就是需要在流程里面先把输入的XML的节点先读出来,这个方式有很多可以直接升级属性,或调用Xpath来获取,在流程里面调用执行receivepipeline的方法也非常简单。fstr... 阅读全文
摘要:
1自定义一个ModelBinder public class filterRule { public string field { get; set; } public string op { get; set; } public string val... 阅读全文
摘要:
《双龍形态操盘秘笈》〖根根K线都像树,大树小树成森林;根根K线又像风,上下穿梭白云中;多条均线像白云,白云飘在森林中;风平浪静云成行,白云起伏随风动;风平浪静云成行,风踏白云上天空;风平浪静云成行,风破白云成瀑布; 风带白云步步低,白云空头呈扇形;风带白云下地狱,白云空头打开屏;风平浪静几颗星,白云... 阅读全文
摘要:
In my previous post, "ASP.NET MVC 5 Authentication Breakdown", I broke down all the parts of the new ASP.NET MVC authentication scheme. That's great, ... 阅读全文