Etikettarkiv: .Net

State of alternative languages on the CLR?

A big selling point in the initial marketing of the .Net platform was that it was supposed to enable code written in different language to interoperate smoothly. I always looked at that claim with a fair amount of suspicion, probably … Läs mer

Publicerat i programming | Etiketter , , , | Lämna en kommentar

Keith Brown on managed code security

This is an interesting article about code security in the CLR, and how little teeth the declarative security features in the CLR have when it’s running fully trusted code. I did know that some naughty things (like calling private methods) … Läs mer

Publicerat i programming | Etiketter , | Lämna en kommentar

Abstract UserControls and VS.Net designer wierdness

I’m writing a bunch of user controls that each acts as a ”page” in a wizard-style application. The setup, teardown and state management in each user control class are similar. I’d like to have an abstract base class (let’s call … Läs mer

Publicerat i programming | Etiketter , | Lämna en kommentar

Today’s .Net framework lesson

System.Enum.Parse (and it’s logical counterpart, System.Enum.Format) rocks. That’s all for today.

Publicerat i programming | Etiketter , | Lämna en kommentar

Circles, Triangles and Rectangles

It seems that Microsoft is working with Cambridge university on a extension to C# called ”Xen”, aimed at simplifying access to XML and RDBMS data by making advanced data access a first-class member of the language itself, rather than using … Läs mer

Publicerat i programming | Etiketter , , , | Lämna en kommentar

I actually do some programming every now and then

It seems that J2EE oriented developer site TheServerSide has opened up a sister site oriented around the .NET platform, naturally called TheServerSide.NET. Not being a J2EE developer, I haven’t read much from TheServerSide, but I do recall there being some … Läs mer

Publicerat i programming | Etiketter , , | Lämna en kommentar