C# implementation of a flexible .NET file processing system

  • Thread starter Thread starter Robert Fuchs
  • Start date Start date
Does anybody know of a C# implementation of a flexible .NET file
processing system like described here:

http://blogs.techrepublic.com.com/programming-and-development/?p=390

My first thought, on reading it, is BizTalk, at least for the routing bits.
I imagine someone has a SharePoint/BizTalk implementation that performs
both the routing and the CRM bits. that is where I would Google.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
It is obvious that BizTalk/SharePoint could do this, but I am looking for a
C# solution, not some MS product.

thanks, Robert
 
It is obvious that BizTalk/SharePoint could do this, but I am looking
for a C# solution, not some MS product.

Search the open source sites (CodePlex, Google Code, Source Forge, etc) and
see if someone has routing and CMS in the same project.

I am not sure you will find a company working a solution without
SharePoint, at least, as it is becomming very prevalent, but you might luck
out. With WSS, you might find one where you don't have to buy MOSS,
however, eliminating one extra cost.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
I am not sure you will find a company working a solution without
SharePoint, at least, as it is becomming very prevalent, but you might
luck
out. With WSS, you might find one where you don't have to buy MOSS,
however, eliminating one extra cost.

What's WSS?

regards, Robert
 
It's the baby brother of Microsoft Office Sharepoint Services.

You mean MOSS. Sorry, since we had WSS, might as well be MOSS. ;-)

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top