Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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...
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...
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 ....
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