Updated: 3/1/2003; 11:38:29 AM.
Jesse Ezell's Radio Weblog
.NET and Other Interesting Stuff
        

Monday, February 03, 2003

Yukon and the CLR II

"In a comment to my previous post, I was pointed to a Yukon presentation that was given in Netherland´s DevDays that has some interesting details.

I am quite dissappointed with what I saw. It seems that it will be very similar to what we can do in other databases with Java (or COBOL, C, etc).  You will need to add an assembly to the database:

CREATE ASSEMBLY events FROM ‘events.dll’

And then define a stored procedure that will be bound to a static method in a class:

CREATE PROCEDURE check_inventory
 EXTERNAL NAME  ‘events:CInventory.check_level’

Where Cinventory is a class in the 'event' assembly that has a check_level static method.

In Oracle you write:

CREATE PROCEDURE swap (x IN OUT NUMBER, y IN OUT NUMBER)
AS LANGUAGE JAVA NAME 'Swapper.swap(int[], int[])';

Being able to write stored procedures in a .NET language is better than writing them in T-SQL, but it seems that Microsoft is just playing catch-up…"

[Andres Aguiar]

The presentation was very interesting. You can do things in Yukon like take existing CLR types and use them as the data type for a column inside a table. I wonder what Chris would think about that after his recent rant on the death of the OO DB...


2:31:47 PM    comment []

Fighting Back

LOL. I got a kick out of this response to some Java freak's post over on MSDN that tried to bash .NET:

"Yeah, Bill Gates is known for poor "business strategy."  Yer sitting in your
mom's basement posting on your OS2/Caldera-Linyx dual-booter and he's out
being the richest guy in the world (and looking up articles on you two, I'm
sure).  "OPEN SOURCE MULTI-BILLIONARE GIVES BUSINESS ADVICE TO MICROSOFT."

I hope he heeds your advise, for his sake.
ACT FAST MICROSOFT!!! YOUR TIME HAS COME!!!

If you two weren't so pathetic this would be funny.  But at least you're
obsessed with Bill and not porn (bad for your eyes)."

[Posting]


1:14:03 PM    comment []

Custom Intellisense

"...Of the schemas listed above, we will only examine one, asp.xsd, as well as create new one for a custom ASP.NET control. For each ASP.NET server control available, there is a corresponding <xsd:element> definition in the schema; and for each property of a control, there is a corresponding <xsd:attribute> element."

Ever wanted to create custom intellisense for your web forms designer controls?

[Bluevision]


9:41:30 AM    comment []

© Copyright 2003 Jesse Ezell.
 
February 2003
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  
Jan   Mar


Click here to visit the Radio UserLand website.

Subscribe to "Jesse Ezell's Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.