in

Al Pascual

a little of ASP.NET with a dust of MVC, a little AJAX, a sprinkle of GIS and Silverlight 2.0
All Tags » .Net » C# (RSS)

Browse by Tags

  • Sample .NET map viewer source code released

    ESRI released a sample of a complete .NET map viewer on their code gallery. Info below Description from the Code Gallery The Example .NET Viewer is a web mapping application build on the 9.3 SP1 ArcGIS Server .NET Application Developer Framework. The Example .NET Viewer includes sample source code for...
    Posted to Al Pascual (Weblog) by albert on 12-31-2008
  • Collecting Twitter stats using a Twitter Bot

    I have been playing with the Bot to get some information out of Twitter, the main problem the restriction of 100 requests per hour, means that could take a few hours to get the information of a user with lots of followers. I used Robert Scoble and Scott Hanselman for the test. Total Network: the number...
    Posted to Al Pascual (Weblog) by albert on 12-30-2008
  • How to make a post request to Twitter in C# to add people to follow

    Ok many developer problems can be avoid by reading all the documentation, yet, I normally try to jump into writing code as soon as I can, and figure it out by myself. This method got me in a lot of trouble and made me waste my time as well. Twitter is really peculiar on how wants the post to follow and...
    Posted to Al Pascual (Weblog) by albert on 12-28-2008
  • Vote NO on the crossdomain.xml file, use the cloud to bypass errors.

    You have been using Silverlight for a while and by now you figure it out that to communicate outside your domain you need the crossdomain.xml file on the root directory of the domain you want to talk to, otherwise if Silverlight does not read that file with the policies, will return an exception on the...
    Posted to Al Pascual (Weblog) by albert on 12-25-2008
  • The cloud for a fast deployment of proof of concepts

    This last week, I have been concentrating my free time in Azure. I found the cloud will provide developers in a common deployment story where all apps should go. Moving from a normal ftp and app to have to use a complete SDK is a mindset that shouldn’t be that difficult to accomplish, yet I have been...
    Posted to Al Pascual (Weblog) by albert on 12-16-2008
  • Improve the performance of your ASP.NET application with Silverlight 2.0

    Silverlight 2.0 Release just came out and developers are creating great flashy websites using this great plug-in technology. Yet there isn’t much about how Silverlight would provide a architecture to improve performance by using the clients CPU instead of the server running ASP.NET. The great communication...
    Posted to Al Pascual (Weblog) by albert on 12-15-2008
  • Moving Community Server to the Cloud

    Next pet project is to move my blog on Community Server to the Cloud. I spend too long making sure my database size does not go over 500 MB, the size limit on my hoster. So once every 3 months I have to do some clean up of the database: DELETE FROM cs_statistics_Site DELETE FROM cs_Visits DELETE FROM...
    Posted to Al Pascual (Weblog) by albert on 11-03-2008
  • GeoTwitter.NET Editor for GeoRSS updated

    Finally this weekend I updated the Editor on the GeoTwitter as promised on the previous post . The GeoTwitter Editor is a GeoRSS creator on the web. Allows users to share geographic information fast and easy. You can find the source code for GeoTwitter version 1 at Codeplex/geotwitter I have been extremely...
    Posted to Al Pascual (Weblog) by albert on 11-02-2008
  • Creating a SharePoint Web Part Step by Step

    This is the first time I develop for SharePoint, something that I wanted for a while, yet never got a project to do so. I have been a SharePoint user for many years, normally because all companies I have worked they use it as their document repository, “link provider”. There are a few steps that are...
    Posted to Al Pascual (Weblog) by albert on 10-30-2008
  • Zip Compressing ASP.NET Session without changing your code using a Session provider.

    Scott Hanselman had a post last week to zip your Session state. a great idea I thought to be able to save memory on the computer. Yet I didn’t want to change all my source code to use another class to do so, a nightmare to track all the Sessions in every application, or worse when you don’t have access...
    Posted to Al Pascual (Weblog) by albert on 10-27-2008
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »
Albert Pascual using CS 2007
Powered by Community Server (Commercial Edition), by Telligent Systems