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 » CodeSnippets and Tools   (RSS)
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...
WFPad - Editing WWF in XML
http://blogs.msdn.com/markhsch/archive/2005/10/06/478042.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Visual SourceSafe rollback from label
I don't know, who asked me for this some time ago, when checking the VSS label code snippet that i wrote some time ago ... But Susan Hernandez wrote a great article at codeproject , about rolling back a project to a previous label. Share this post: email Read More...
CodeSnippet: Appending some content to the beginning of all your sources
I wanted to add a copyright statement to all my cs files, and I couldn't find a tool to fastly do it... So, here it goes :) Hope it helps somebody. Just save it as AppendFile.cs and call "csc appendfile.cs". Voilá! .csharpcode { color: black; font-family: Read More...
VS Automation: Listing your class libraries in Visual Studio
I've seen some folks suggesting to add your assemblies to the gac, so they can be listed in the "Add Reference" window, in Visual Studio. Well, that's not a correct solution. Actually, VS will still not list your assemblies...and this does nothing to Read More...
Web Services: Reusing your class library web services
During the last days, i was spending some time on web services auto code generation, and also seeing how to get a way of reusing web services. Something i found in the .Net Framework, is the lack of reusing web services. For example, if i want to implement Read More...
Codesnippet : Creating a daily label on your Visual SourceSafe repository
We all know how sourcesafe lacks some features. One that sometimes I miss is the ability to rollback a whole project to the version I was having at DD/MM/YYYY. Unfortunately, unless I’m missing something, that’s not possible. So, I developed Read More...