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.





Browse by Tags

All Tags » Tools   (RSS)
Enterprise Library 4.1 and Unity 1.2 are out!
The P&P team just release a bunch of changes on EntLib 4 and Unity. Finally, PIAB is now integrated with Unity! Check out at: Enterprise Library 4.1 - October 2008 Unity Application Block 1.2 - October 2008 Soon, I’ll try to post some impressions Read More...
Unity 1.0 released!
Unity is out. Check out the official release page at msdn . I'm testing the final bits and in the next few days I'll post my thoughts about it... stay tuned! [crossposted from http://blogs.msdn.com/hugobatista] Share this post: email it! | bookmark it! Read More...
Techdays 2008 - Eu vou lá estar!
Faltam 3 semanas para o evento mais esperado de IT em Portugal. Este ano estou responsável por apresentar a mais recente versão da Enterprise Library , nomeadamente o Unity , a framework de Dependency Injection que vai revolucionar a Enterprise Library! Read More...
Unity Feb CTP is out!!!
Finally, the so expected EntLib Dependency Injection implementation is out . Dependency Injection is, IMHO, the most important design pattern on extensible software design. But unfortunately, Enterprise Library previously lacked the support of a lightweight Read More...
Tip: How to enable Text Editor Guide Lines in Visual Studio
Something I normally get annoyed when reviewing others code is when I have to scroll horizontally. Even when activating "Wrap", code doesn't look "sharp" and clear. A not well known feature of Visual Studio (2002/3/5/8) is the ability to add a Guide Line Read More...
Source Code Outliner Power Toy
The VS Core team developed a great power toy for Visual Studio that provides a tree view of C#/VB.NET source code. Source Code Outliner is available at Codeplex . Give a look... Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! Read More...
Eclipse vs VS 2005
Through Mário , I found a comparison between VS 2005 and Eclipse . Here's my comment about the comparison: I'm a frequent user of VS.NET and a recent user for Eclipse. On the last months, I've been developing J2ME apps on Eclipse. My first impression Read More...
Crystal Reports: Update on memory leak workaround
I've received a few mails about my post on crystal memory leaks ( original version with pictures available here ), and the class I posted to solve the problem. Since that code was written to work on .net framework 1.1 and Crystal Reports XI, here's the Read More...
Debugging release code: MDdbg, ILDASM &amp;amp; Deblector to the rescue!
Sometimes, it would be useful to debug some code, which we have no source. For example, when we are using an external library or framework, like WCF, or a ado provider, and we want to trap a suspect behaviour. Today, for example, I needed to debug a strange Read More...
.Text to CS 2.0 Migration Tool
Migrating a .text 0.94/95 blog to CS was more easy than I thought, thanks to Metablog API. I only migrated posts, and didn't care about trackbacks or comments. Simple, efficient, and no pain. For those wanting to do the same, here's the code. It will Read More...
The good, the villain and the storyteller
24 hours later I submitted this to IBM , I was contacted by a representative to let me know that a hotfix media cd was leaving US by express mail, with my problem solved. Today I received the hotfix and confirmed that the problem is not reproducible anymore. Read More...
AbandonedMutexException inside IBM Informix Client SDK
Last days, I detected an AbandonedMutexException when using Ifx Data Provider under stress. The exception is thrown as following: System.Threading.AbandonedMutexException: The wait completed due to an abandoned mutex. at System.Threading.WaitHandle.WaitOne(Int64 Read More...
Dynamically calling generic methods (or how to use generics through COMInterop)
Generics are one of my favourite features from .Net 2.0. While migrating some of my existing code to use generics and boost some performance and benefit from type safety, I found parts of my code which are exposed to COM components, and need to sustain Read More...
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...
More Posts Next page »