in

Al Pascual

a little of ASP.NET with a dust of MVC, a little AJAX, a sprinkle of GIS and Silverlight 2.0

Browse by Tags

  • Code Collection: Old code to improve the DataGrid control

    Found this code in my old hard disk, I remember I received a few emails about how to improve a control, this could be helpful to somebody: /// <summary> /// Summary description for MyDataGrid. /// </summary> public class MyDataGrid : System.Web.UI.WebControls.DataGrid { [Category("Design"...
    Posted to Al Pascual (Weblog) by albert on 06-14-2008
  • GeoTwitter version 1.0 released!

      Finally I released the first version, you can see the big map with all the twitters here. Added the iPhone supprt, new look and feel, contact form for your feedback as well. Please let me know what you think and where to go from here! The biggest feature that I have been asked by many users, was...
    Posted to Al Pascual (Weblog) by albert on 06-04-2008
  • A few issues installing MVC release 4/16/2008

    Are you already tired of hearing ASP.NET MVC? Microsoft first open source is getting lots of blogging time for the reason that they are adding lots of value for us to decide how would you like to code, instead of going to another Open Source initiative. And that believe it or not is a good thing. I downloaded...
    Posted to Al Pascual (Weblog) by albert on 04-17-2008
  • Is C# is taking over VB.NET? Or just a trend?

    Its my opinion and Google's Trend that programmers are using every day more C# instead of VB.NET. Google Trend is a great tool to analyze what users are searching for, per time, country, city and language. Many years ago, VB.NET was used by lots of programmers that wanted to start using .NET and...
    Posted to Al Pascual (Weblog) by albert on 01-06-2008
  • Are Trackbacks useless? Or another way to spam?

    Lately I have been receiving many SPAM trackbacks and comments that my blog handles pretty good as I moderate all non registered comments. Now their is a big hole in trackbacks that will allow anybody to leave spam to my blog without my knowledge. I cannot believe that nobody tried that already. There...
    Posted to Al Pascual (Weblog) by albert on 09-23-2007
  • Another great ADF control: Zooming to task results

    Tom Brenneman and Rex Hansen posted this control: http://blogs.esri.com/Dev/blogs/arcgisserver/archive/2007/08/28/Automatically-zooming-to-task-results.aspx A must have for anybody using the Web ADF Cheers Al
    Posted to Al Pascual (Weblog) by albert on 08-30-2007
  • C# Coding Guidelines

    I know is an old article, however still is current and it's important to read it each time you start a project. I have been keeping my code clean using this guide. http://blogs.msdn.com/brada/articles/361363.aspx Every company I worked for had their own standarts, with time they do not change and...
    Posted to Al Pascual (Weblog) by albert on 03-05-2007
  • Reflector 5.0 is out, if you don't know what I am talking about. You are in the wrong blog!

    The most used tool in .NET (beside VS) has released another new version , full of new features: Lutz Roeder, the guy that made .NET programmers easiest still not charging for this wonderful program called Reflector. I found a review from Scott Hanselman . This is one fo the great tools that you need...
    Posted to Al Pascual (Weblog) by albert on 02-22-2007
  • Code Snip Colletion "Encrypting and Decrypting"

    This class is just a code snip to encrypt and decrypt an string. Very handly to keep around. on the static string sKey, please do change it to something unique for you, otherwise anybody will be able to decrypt your encrypted stuff. public class AlEncrypt { private static string sKey = "al%&is...
    Posted to Al Pascual (Weblog) by albert on 02-14-2007
  • Visual Studio .Net 2005 Keyboard Shortcuts

    This is an useful resource that needs to be bookmark or better printed. http://www.codinghorror.com/blog/files/Visual%20Studio%20.NET%202005%20Keyboard%20Shortcuts.htm Check the Text Editor section, you’ll find shortcuts that may save you hours of work per week when you learn to use them and remember...
    Posted to Al Pascual (Weblog) by albert on 02-01-2007
Page 1 of 2 (19 items) 1 2 Next >
Albert Pascual using CS 2007
Powered by Community Server (Commercial Edition), by Telligent Systems