Diego Gonzalez

.NET, movies & //TODO:

Browse by Tags

All Tags » .NET (RSS)
XACML implementation for .Net
A couple of days ago we had a long holiday down here in Argentina for easter and I had some free time. I was very busy in last months (you may notice my blogging absence) and I didn't had the chance to do something that exceeds my current projects (which...
Posted: Apr 27 2004, 08:33 PM by DiegoGonzalez | with 7 comment(s)
Filed under:
//TODO: Extensible Metadata
I was talking to a friend of mine called Mario "Cubano" Rodriguez who is a Java guy that have started working in .Net, he's a very smart guy and he really likes to talk about development and programming languages. He's very advocated to create some support...
Posted: Dec 12 2003, 09:04 AM by DiegoGonzalez | with 9 comment(s)
Filed under:
Whidbey's Nullable<T> template
One of the new templates added in Whidbey's BCL is Nullable, which allows defining Nullable providing "nullness" on value types. The usage is very simple: Nullable oi = null; Console.WriteLine( oi.HasValue ); // false Console.WriteLine( oi == null );...
Posted: Oct 18 2003, 08:36 PM by DiegoGonzalez | with 1 comment(s)
Filed under:
JVM-CLR bridge code in GDN
A year ago i have coded an native CLR-JVM bridge that allows to access code from one VM to the other, using P/Invoke, JNI, managed extensions and some .Net vodoo. The approach is very basic, for example to create an instance of a Java class from .Net...
Posted: Sep 23 2003, 09:51 PM by DiegoGonzalez | with 1 comment(s)
Filed under:
MS Research Award for a project in Argentina
On last thursday (11/Sep) i gave a conference at a Universidad Tecnológica Nacional (in spanish only) here in Argentina, (about 1:40 hours by plane), talking aobut Windows NT Architecture. Past year i noticed that Microsoft Research had awarded a research...
Posted: Sep 13 2003, 07:45 PM by DiegoGonzalez | with no comments
Filed under:
Update
How long since my last blog !! I was very busy writing design documents for the new project i'm working now for PAG, but in the mean while: Lagash have moved, now i have a new desk at our new office, very comfortable, and pleasant... it's only a block...
Posted: Sep 08 2003, 06:18 PM by DiegoGonzalez | with no comments
Filed under: ,
COM+ services without components
A week ago I started working on a new project for PAG , this new project is a reference document and implementation for an application architecture, it's a very interesting project.... of course I can't talk too much about it here ;). One of the first...
Posted: Aug 25 2003, 02:42 PM by DiegoGonzalez | with 1 comment(s)
Filed under:
Loading configuration for external providers
Many times i have to develop applications using external providers so users can change the provider in the configuration file and change the way the application behaves. It's very helpful on some external components like Custom data access (i.e. using...
Posted: Aug 18 2003, 06:02 PM by DiegoGonzalez | with 4 comment(s)
Filed under:
Client-Side DataSet
A couple of days ago somebody asked me about calling WebServices using JavaScript whithin the WebBrowser. He was using XMLHTTP object within IE calling a simple WebService passing parameters in the URL. But he get into trouble when the WebService returns...
Posted: Aug 15 2003, 06:03 PM by DiegoGonzalez | with 1 comment(s)
Filed under:
Presentation about Application Architecture in .NET
Yesterday i was speaking in a conference at Microsoft Argentina named "Application Architecture in .NET". I am really amazed on how many people is interested in this topic. They have a lot of doubts and questions about general architecture, how to use...
Posted: Aug 15 2003, 05:34 PM by DiegoGonzalez | with 1 comment(s)
Filed under:
More Posts Next page »