lamp

Browse by Tags

service reference reuse types in referenced assemblies
09 November 08 11:25 AM | Frederick.Chapleau | with no comments
When developing using Web Service, you may want to reuse common components, so that adding a service reference do not generate Type proxy to common Types. In .NET 3.5, WCF (windows communication framework) enable you to do that. But with a catch, you...
Filed under:
.NET 3.0 and its foundations
04 March 07 02:15 PM | Frederick.Chapleau | 1 comment(s)
.Net 3.0 is released, since a while, introducing 3 new foundations, and the new CardSpace software. .Net 3.0 is based on .Net 2.0 and it's just an extension to it... see more @ http://www.netfx3.com/blogs/news_and_announcements/archive/2006/11/06/.NET...
AJAX or the Web v2.0
07 November 05 10:44 AM | Frederick.Chapleau | with no comments
AJAX, or Asyncronous Javascript and XML is more and more know as the next version of the web. For sure that a web interface that do not refresh itself when browsing from a page to an other is an better experience that a flash, that half the time is more...
Common Design Patterns, a good resource
13 September 05 11:56 AM | Frederick.Chapleau | with no comments
The bible of design patterns is probably like I have said previously , Design patterns, Elements of Reusable Object-Oriented Software . Because I did not want to buy the book (yeah, I'm cheap), I have search the web to find out basic patterns for a friend...
Filed under:
Service Oriented Architecture
05 July 05 03:06 PM | Frederick.Chapleau | with no comments
Service Oriented Architecture is gaining importance these days. After looking at it a little, I have found (with a "little" help of google ;) a detailed explanation on the way to implement SOA and how to do it with the .NET Framework (even a response...
Filed under:
Design Patterns when you want to keep history of changes
16 June 05 11:40 AM | Frederick.Chapleau | with no comments
After having the problem of keeping history of about everything, someone told me to look at Martin Fowler's website (who works for ThoughtWorks. The current article Patterns for things that change with time demonstrate some way of beeing able to know...
Filed under:
Exception Handling Best Practice
02 May 05 09:52 AM | Frederick.Chapleau | with no comments
For each projects that I do not own, I see different kind of Exception Handling, almost one different way per project... I'll let you know what should be the way to do it, and why... Note that there is many ways of doing the right way. First Rule: If...
Filed under:
Design Patterns
07 April 05 09:28 AM | Frederick.Chapleau | 2 comment(s)
When I was dicusting about design patterns, one of the guy that work with me give me a book, Design patterns, Elements of Reusable Object-Oriented Software . Every thing is in this book, but be carefull, you must be initiated to high level development...
Filed under: