Guillermo G. Blog

Software Architect
ASP.NET MCP
"The best way to predict the future is to invent it"

Browse by Tags

All Tags » .NET (RSS)
Tool: Balsamiq Mockups Review
One of the most recurrent activities in the Software Development Process, is create prototypes to represent client’s wishes for their application’s appearance. Normally ( before I know Balsamiq Mockups ) I created a presentation-only solution in Visual...
Tool: A Free Online JavaScript Compression Tool
I was testing a web page using Microsoft Visual Studio 2008 Test Suite, when I saw the final report, it shows me that this page have big size (aprox. 800 Kb); wow it's a big web page, but it's a page that don't contains large images or other graphical...
Posted: Mar 04 2009, 06:15 PM by gugonzar | with 4 comment(s)
Filed under: , ,
Tip: System.Data.Entity and ClickOnce Deployment Issue
I was developing a Windows forms application in .net framework 3.5, and I needed to include ClickOnce Deployment in my solution project. Recently I downloaded and installed the last Service Pack (SP1) for Microsoft Visual Studio 2008 and .net framework...
Tool: RegularExpression FSA Visualizer
Thanks to my friend Gabriel Porras for sharing me this excellent tool intended to demonstrate the implementation of regular expressions AKA regex. It's a graphical tool that shows how regular expressions engines use FSA (Finite State Automata) to match...
Tip: DataSet.HasChanges and Windows Form Close Button Strange Behavior
I had to write a simple Windows Forms application that haves a form. This form contains a DataGridView control that is binded with a DataSet ; this DataSet is filled with data from an XML file. This Windows Forms contains two buttons: "Accept Changes...
Posted: Jan 22 2008, 09:12 AM by gugonzar | with 4 comment(s)
Filed under: , , ,
Tip: Cast using the as Statement and Convert class vs Normal Casting
Convert data from a DataType to another is a daily task of a developer; the applications require show formatted data (i.e Dates, currency, etc.) or make operations with this data. Here I'll show you an easy tip to avoid (or minimize) the use of try ....
Posted: Dec 05 2007, 11:46 AM by gugonzar | with 2 comment(s)
Filed under: , , ,
Welcome to my Blog
I'm proud to announce the creation of my personal Blog. Here, I want to post information about ASP.net, AJAX, CSS, C# and others technologies related with the Microsoft .Net Framework, Design and Development Tips. Thanks for coming to my Blog. Any suggestion...
More Posts