Application Block for socket communication between .NET based application and others

  • Post author:
  • Post category:
  • Post comments:1 Comment
  • Post last modified:February 3, 2005

When I programed my first .NET based network server, I should make it communicate with c++ based application. What mattered was tranforming non-managed binary data from c++ application to managed data of .NET.

I’ve decided to make a supporting applicatoin block. This is the first release. I’ve had no time to write a document, so you have to look up NUnit test codes.

It’s design is based on that of ‘SqlCommand’, so you would have no trouble in understanding my codes.

modified at 2005-02-03 08:47 PM

New version released

Author Details
Kubernetes, DevSecOps, AWS, 클라우드 보안, 클라우드 비용관리, SaaS 의 활용과 내재화 등 소프트웨어 개발 전반에 도움이 필요하다면 도움을 요청하세요. 지인이라면 가볍게 도와드리겠습니다. 전문적인 도움이 필요하다면 저의 현업에 방해가 되지 않는 선에서 협의가능합니다.
0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
trackback
18 years ago

Application Block for socket communication 1.5 Released

I've finally developed it.

Previous version had a bug, which is fixed now.

I made it based on Microsoft Enterprise Library. You can use xml configuration files (.config) to handle this applicationblock.

Click!