Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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 );...
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...
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...
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...
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...
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...
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...
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...
More Posts
Next page »