Delen via


Ian's Software for Mere Mortals

Youngjune or Ian's blog about Connectivity

Custom MVC 4 Template Walkthrough

Introduction One of the cool features of MVC 4 Tool Update for Visual Studio 2012.2 is the MVC...

Date: 12/13/2012

When CSC.Exe Generates a Different Size of Assembly From VS IDE

I struggled for the reason why CSC.EXE results in an assembly differently from VS IDE, because VS...

Date: 09/27/2007

Changing text encodings of output files redirected from PowerShell.

I created a logman setting file as follows:typeperf -q | where { $_ -like "\Phy*" } | foreach { '"'...

Date: 06/07/2007

The public beta 2 of BizTalk Server 2006 R2 has been released.

It's been long time since I posted the last one. I was pretty busy in working on the WCF adapter...

Date: 04/03/2007

BizTalk Server 2006 R2

I think there will be no engine changes in R2, but this product refresh will include a number of...

Date: 07/29/2006

Passing arguments from the command line to downstream functions in Powershell

$args is a special variable, an array of all arguments passed to a function on the command line....

Date: 07/19/2006

How to create a function name to the global scope in a Powershell script file

I created a script named s.ps1 to define a function named s1. # s.ps1function s1 { //} But, after I...

Date: 07/18/2006

How to create multiple or jagged arrays in Powershell

For me, it was not apparent to create multiple dimensional or jagged arrays in Powershell. I tried...

Date: 07/17/2006

You will love the new shell named Powershell!

When I installed Windows SDK to test Indigo stuff, I found another toy named Powershell. Powershell...

Date: 07/17/2006

10 more BizTalk samples are live in the MSDN Web site

10 more BizTalk samples are live in the MSDN Web site. I wrote four of them as follows: 1) BAM and...

Date: 06/27/2006

How to suppress the annoying warning message, "The dependency 'Microsoft.BizTalk.Tracing' could not be found."

I got the following warning messages when building a BizTalk project. ------ Build started: Project:...

Date: 06/10/2006

How to send the feedbacks for the BizTalk Server documentation!

I attended a customer awareness workshop last week, and one of the feedbacks from customers is about...

Date: 06/05/2006

10 more samples for BizTalk Server 2006 live at the MSDN Web site

10 more samples for BizTalk Server 2006 live at the MSDN Web site. I wrote the following samples of...

Date: 06/05/2006

Using Enterprise Library 2.0 in the BizTalk Server 2006 applications with SSO

Enterprise Library 2.0 was released early this year. The library consists of several application...

Date: 05/30/2006

C# sample code for interface injection

I read a great article titled "Inversion of Control Containers and the Dependency Injection pattern"...

Date: 05/24/2006

5 more BizTalk samples are live in the MSDN Web site.

5 more BizTalk samples are live in the MSDN Web site. I wrote three of them as follows: 1) SSO as...

Date: 05/24/2006

Consolas, the programmers’ font, is now available

Have you heard of Consolas? Consolas has intentionally been developed for programmer’s needs and it...

Date: 05/04/2006

BizUnit Code Snippets for Visual Studio 2005

I think the BizUnit is a must tool for BizTalk developers. But, as for me, it isn’t easy to memorize...

Date: 05/03/2006

Some thought after using WWF (Windows Workflow Foundation)

I thought WWF would be similar to HWS, but I was wrong. After spending some times to use WWF, I...

Date: 05/03/2006

“Completed with discarded messages” again

Yesterday some customers told me that they were suffering from “Completed with discarded messages”...

Date: 06/08/2005

The BizTalk Server 2006 CTP version installation guide

I guess the BizTalk Server 2006 CTP (Community Technical Preview) version will be distributed to...

Date: 06/01/2005

Notes on creating EDI schemas for BizTalk Server 2004

Originally BizTalk Server 2004 has the limitation of adding new EDI schemas. However SP1 now allows...

Date: 04/01/2005

Notes on creating EDI schemas for BizTalk Server 2004

Originally BizTalk Server 2004 has the limitation of adding new EDI schemas. However SP1 now allows...

Date: 04/01/2005

41 (K)EDIFACT schemas for BizTalk Server 2004.

I've been very busy for last two months. During that time, I made a converting tool for BizTalk Base...

Date: 04/01/2005

Lab : Implementing BizTalk in-process receive adapter

This MOC style lab is the second one of the series of labs that I'll write about how to develop the...

Date: 01/30/2005

Follow up the BizTalk MSDN seminar

Thank you again for attending the BizTalk MSDN seminar last weekend. There were about 200 attendees...

Date: 01/16/2005

Workflow everywhere?!

You can find an interesting article about code name WinOE from "WinOE Workflow Prepped For Whidbey,...

Date: 01/14/2005

Just another speech regarding BizTalk Server at MSDN seminar in 15th, January 2005

I’ve made several speeches about BizTalk Server already. During the presentation, I often felt that...

Date: 01/13/2005

Does the BizTalk project support the Enterprise Template?

When you create a BizTalk project as a part of the Enterprise Template of Visual Studio .NET 2003,...

Date: 01/11/2005

The GetServiceDescription and GetServiceOrganization methods in IStaticAdapterConfig interface

The other day, a partner asked me the relationship between GetServiceDescription and...

Date: 01/09/2005

A small problem in DotNetFile Adapter in BizTalk SDK

There is a small problem in DotNetFile Adapter in BizTalk Server 2004 SDK. You could find it when...

Date: 01/09/2005

Lab: Implementing BizTalk Dynamic Application Adapter Design Time Component

This MOC style lab is the first one of the series of labs that I’ll write about how to develop the...

Date: 01/06/2005

Lab: Implementing BizTalk Dynamic Application Adapter Design Time Component

This MOC style lab is the first one of the series of labs that I’ll write about how to develop the...

Date: 01/05/2005

A common issue of the installation problem of the BizTalk Adapter v2.0 for mySAP Business Suite

A customer asked a question about the installation problem of BizTalk Adapter v2.0 for mySAP...

Date: 01/05/2005

Some strange behavior of the IPersistPropertyBag.Load method in the BizTalk adapter initialization

When developing the BizTalk adapter’s runtime component, it is required to implement...

Date: 01/01/2005

Are the BizTalk APIs regrading pipeline and adapters confusing?

I’ve always heard from customers and partners that Adapters and Pipeline interfaces of BizTalk...

Date: 12/21/2004

Welcome to Young's blog.

Hello, this is the first time of my blogging. I'm interested in every aspect of the software...

Date: 12/20/2004

How to add .NET assemblies for BizTalk development to the “add reference” dialog box

Visual Studio .NET provides the “add reference” dialog box, so we can reference them by clicking...

Date: 12/20/2004