| bio | website | geekswithblogs.net/… |
|---|---|---|
| location | Uganda East Africa | |
| age | 33 | |
| visits | member for | 3 years, 5 months |
| seen | Feb 6 at 17:26 | |
| stats | profile views | 84 |
Software developer in telcom firm, wannabe Entrepreneur
|
Jun 4 |
awarded | Popular Question |
|
Jan 31 |
awarded | Popular Question |
|
Jan 22 |
awarded | Good Question |
|
Nov 17 |
awarded | Popular Question |
|
Nov 13 |
asked | How do I use web deploy to deploy sub site in Windows Azure |
|
Oct 25 |
awarded | Popular Question |
|
Oct 22 |
awarded | Popular Question |
|
Jul 30 |
awarded | Critic |
|
Jul 2 |
awarded | Yearling |
|
Apr 7 |
awarded | Popular Question |
|
Oct 21 |
awarded | Popular Question |
|
Aug 29 |
awarded | Nice Question |
|
Jul 31 |
answered | Windows Azure learning resources for individual developers. |
|
Jul 29 |
awarded | Teacher |
|
Jul 3 |
comment |
VPN connection from enterprise to windows azure To put this in context - we shall be exchanging payment information between us and partner (whose IT service and policy i have no control over). They will only expect messages from an IP I provide them and will also only expect to send messages to my IP. Am not sure how the service BUS will be useful here - |
|
Jun 29 |
comment |
Problem deserializing soap message on call back Yes. .NET allows you to intercept messages before or just after receiving. See code sample public class MMMessageInspector : IDispatchMessageInspector { public object AfterReceiveRequest(ref Message request, System.ServiceModel.IClientChannel channel, System.ServiceModel.InstanceContext instanceContext) { request = TransformMessage(request); return null; } public void BeforeSendReply(ref Message reply, object correlationState) { //do nothing } You can then write code to remove the ns1 |
|
Jun 29 |
asked | VPN connection from enterprise to windows azure |
|
Mar 24 |
accepted | Windows Identity framework with windows XP |
|
Mar 24 |
accepted | Upload FTP file to remote site from memory using C# |
|
Feb 14 |
awarded | Autobiographer |