Category: .NET

Pages: << 1 ... 28 29 30 31 32 33 34 35 36 37 38 ... 54 >>

13/02/06

Permalink 03:48:24 pm
Categories: General, Programming, .NET, Developer Express

DXCore live demo with Mark Miller

Mark Miller demonstrates writing plugins for DXCore live in the latest episode of dnrTV. He sounds a bit hurried, but if you want to get into DXCore programming, this is definitely a Must View. And if you’re not yet convinced you want to get… more »

08/02/06

Permalink 02:55:44 pm
Categories: General, Programming, .NET

Use Go To Definition in VS 2005

A question I heard this morning made me remember this, and I thought it might be one of those improvements that many haven’t noticed yet. In VS 2005, the “Go to Definition” functionality has been improved an awful lot, in that VS creat… more »

06/02/06

Permalink 08:54:35 pm
Categories: General, Programming, .NET

Getting the number of items in an IEnumerable

int GetCount(IEnumerable enumerable) { int count = 0; foreach (object o in enumerable) count++; return count; } It's that simple, right? Well, no, it isn’t. What you have to realize is that in contrast to ICollection, IList or IBindingL… more »

31/01/06

Permalink 07:24:28 pm
Categories: General, Programming, .NET, Tablet PC

Scrolling an InkCollector

As I mentioned elsewhere, I'm working on a DXCore plugin to enable (Tablet PC) ink drawing on the Visual Studio editor surface. A problem I stumbled upon in this regard was the scrolling functionality. Generally this is really easy to implement, using a… more »
Permalink 05:43:59 pm
Categories: General, Programming, .NET, VSIP

Be careful when installing VS add-ins in localized Windows versions

When installing add-ins for Visual Studio, a number of different paths can be used. One of them is C:\Documents and Settings\All Users\Application Data\Microsoft\MSEnvShared\Addins - in a default installation of a US English Windows. Obviously a proper… more »

<< 1 ... 28 29 30 31 32 33 34 35 36 37 38 ... 54 >>

Enter your email address:

Search

Oliver
MVP logo
May 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31