Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming   (RSS)

Office 2003 Redistributable Primary Interop Assemblies

I can't even begin to explain how happy I am that we recently released the Office 2003 PIA download . Why am I excited? Just read this and you will understand. I've known about this for a while but I had to keep my mouth shut :-). Not being able to install
Posted by omars | 1 Comments
Filed under:

Programming Mac vs Windows

David Weller discusses what it's like to program on a Mac. Back when I was a Mac user, I desperately wanted to write some programs. The barrier to entry was huge. I didn't know C++, didn't know Java, and still don't know Objective C (and don't care to
Posted by omars | 14 Comments
Filed under:

Send to SmugMug

I love SmugMug so much I wanted a really easy way to get my pictures from my hard drive to SmugMug . Enter Send to SmugMug . This application will install a little entry in your contextual menu for folder that says... "Send to SmugMug". When you select
Posted by omars | 2 Comments
Filed under: ,

Windows Indexing Service + ASP.NET = CannotDebug

Agrhhhhh! This is why I hate computers sometimes. Based on this post that I saw a few days ago I enabled the Indexing Service on Windows XP. Well all of a sudden I started getting: Parser Error Message: Access is denied: [name of .dll here] When debugging
Posted by omars | 1 Comments
Filed under:

MovableType Blacklist for .NET

As I promised , here is the code for the MovableType Blacklist that I wrote for dasBlog. There are three pieces to it: the IBlackList interface The MovableTypeBlacklist class The Factory Class that holds an instance of the MovableTypeBlacklist and the
Posted by omars | 0 Comments
Filed under:

Programming Teaches

Sometimes I wonder if I was supposed to be a programmer. My job at Microsoft does not require that I write any code... that's not what Program Managers do. Instead I do all sorts of other stuff, but I enjoy it a great deal. However, sometimes all the
Posted by omars | 2 Comments
Filed under:

Referral Spam and Movable Type Blacklist

Well, just in time for a wave of referral spam that is hitting my blog (mostly from http://www.ownsthis.com ) I spent part of today writing a class that can consume the Movable Type Blacklist . The class will allow you to download this file from the server
Posted by omars | 3 Comments
Filed under: ,

Nullable Types

I'm pretty excited about Nullable Types in Whidbey. The primary reason I care about this is that in my PhotoLibrary (library that exposes EXIF properties of a picture) has lot of value types like int. One neat thing about the class is that using something
Posted by omars | 2 Comments
Filed under:

Dying Thread on Trackbacks, Referrals and Pingbacks

Part 2 of 2 Bug 2: TrackingHandler Thread Dies Another problem that Scott Hanselman informed me of was that he would frequently stop receiving Trackbacks, Pingbacks and Referrals on his posts. Furthermore, it was intermittent. This was troubling since
Posted by omars | 3 Comments
Filed under: ,

DateTime.ToString("yyyy-MM-dd")

Recently I found the answer to two very hard questions about bugs in dasBlog. They were kinda tricky to figure out, but also really interesting (bug 2 will be in a follow up post) Bug 1: DateTime.ToString() One of the classes in dasBlog that stores information
Posted by omars | 4 Comments
Filed under: ,

When ReleaseComObject is necessary in Outlook

Some might tell you that you never need to call Marhal.ReleaseComObject when writing managed code in Outlook. Well there are two very specific situations in which you must call RCO or else you will encounter problems. They are: You create toolbar buttons
Posted by omars | 3 Comments
Filed under:

CleanSources

A while ago I lamented that the “Clean Project” button in VS.NET did nothing for .NET projects. I thought that it would be nice to have something that would empty the bin, obj, and setup folders of crusty stuff, or just nuke it if you plan on zipping
Posted by omars | 4 Comments
Filed under:

Programming iTunes vs WMP in .NET

I find it creepy that it's a million times easier to write managed code against iTunes than Windows Media Player. That just seems wrong. A few weeks ago when I was playing with the iRiver H320 I wanted to sync meta data from WMP to the iRiver so that
Posted by omars | 9 Comments
Filed under:

.NET Compact Framework Essentials

One very frustrating thing about programming with the .NET Compact Framework is that it's quite limited in how much integration capabilities you have with the device. It's very good if you build a little application that doesn't need to hook into the
Posted by omars | 5 Comments
Filed under:

System.Drawing.Imaging performance fix in .NET 1.1 SP1

A few months ago I encountered a significant performance problem with System.Drawing.Imaging . I found that by using the new Method performance was 93x faster (on average) for loading jpegs. You can download the update here: http://www.microsoft.com/downloads/details.aspx?FamilyID=a8f5654f-088e-40b2-bbdb-a83353618b38&DisplayLang=en
Posted by omars | 2 Comments
Filed under:
More Posts Next page »
 
Page view tracker