Nov 22 2009
Amit Bahree's insight into stuff…
.architecture .azure .books .code .desh .drool .food .geek .google .links .live and learn .lol .media center .microsoft .misc .mobile .ms.future .net .opensource .personal .security .tips .wcf .whs
WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

February 17th, 2010 7:33 pm
Hi Amit, I consult for a hosting company that’s looking to expand it’s presence online. We’re interested in having a referral link on this page (http://desigeek.com/blog/amit/2009/12/02/redirects-setup/) leading back to our site, this would be in the form of an unobtrusive text link. If you could help us out we’d would be more then willing to compensate you.
Email me back and let me know how we can make this work.
Best Regards,
Arthur Czuma
February 24th, 2010 9:06 am
Hello sir,
I have read your articles peer to peer communication by wcf in MSDN
. i got clear my concept what actual use of wcf and how its work real world.
March 3rd, 2010 2:52 pm
I have a Flat File structure as follows:
EMP|1231|35-45-d|adress
WRK|1231|work
STS|1231|status
EMP|1241|35-87-d|adress
WRK|1241|work
WRK|1241|work1
WRK|1241|work2
STS|1241|status
EMP|1240|35-34-d|adress
WRK|1240|work
EMP|1246|35-16-d|adress
STS|1246|status
EMP|1248|35-78-d|adress
and want to define FlatFile Schema in BizTalk Server 2009. In flat file EMP is a parent node and WRK and STS are it’s child. WRK can occure (0,*) in EMP and STS can occur (0,1). And EMP can occur (1,*).
I have defined the schema but it does not work if WRK is missing from any of the EMP record.
Please Help.
March 15th, 2010 7:23 pm
Hello Amit,
I read your MSDN article on Peer-to=Peer programming with WCF and have been using it to implement a P2P application for my company. I have the application up and running, but would like to explore the security options that your article discusses. You mention throughout the article the QuickReturnSecureTraderChat sample; I would like to study that code, but it doesn’t appear to be available. I also noted that you suggested contacting you if one needs the sample. Is the sample sometning you can make available?
Thanks for your time and help.
Regards,
Daryl Lucas
September 27th, 2010 6:26 pm
I was looking over the P2P article you did on the MSDN website. Do you know about using JXTA in a C# peer to peer app? Or can you recommend some type of way to have a users IP address and port found rather than having the user enter in their own info.