Sign In
Jesse Collins Blog
Software, Security, Silverlight
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
silverlight
silverlight security
web security
Archive
Archives
January 2011
(1)
October 2010
(1)
August 2010
(1)
May 2010
(1)
October 2009
(2)
August 2009
(5)
June 2009
(4)
May 2009
(2)
April 2009
(1)
March 2009
(1)
MSDN Blogs
>
Jesse Collins Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jesse Collins Blog
RIA Security talk with Peleus Uhley
Posted
over 1 year ago
by
Jesse Collins
0
Comments
In 2009 Peleus Uhley (of Adobe) and I gave a chat about RIA security at Microsoft's Bluehat security conference. I neglected to post a link, so here it is now, a year-and-a-half late. We've released Silverlight 4 since then, but same ideas and attacks...
Jesse Collins Blog
Why can't I make socket connections to port 80 with Silverlight?
Posted
over 2 years ago
by
Jesse Collins
0
Comments
Aaron Oneal on Silverlight's restricted port ranges for sockets. http://blogs.msdn.com/b/ncl/archive/2009/06/23/why-does-silverlight-have-a-restricted-port-range-for-sockets.aspx Note that a Silverlight trusted app is allowed to make connections...
Jesse Collins Blog
Test your Antivirus
Posted
over 2 years ago
by
Jesse Collins
1
Comments
I just came across the eicar AV test files today: http://www.eicar.org/anti_virus_test_file.htm . Looks like a safe way to test and see if your antivirus software really works!
Jesse Collins Blog
Silverlight Security Overview
Posted
over 2 years ago
by
Jesse Collins
0
Comments
My esteemed collegue, Nick Kramer , has published a Silverlight Security Overview paper: http://download.microsoft.com/download/A/1/A/A1A80A28-907C-4C6A-8036-782E3792A408/Silverlight%20Security%20Overview.docx Enjoy!
Jesse Collins Blog
Why are cross-domain policy files necessary?
Posted
over 3 years ago
by
Jesse Collins
0
Comments
As with similar browser plug-ins, Silverlight applications are not allowed to communicate with 3rd-party domains by default. That is, an app loaded from http://fabrikam.com cannot make web requests to http://contoso.com . Contoso can declaratively enable...
Jesse Collins Blog
Why does WinDBG run so slowly?
Posted
over 3 years ago
by
Jesse Collins
0
Comments
I've subconciously been avoiding using windbg because it seems to load DLLs so much more slowly than cdb. I could never quite figure it out. Until today. WinDBG has been loading symbols for all those DLLs automatically, which I kinda figured, but didn...
Jesse Collins Blog
On the Web's deny-read policy
Posted
over 3 years ago
by
Jesse Collins
0
Comments
Eric Lawrence tackles the often-misunderstood details of the "deny-read" part of the same-origin policy: http://blogs.msdn.com/ieinternals/archive/2009/08/28/Explaining-Same-Origin-Policy-Part-1-Deny-Read.aspx I've never heard it called "deny-read...
Jesse Collins Blog
Your app is terrible and completely unintuitive
Posted
over 3 years ago
by
Jesse Collins
0
Comments
I recently had the experience of taking a home-grown app I've been writing and using for a while, and having other people start using it. Sure, of course it has some rough edges. But the people I work with are smart, they'll figure a way around it, right...
Jesse Collins Blog
Joel on Setting the Right Priorities -- Quality Matters
Posted
over 3 years ago
by
Jesse Collins
0
Comments
http://www.inc.com/magazine/20090901/joel-spolsky-setting-the-right-priorities.html Joel talks about some of the lessons he learned while starting Fog Creek and getting CityDesk off the ground. The moral of the story is: quality matters. FogCreek...
Jesse Collins Blog
Why doesn't my XAP load on a cross-domain page?
Posted
over 3 years ago
by
Jesse Collins
0
Comments
Why doesn't my XAP load on a cross-domain page? Probably because you're not setting the mime-type of the XAP to "application/x-silverlight-app". What's the point of this restriction? Well, we found during the development of Silverlight 2 that threats...
Jesse Collins Blog
Blackhat resources online
Posted
over 3 years ago
by
Jesse Collins
0
Comments
http://blackhat.com/html/bh-usa-09/bh-usa-09-archives.html I'm watching the Dowd presentation on how browser components attack each other, looks like good stuff.
Jesse Collins Blog
Thanks Reddit: MIT Videos about Multicore Programming
Posted
over 3 years ago
by
Jesse Collins
0
Comments
Why not... http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-189January--IAP--2007/CourseHome/index.htm
Jesse Collins Blog
On the Strangler Pattern
Posted
over 3 years ago
by
Jesse Collins
0
Comments
I listened to this week's "Hanselminutes" last night, to hear him interveriew Michael Feathers (author of Working Effectively with Legacy Code ). He shared some interesting patterns he had come across when dealing with legacy code. One was called the...
Jesse Collins Blog
On Learning Styles and Development Methodologies
Posted
over 3 years ago
by
Jesse Collins
0
Comments
http://www.greatmanagement.org/articles/520/1/What-Great-Managers-Do/Page1.html: The "Analyzer" -- Emphasizes preparation. Learning occurs before performance. Picks apart tasks into their compontents. Good at planning The "Doer" -- Learning occurs *during...
Jesse Collins Blog
How to Debug LCIE with windbg
Posted
over 3 years ago
by
Jesse Collins
0
Comments
Internet Explorer 8 has a new feature called "loosely-coupled IE" (LCIE). IE introduces some process isolation between tabs to improve reliability. Now if one tab crashes, it won't bring down all the other tabs. (as I understand it, there isn't necessarily...
Jesse Collins Blog
Security Research & Defense
Posted
over 3 years ago
by
Jesse Collins
0
Comments
I'm embarassed that I've only recently stumbled across Microsoft's "Security Reserach & Defense" blog: http://blogs.technet.com/srd/ It has some great information for what kinds of fixes are being shipped in updates and why. For example, this post...
Jesse Collins Blog
I'm a Luser
Posted
over 3 years ago
by
Jesse Collins
0
Comments
CodingHorror announces the beta release of "server fault": http://www.codinghorror.com/blog/archives/001269.html The only answer I got right was Mark Russinovich, but according to Jeff that's enough to pass. I've been lurking on StackOverflow for a...
Jesse Collins Blog
Because I'm too lazy to learn powershell
Posted
over 3 years ago
by
Jesse Collins
0
Comments
Batch scripting for fun and profit? I need to get a value in an xml file from a batch script. I could use cscript, or maybe grab or write an exe to parse it out for me. But sometimes it's more fun to try and do it in the batch script. In this case...
Jesse Collins Blog
Silverlight security guidance document has been released
Posted
over 3 years ago
by
Jesse Collins
0
Comments
http://www.microsoft.com/downloads/details.aspx?FamilyID=7cef15a8-8ae6-48eb-9621-ee35c2547773&displaylang=en
Page 1 of 1 (19 items)