Sign in
Random.Next()
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.net
c#
code
deferred handshake
Interop
marshal
mobile
null
socket
SSL
tls
Archive
Archives
June 2011
(1)
December 2009
(1)
September 2009
(1)
August 2009
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Random.Next()
Interop: marshaling double pointers that can be null
Posted
over 2 years ago
by
Carlos [MSR]
0
Comments
I recently had to implement IMediaBuffer in managed code. The GetBufferAndLength method takes a BYTE** ppBuffer argument, so I initially went with the following straightforward C# declaration: public void GetBufferAndLength( out IntPtr ppBuffer, out...
Random.Next()
Silverlight anti-aliasing woes
Posted
over 4 years ago
by
Carlos [MSR]
0
Comments
I recently ran into an interesting problem. The designer in my team gave me a piece of XAML for my UI containing horizontal lines of the form: <Rectangle Fill="#FFDADADA" Height="1" …/> I put this in the application...
Random.Next()
Deferred TLS/SSL handshakes on windows mobile
Posted
over 4 years ago
by
Carlos [MSR]
4
Comments
I recently received an email and blog comment from João Almeida, who was trying to use the SslHelper class to make a secure connection to an SMTP server and was having some trouble. After doing a little research I found this is a little different from...
Random.Next()
Handling DOM events in a C# ActiveX
Posted
over 4 years ago
by
Carlos [MSR]
1
Comments
I recently had to implement an ActiveX object (or I guess just a COM object since it had no UI) in C#. There are several articles out there about how to do this ( bing it ), but I couldn’t find much information about handling DOM events in managed code...
Random.Next()
New name: Random.Next()
Posted
over 4 years ago
by
Carlos [MSR]
0
Comments
I decided to rename the blog. Given that it just started I figured this wouldn’t be too bad. Plus “Carlos’” blog was lacking some creativity. So why “Random.Next()”? Well, I don’t work on any particular Microsoft product or research area so the blog content...
Random.Next()
Getting a managed socket to talk SSL
Posted
over 4 years ago
by
Carlos [MSR]
13
Comments
This is a follow up to my previous post , where I showed a helper class I wrote to enable a managed socket to communicate via SSL on windows mobile. It was my first technical blog post and a friend gave me some very good feedback: blogs can be more interesting...
Random.Next()
Enable SSL for managed socket on windows mobile
Posted
over 4 years ago
by
Carlos [MSR]
20
Comments
I recently had to implement an application on windows mobile that would talk to a service via an SSL socket. This wasn’t just doing https requests so HttpWebRequest was not an option. And unfortunately the compact framework doesn’t include the SslStream...
Random.Next()
New to the blogosphere
Posted
over 4 years ago
by
Carlos [MSR]
0
Comments
Finally, I decided to start a blog. This is something I’ve been thinking about for a while but kept putting off. This week I attended Devscovery and the keynote by Scott Hanselman was all about social networking for developers and I guess it gave me the...
Page 1 of 1 (8 items)