No announcements
Found 3883408 threads
-
0 Votes
Profiling asp.net application - You do not have any binaries chosen for sampling
Just to make this issue clearly, do you mean that you deploy your app to the IIS or you just profiler the web project source code in your VS ...Answered | 1 Replies | 355 Views | Created by ajitgoel - Tuesday, February 23, 2016 8:28 PM | Last reply by Jack Zhai-MSFT - Wednesday, February 24, 2016 8:19 AM -
0 Votes
How to log objects without xml or binary serialization
- we do not know.Answered | 4 Replies | 4024 Views | Created by canuzun80 - Monday, February 7, 2011 6:58 PM | Last reply by canuzun80 - Wednesday, February 9, 2011 2:53 PM -
0 Votes
serialization fails - how to find the culprit
If I could do that - then I would be able to figure out how the process ends up with a need to serialize the class that I don't want serialized.Answered | 9 Replies | 550 Views | Created by LShatzman - Tuesday, February 2, 2016 1:23 PM | Last reply by DA924 - Friday, February 5, 2016 5:04 AM -
2 Votes
Binary vs xml serlization.
It will certainly reduce the message size on the wire - but you may find things are faster if you use a more lightweight binding than WSHttpBinding - what features of WSHttpBinding ...Answered | 6 Replies | 6576 Views | Created by madhugilla - Thursday, June 17, 2010 3:55 PM | Last reply by Richard Blewett - Monday, June 21, 2010 4:02 PM -
1 Votes
Regarding serialization
Binary format is definitely better interms of performance and size.Answered | 2 Replies | 3426 Views | Created by sa.net - Thursday, April 8, 2010 1:14 PM | Last reply by sa.net - Friday, April 16, 2010 6:07 PM -
0 Votes
How do i serialize a simpmple string on .net compact 3.5
Otherwise - do as I'm suggesting.Answered | 4 Replies | 3097 Views | Created by Jsnow2008 - Tuesday, November 17, 2009 6:37 PM | Last reply by Jsnow2008 - Wednesday, November 18, 2009 7:25 PM -
2 Votes
Serialization
You shouldn't serialize sensitive information, but if you must there is some guidance.Answered | 4 Replies | 1818 Views | Created by Brahma Reddy A - Wednesday, November 9, 2011 2:00 PM | Last reply by Scosby - Wednesday, November 9, 2011 10:39 PM -
0 Votes
why is the seed ignored when not using binary serialization (and vice-versa) ?
First, if you add data to a DataTable before you set AutoIncrement to true on that table's PK column, AutoIncrement will never work correctly after deserializing ...Answered | 11 Replies | 4945 Views | Created by Brannon - Tuesday, June 7, 2011 3:27 PM | Last reply by Brannon - Tuesday, August 2, 2011 3:07 PM -
3 Votes
DSS serialization of byte[]
I will do as per what you just said.Answered | 8 Replies | 3257 Views | Created by Venk K - Thursday, September 13, 2012 8:13 PM | Last reply by Venk K - Thursday, September 20, 2012 10:15 PM -
3 Votes
binary database
Yes; that's what I would do.Answered | 10 Replies | 3938 Views | Created by Jassim Rahma - Sunday, May 9, 2010 3:02 PM | Last reply by Stephen Cleary - Tuesday, May 18, 2010 2:34 PM -
2 Votes
What would you do.
He has two different computers, so even though it might be the same program on each of them, binary serialization won't be "sharable" (is that a word?)Answered | 14 Replies | 1071 Views | Created by MW2011 - Tuesday, April 29, 2014 11:20 PM | Last reply by Mr. Monkeyboy - Friday, May 2, 2014 12:10 PM -
1 Votes
Serializer performace
I use Binary format.Answered | 4 Replies | 4040 Views | Created by rapo - Tuesday, June 16, 2009 8:05 PM | Last reply by rapo - Wednesday, June 17, 2009 8:48 PM -
0 Votes
decimal to binary
If I understand, you are sending 5 and 1/2 bytes to the ports.Answered | 7 Replies | 5041 Views | Created by uzmeed - Friday, April 3, 2009 7:38 AM | Last reply by Bishop John S. _ - Monday, April 13, 2009 9:31 PM -
0 Votes
Serial Port How do I?
I want help to write in Serial Port.Answered | 1 Replies | 749 Views | Created by ClassicalGuitar - Tuesday, October 27, 2015 1:13 PM | Last reply by - Tuesday, October 27, 2015 5:02 PM -
0 Votes
How do I specify a binary number?
The more you practice, the more you get!Answered | 5 Replies | 3937 Views | Created by Ken_A1 - Saturday, November 16, 2013 6:24 PM | Last reply by Elmar Boye - Monday, November 18, 2013 8:04 AM -
0 Votes
editable serialization
Hi, To add content to the serialized data, the easiest way I could think of is to deserialize the binary data first and add the content to the deserialized data, ...Answered | 1 Replies | 2540 Views | Created by GOBS13 - Friday, April 23, 2010 2:45 AM | Last reply by Bin-ze Zhao - Wednesday, April 28, 2010 8:11 AM -
1 Votes
Soap Serializer does not support serializing Generic Types.
I want the benefits of the Binary Serializer but I want the human readability that XML / Soap gives you.Answered | 24 Replies | 42899 Views | Created by Bijan - Thursday, June 2, 2005 7:12 PM | Last reply by Perri Nelson - Friday, April 30, 2010 2:23 PM -
0 Votes
Binary Serialization behavior differs with Enterprise Library installed
But I really shouldn't have to do that.Answered | 5 Replies | 4165 Views | Created by bralston7 - Thursday, September 11, 2008 8:31 PM | Last reply by bralston7 - Wednesday, September 17, 2008 9:07 PM -
0 Votes
How to get rid of Convert.ToBase64String in serialization
using (var ms = new MemoryStream(B)) "Binary stream '0' does not contain a valid BinaryHeader.Answered | 3 Replies | 921 Views | Created by Silvers2 - Wednesday, April 6, 2016 8:13 PM | Last reply by Silvers2 - Tuesday, May 31, 2016 5:45 PM -
1 Votes
How to make Binary converter (text to binary converter)
Thank you M.r Smith for this answer, but i want a text & number converter (i can change the text/numbers to binary) but how can i make a hex ...Answered | 6 Replies | 1003 Views | Created by GhaziSM - Thursday, February 11, 2016 5:38 PM | Last reply by Blackwood - Friday, February 12, 2016 12:43 PM
No announcements