By Tim on
Wednesday, September 08, 2010 1:48 PM
Think Apple’s iPad is a consumer platform? Think again. I’m at the Cloudforce conference in London; and the level of iPad visibility has been striking.
|
By Tim on
Monday, September 06, 2010 10:18 AM
A Silverlight application is a .NET application. Most developers will be aware of this; but it is worth noting that whereas ASP.NET code executes on the server and is not normally available for download, Silverlight code is downloaded to the client and can easily be decompiled. It is almost as easy to view as JavaScript code in the browser.
If you want to investigate this, the first thing to do is to find the .xap file which contains the Silverlight application. You will likely find this in your browser cache, or you can download it directly from the web site hosting the application. If you have out-of-browser Silverlight apps, they are usually located at:
C:\Users\[username]\AppData\LocalLow\Microsoft\Silverlight\OutOfBrowser
Copy the .xap file somewhere convenient, and rename it to have a .zip extension. Then extract the files. The result looks something like this:
 ...
|
By PaulEdwards on
Friday, September 03, 2010 2:02 PM
I ran into this issue today and it’s the second time this has burned me. It didn’t take as long to figure out this time, but hopefully typing this up will ingrain it into my brain further.
|
By Tim on
Thursday, September 02, 2010 8:37 AM
Microsoft’s Brad Becker, Director of Product Management for Developer Platforms, has defended the role of Silverlight in the HTML 5 era
|
By Tim on
Wednesday, August 25, 2010 9:29 PM
SapphireSteel Software is poised to release Amethyst, which lets you develop Flash and Flex applications with Microsoft’s Visual Studio 2008 or 2010.
|
By Tim on
Wednesday, August 25, 2010 8:14 AM
I had a chat with Jay Schmelzer and Doug Seven from the Visual Studio LightSwitch team. I asked about the release date – no news yet.
|
By Tim on
Tuesday, August 24, 2010 9:15 AM
Microsoft has announced a new edition of Visual Studio called LightSwitch, now available in beta, and it is among the most interesting development tools I’ve seen.
|
By Tim on
Monday, August 23, 2010 8:28 AM
A comment here points me to this comparison by Decebal Mihailescu of start-up times for processes on Windows using different runtimes: .NET in several versions, Java 1.6, Mono 2.6.4, and Visual C++ 2010 (native code).
|
By Tim on
Friday, August 20, 2010 2:53 PM
A number of blogs are running a coordinated poll on what users would most like to see in the next version of Windows. The results so far are unsurprising but still worth repeating, since there is a good chance that they differ from Microsoft’s priorities.
Note that users are less concerned about new features, more concerned about an OS that works better and faster.
Less bloat, currently number five in the list, will be hard to achieve while PC vendors still insist in bundling poor quality add-ons with their systems.
If you want to vote you can do so at any of various blogs including 4sysops – which has some notes expanding...
|
By Tim on
Thursday, August 19, 2010 11:59 AM
Oracle is suing Google over Java in Android; the Register has a link to the complaint itself which lists seven patents which Oracle claims Google has infringed.
|