Saturday, September 20, 2008

Never forget to log

Most software problems appear during implementation phases. When software is used in production environments, it's very common to see problems that you've never seen before. And when problems appear, there isn't time to reproduce them and to debug the code.

There are different ways to log information in .net, these are the most used:

- Event Log

- Trace / Debug

- Performance Counters

- WMI






If you use logging, you will be able to diagnose problems and might find errors wich couldn't be yours (until this happens, the problem is always yours).

 

Thursday, September 11, 2008

Technight about Interoperability in WCF

I have recently participated as speaker at the Technight about "Interoperability in WCF" together with Rodolfo Finochietti and Ariel Krakovski. The event took place on 29 August in Microsoft Argentina.




The agenda was the following:
- WCF Extensibility
- Web Services Interoperability
- Contracts and Versioning
- Problems
- REST
- ADO.NET Data Services
- LINQ
- High Performace Computing
- SQL Server
- POP3


Samples and the presentation can be downloaded from Rodolfo's weblog.

Thanks to all the attendants and to Rodolfo, Ariel and Miguel.