Welcome to MSDN Blogs Sign in | Join | Help

September 2003 - Posts

SyncRoots virtually useless, may change /w generics?

I never found much use for SyncRoots, especially in data structures. Their usefulness always had a direct inverse ratio to the complexity of the concurrency/locking requirements. Wasn't worth mentioning because I always assumed that it was just me who
Posted by Addys | 0 Comments
Filed under:

What is .NET ?

Martin asks how would you define .Net to a customer? Well, a sizeable percentage of my time in `00-`01 was spent doing just that. At the time I was CTO of a consulting firm (~100 people) which began offering .NET solutions based on beta2. From my experience,
Posted by Addys | 1 Comments
Filed under: ,

[OT] Matrix trailer

Following Julia 's post - for those of you who can't wait until tonight, here is an extremely detailed description of what you will see in the trailer: It starts off with a long tracking shot, the camera flying along 3 huge powerlines in the desert of
Posted by Addys | 3 Comments
Filed under:

Avalon hype

Wesner Moise hypes Avalon , the new UI subsystem coming soon to a Longhorn near you: If you go to PDC, and have to choose between X, Y, and Avalon, you should choose Avalon, unless you have a livelihood completely depends on X and Y. As excited as I am
Posted by Addys | 1 Comments
Filed under:

Every time I try to use Reflector to do something useful....

... I find myself sidetracked exploring the incredible wealth of information it exposes about the framework internals. From databinding to reflection, interop to the String object- everywhere you look there is something to learn, something which will
Posted by Addys | 2 Comments
Filed under:

[OT] RIAA satire

I saw this somewhere : "Just because someone appears to be 'innocent,' or 'harmless', or 'physically incapable of using a computer,' doesn't mean that they're not guilty of intellectual property theft," said RIAA President George Shubb. "For example,
Posted by Addys | 2 Comments
Filed under:

Enhancing winforms databinding to support fields as well as properties

Yes! It's 3am and my databound grid just came up. I'm very happy with the results, here's why: The databinding mechanism in winforms does not support binding to fields. Meaning the following class will not work with any of the .NET databound controls:
Posted by Addys | 4 Comments
Filed under:

intro to Code Access Security slides

Neat, the slides from my “Introduction to Code Access Security” presentation are available on the New Jersey Microsoft Developer's Group site. The presentation was a 30 min, high-level introduction to Code Access Security. Very newbie-friendly
Posted by Addys | 0 Comments
Filed under:

Hey, who stole the internet?

Err... It seems that every since yesterday all unknown DNS queries have been resolving to an address belonging to Verisign... They are in charge of maintaining the DNS system (for .COM and .NET domains) so it was simple for them to add a wildcard 'A'
Posted by Addys | 1 Comments
Filed under:

GOTO still alive and kicking in .NET

Yep. In a VB.NET project, select a number (any number- they all give equally bad results), type it in on an empty line inside a method and see what happens. <rant> Will MS please lay this horrible programming practice to rest? Back in the early
Posted by Addys | 3 Comments
Filed under:

Yet Another Cool VS Shortcut

I wasn't aware of this one: “ If you didn't know already, if you're programming in C# you can quickly find the opening or closing braces in your C# code files by hitting CTRL-] on the opening brace to go to the closing brace, and CTRL-] again on
Posted by Addys | 0 Comments
Filed under:

Gadget Time [OT]

Over the weekend I found myself at the J&R in Manhattan, so indulged myself with some new gadgets. The first was a Sony DVD burner. I have had my eye on these suckers for a while, and at 200$ they are starting to settle in a sweet price-performance
Posted by Addys | 3 Comments
Filed under:

Never trust GetEntryAssembly

One quick tip- I was using Assembly.GetEntryAssembly().FullName in my logging infrastructure to get the name of the application assembly. It turns out that the call throws an exception when called in any appdomain other than the default - GetEntyAssembly
Posted by Addys | 2 Comments
Filed under:

EIF - continued

Given the interest in my previous EIF post, I will definitely be posting an article and a code library. The bad news is that the ETA is roughly two weeks - I have a bad case of “Real Work ©“ to get through first :)
Posted by Addys | 0 Comments
Filed under:

Getting EIF to work on Win98 / NT4

I recently added a much needed instrumentation layer to a client's winforms app. After checking out various logging frameworks, we decided to go with the MS “Enterprise Instrumentation Framework” (EIF) for several reasons- it is extremely easy to integrate,
Posted by Addys | 6 Comments
Filed under:

Is it Just Me, Or Is Our Mainframe Missing?

This isn't your typical mom-n-pop shop security hole.... The Australian Customs had two of their mainframes literally wheeled out of the building :) Ouch... This is a bit OT, but the title (from /. ) was just too tempting :) More details here .
Posted by Addys | 0 Comments
Filed under:

New Jersey Microsoft Developer's Group meeting tomorrow

If you are in the NY/NJ community you might want to come to the NJ DevGroup meeting tomorrow. I will be giving a KISS overview of Code Access Security in .NET, wish me luck ;) More info at http://www.njmsdev.org/
Posted by Addys | 1 Comments
Filed under: , ,
 
Page view tracker