My Software : Comments and observations related to the usage and installation of softwares on my systems.
Updated: 2007-02-01; 08:47:45.

 

Subscribe to "My Software" 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.


Categories: (Check them too. My content isn't all on the main page)

Knowledge Management
Technology
My Hardware
My Software
En français!
Top 20 topics!


Currently reading:

The Second World War, Volume 1: The Gathering Storm by Winston S. Churchill

Beginning Linux Programming (Programmer to Programmer) by Richard Stones and Neil Matthew



www.blogwise.com

Male/31-35. Lives in Canada/Ontario/Ottawa/Manor Park, speaks French and English. Spends 80% of daytime online. Uses a Faster (1M+) connection. And likes Cooking/Reading.
This is my blogchalk:
Canada, Ontario, Ottawa, manor Park, French, English, Male, 31-35, Cooking, Reading.


The Political Compass: Economic Left/Right: -3.50
Authoritarian/ Libertarian:
-2.26


Technorati Profile
Popdex Citations



 
 

5 octobre 2002


CIL Programming.

Peter Drayton recently made some Observations on CIL books. He summed them up very well. For most developers I think CIL Programming: Under the Hood of .NET would be the best buy because its an introductory text and is much more readable as a result. It contains a lot of detail on Reflection.Emit which is proving very useful in the XML-RPC.NET work I'm doing this weekend: implementing code to automatically generate XML-RPC.NET proxies. Judging from the emails I've replied to over the last few months implementing a proxy causes the most problems and the new proxy generator will make this much easier. Define an interface to represent the XML-RPC end-point and then use it to generate a proxy. Using the proxy generator will look something like this:


interface IFoo
{
  int Add(int a, intb);
}

IFoo fooProxy = XmlRpcProxyGen.Create(typeof(IFoo), "http://localhost/math.rem");
int result = fooProxy.Add(1, 2);


Alternatively it will be possible to save the proxy to disk as an assembly. So far I've got a prototype of the generator working and I'm now working out the details of how it will fit into the XML-RPC.NET library.

[Cook Computing]
This is interesting. In a way it is a way simillar to a wish I expressed earlier. reflexion can be use to auto generate proxy.

11:28:06 PM    comment []  - See Also:  .NET Programming Micro$oft 

Fortran 2000 Committee Draft. Richard Maine writes "John Reid, convenor of the ISO Fortran standards ... [Slashdot]

Object-orientation in Fortran? Hello! I don't want that in Fortran. Let's keep Fortran for its first purpose: mathematical calculation. Remember that Fortran means: Formula Translation.

11:40:14 AM    comment []  - See Also:  Programming 

© Copyright 2007 Charles Nadeau.



Click here to visit the Radio UserLand website.
 



-->
October 2002
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 29 30 31    
Sep   Nov


Google
Search the whole web!
Search Charles radio!


www.flickr.com


Top 5 artists I listen to the most often during the last week:


I subscribe to:

Here's how this works.


Weather in Ottawa:
The WeatherPixie
Weather in Fukuoka:
The WeatherPixie