Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Work   (RSS)

Remodel Marches On

Well, my house is half torn apart and the new parts are about half-built. There's not much to talk about here at work, as we're busy finishing off the last few bugs and getting everything up to snuff. The question in my mind is which will finish first,
Posted by grantri | (Comments Off)
Filed under: ,

I've run out of ideas again

In case you haven't noticed, I've run out of ideas to write about. I'm sure there's still a few things I know that I haven't explained, btu I can't remember them... If you've been dying to know something about the C# compiler, ALink, CLR file formats,
Posted by grantri | 9 Comments
Filed under:

Good post on running/writing/compiling managed binaries as 32-bit or 64-bit

How the OS Loader will force .Net v1.0/1.1 executables to run under WOW64 on a 64-Bit Machine (http://blogs.msdn.com/joshwil/archive/2004/10/15/243019.aspx) In General I think all of Josh's recent posts are worth a read. --Grant
Posted by grantri | 1 Comments
Filed under:

Some Clarifications

In my previous post The problem with being second , it seems like there was a lot of confusion. I'm going to attempt to clarify some of that. The heart of that post was meant to point out that people/developers don't always how close or far they are from
Posted by grantri | 4 Comments
Filed under:

64bit versus 32bit

Please don't start a flame war over this. It is meant as more of a Dilbert-style post with just the slightest bit of real technical content. 64-bit machines are twice as fast as 32-bit machines because they have more bits. Believe it or not there are
Posted by grantri | 11 Comments
Filed under:

The problem with being second

First, hats off to the Mono team . I think they've done a great job at writing some great software, but also at proving that evil MS really does know how to produce a truly common language runtime that can be properly standardized and ported to other
Posted by grantri | 28 Comments
Filed under:

Shameless Plug

Personally I think the MS marketing team really did rop the ball. They we're so busy promoting .NET that when VC 7.0 (aka 2002) and VC 7.1 (2003) shipped they forgot to mention all the tons of cool purely-native improvements in the product. Well now in
Posted by grantri | 0 Comments
Filed under:

Trade-offs

It seems like a lot of the time we (as software developers) are forced to make trade-offs. Choosing between 2 algorithms that solve the same problem, but with different characteristics. Sometimes it's an easy choice: option #1 is O(1) and option #2 is
Posted by grantri | 5 Comments
Filed under:

Why doesn't the C# compiler accept /resource:*.resources?

Well, here I am finally getting back to this. In my previous post on resources, I glossed over one issue. Not all managed resources are exactly what they seem. Specifically at the metadata/compiler level, there is a table that simply points to the resource
Posted by grantri | 0 Comments
Filed under: ,

Alignment

I've seen this come up in conversations a few times so I thought others might be interested in it too. First off, I think since the large majority of us use x86-based processors we forget that one day in our CS or EE class where they talked about alignment.
Posted by grantri | 6 Comments
Filed under:

Command-line Trivia

So many people have wondered why the C# compiler isn't smarter about some of it's command-line arguments. Here's a summary of the type of questions I hope to answer in this post: Why doesn't the C# compiler accept /reference:*.dll? Why doesn't the C#
Posted by grantri | 13 Comments
Filed under:

Multi-file Assemblies: What and How

I intentionally left out the 'why' because only you as developer on your own product can decide why a given programming feature should or shouldn't be used. First the easy part: What Multi-file assemblies are simply assemblies that consist of more than
Posted by grantri | 5 Comments
Filed under: ,

Exception Handling (Part 2 of 2)

Sorry it took so long to get to part 2. First up is the unwind info (I think it's the .XDATA, but don't quote me). Basically there is a set of opcode sequences that are allowed in the prologue and epilogue, and there is some info in the describes what
Posted by grantri | 1 Comments
Filed under:

Exception Handling (Part 1 of 2)

Anybody that done any programming on .NET has probably used some EH at least once or twice. It all seems pretty natural and straight forward. Well, I'm glad we can fool so many of you into thinking it's easy. What follows is a gross-over-simplification
Posted by grantri | 3 Comments
Filed under:

Am I really this popular?

I've noticed a lot of my links come from searches (primarily google). Is that because I'm actually answering a lot of releavant information that people want to know? Is it possibly because I happen to use all the magic keywords so that google pushes me
Posted by grantri | 4 Comments
Filed under:
More Posts Next page »
 
Page view tracker