Welcome to GASP Sign in | Join | Help

Hugo Batista

<wsa:RelatesTo>
Software Engineering
</wsa:RelatesTo>

News


  • All information or content in this site is provided "AS IS" with no warranties, and confer no rights. The views expressed by me do not necessarily reflect the official policy, position, or opinions of the company where I work.





February 2006 - Posts

Crystal Reports XI R2 preventing WinFX January CTP VS extensions installation..
My karma around crystal products continue. After installing Crystal Reports XI R2, I tried to install visual studio extensions for WinFx, and in the end, Visual Studio was raising an exception, breaking installation In the event log, i was getting: Error Read More...
Mapping objects through domains using serialization
Lately in a forum, someone asked for a simple mapper between objects from different domains (ex: Service Data Contract & Internal Types). Here's a simple way of do it, just as simple as using serialization. We serialize the source domain object, handle Read More...
Memory Leak inside Crystal Reports XI
[UPDATE - 23-02-2006] - Some folks asked me how did I drilled down into the problem. Here are some pictures that illustrate how. If you've read some last posts ( 1 )( 2 ), you may wonder what kind of library am I using. It's Crystal Reports XI, from Business Read More...
Managed Memory Leak
Here's a very small example of a memory leak in managed code. Today I found something similar navigating inside a library I consume. The problem is really simple: you subscribe an event on a long duration object. In this case, a singleton one. So, if Read More...