Archive for the ‘.NET Development’ Category

Monday March 17, 2008 11:20

ECDIS software

Posted by rousso as .NET Development, ECDIS, Past Projects

I am working on two ECDIS projects in parallel. Both have to do with monitoring sea traffic. As some details of the projects are confidential, I am not currently able to release any details on the projects themselves. But I can talk about my work...

Thursday February 21, 2008 09:26

Can’t change access modifiers when inheriting from Generic Types.

Posted by rousso as .NET Development

Well I might be silly, but I had not run-up to this one yet. Until just now: You cannot change the accessibility level of a class member by means of hiding when inheriting from a generic type. Consider this example. A simple console...