ferozedaud.blogspot.com
Feroze's musings on Technology: November 2009
http://ferozedaud.blogspot.com/2009_11_01_archive.html
Feroze's musings on Technology. Sunday, November 15, 2009. How to send object from Java to .NET: Alternate implementation. In the last article, I described how to send an object from a Java application to a .NET application over a Socket connection. Http:/ ferozedaud.blogspot.com/2009/11/howto-serialize-data-from-object-from.html. The Java implementation was relying on ByteBuffer class to serialize the object in LittleEndian format that the .NET code understands. On the java application, there are change...
ferozedaud.blogspot.com
Feroze's musings on Technology: System.Net Links and HOWTOs
http://ferozedaud.blogspot.com/2009/11/systemnet-links-and-howtos.html
Feroze's musings on Technology. Sunday, November 1, 2009. System.Net Links and HOWTOs. A lot of people have blogged about System.NET tips and tricks. Esp from Microsoft, prior System.Net team members ( Jon Cole. Have authored blog posts on how to do stuff with System.Net. Non microsoft folks have also stepped up to the plate. For eg, Stephen Cleary. Has written a very good concise blog on System.Net HOWTOs and FAQs. Stephen Cleary's .NET TCP/IP Sockets FAQ. Creating a tracelog for your application. FAQ f...
codesos.blogspot.com
Code SOS - your essential code blog: Step By Step Creating WPF User Control
http://codesos.blogspot.com/2011/04/step-by-step-creating-wpf-user-control.html
Code SOS - your essential code blog. C C# Lingo Mojo and WebOS and QT assistance for those who hate reading manuals. Featuring the amzing Diet Control Application for Palm Pre. Tuesday, April 12, 2011. Step By Step Creating WPF User Control. Create WPF User control library. It will create such class. Partial class MySuperTextBox : UserControl. Create DependencyProperty via propdp. Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling, binding, etc. Mstb = obj as.
codesos.blogspot.com
Code SOS - your essential code blog: WCF Service failing with “The server has rejected the client credentials”.
http://codesos.blogspot.com/2011/05/wcf-service-failing-with-server-has.html
Code SOS - your essential code blog. C C# Lingo Mojo and WebOS and QT assistance for those who hate reading manuals. Featuring the amzing Diet Control Application for Palm Pre. Sunday, May 29, 2011. WCF Service failing with “The server has rejected the client credentials”. Regarding an issue that happens a lot. Post a comment . Add to del.icio.us. Related Posts by Categories. Subscribe to: Post Comments (Atom). Accessing 32-bit DLLs from 64-bit code. Beyond The Spec - HEBREW. Ofek's Visual C stuff.
codesos.blogspot.com
Code SOS - your essential code blog: Visual studio 2010 with Beyond compare Merge and Diff
http://codesos.blogspot.com/2014/01/visual-studio-2010-with-beyond-compare.html
Code SOS - your essential code blog. C C# Lingo Mojo and WebOS and QT assistance for those who hate reading manuals. Featuring the amzing Diet Control Application for Palm Pre. Tuesday, January 21, 2014. Visual studio 2010 with Beyond compare Merge and Diff. Tools- Options- Source Control- Visual Studio Team Foundation Server. Press Configure User Tools. Add Compare and Merge operations. In The command search for the Beyond compare exe. In the arguments insert. For Compare - %1 %2 /title=%6 /title2=%7.
codesos.blogspot.com
Code SOS - your essential code blog: XAML close minimize restore and maximize Geometry
http://codesos.blogspot.com/2014/01/xaml-close-minimize-restore-and.html
Code SOS - your essential code blog. C C# Lingo Mojo and WebOS and QT assistance for those who hate reading manuals. Featuring the amzing Diet Control Application for Palm Pre. Tuesday, January 21, 2014. XAML close minimize restore and maximize Geometry. F1 M 151,217L 152,217L 154.5,219.5L 157,217L 158,217L 158,218L 155.5,220.5L 158,223L 158,224L 157,224L 154.5,221.5L 152,224L 151,224L 151,223L 153.5,220.5L 151,218L 151,217 Z. M0,0 L8,0 8,1 8,2 0,2 0,1 z. Post a comment . Add to del.icio.us.