Welcome to MSDN Blogs Sign in | Join | Help

August 2005 - Posts

Build Type creation and Drop Location

One of the most common issues everyone is running into with Team Build is configuring the Drop Location. All builds that happen through Team Build are dropped (bits are copied) to this location. Drop location is entered in the Location page of the Build
Posted by abhinaba | 1 Comments
Filed under:

subscribe / unsubscribe to an event

In one of the internal aliases there was a discussion going on some time back regarding which is the better way to unsubscribe from an event and why does the first one even work myClass1.MyEvent += new EventHandler (Function); Do all stuff myClass1.MyEvent
Posted by abhinaba | 4 Comments
Filed under:

Emails, Emails and more emails

Just saw the post Slaves to email on excess email in MS and I couldn't agree more..... Large email volume for people who manage others, or those who interact with external customers is expected. But even for individual contributors (Dev/Test) the volume
Posted by abhinaba | 0 Comments
Filed under:

The CLR Nullable DCR works!!!!!

CLR took a DCR some time back on how nullable types are implemented. See here and here to find out more about the DCR. I found from one of the internal DLs that the fix was already in the RTM bits. I wrote a small piece of code which should work only
Posted by abhinaba | 0 Comments
Filed under:

Frame arrangement in image strips used for animation

Sometimes we get so used to things being the way they are we stop questioning them. We always have the perception in mind that individual frames of animated logo in a Bitmap strip is always horizontally arranged. I remember writing code to extract icons
Posted by abhinaba | 0 Comments
Filed under:

CLR takes a DCR for Nullable type

I saw from Soma's blog that VS is taking a DCR to fix the issues about Nullable types that is being talked about in various blog. This is super cool as Microsoft demonstrated like never before that we do care about customer feedback as this is a direct
Posted by abhinaba | 5 Comments
Filed under:

Function generator in C++

Some of us were just chatting about my previous post about function generators and we wondered about whether it can be done in C++ without using function pointers.... Most of my C++ knowledge has been rusted beyond repair but I thought even though its
Posted by abhinaba | 0 Comments
Filed under:

My experiments with continuation in C#

The blogs are buzzing with continuation support in C# 2.0 and what cool things can be done with it. http://www.intertwingly.net/blog/2005/04/13/Continuations-for-Curmudgeons explains the concept of continuation extremely well. I also found Don Box's posting
Posted by abhinaba | 4 Comments
Filed under:

Team Build notification tool

< this tool has been updated check out here > As we go on developing the product we frequently feel strong about doing new things around our product either to increase customer value, easy of use, flexibility or just because it can be done. Most
Posted by abhinaba | 11 Comments
Filed under:

Anonymous methods and closures in C#

Anonymous Method One of the new features in C#2.0 being shipped in with Whidbey is anonymous methods. Though this at first glance looks like an easy way of creating delegates, where instead of having to create a new function which the delegate will call
Posted by abhinaba | 8 Comments
Filed under:
 
Page view tracker