Browse by Tags

All Tags » C# (RSS)

Creating a folder inside the ZIP file with System.IO.Packaging by albertpascual

Jon Galloway posted a great article how to zip files using .NET without any external library, after that many people were asking how to create a directory inside that zip file to organized the ZIP http://weblogs.asp.net/jgalloway/archive/2007/10/25/creating...
Filed under: , , , ,

Fire And Forget class for ASP.NET by albertpascual

To reply the email I received this week about an old post of mine from 2005 that I cannot find, I did some digging. This is the class to create a thread for a process that takes a long time to run in ASP.NET without much ADO. public class A s y n c H...
Filed under: , ,

How to get the Image from the MXD using ArcObjects by albertpascual

First thanks to all the people that helped me with ArcObjects. I have a project using Silverlight that need to populate the TOC with the image in each layer. All the symbology is stored on the Map Service. Silverlight uses the REST layer to communication...

Problem from ASP.NET calling Asynchronous operations by albertpascual

Another quick fix to a common problem asked in the ASP.NET Forums When trying to run Asynchronous operations in a ASP.NET page (ASPX) or a page calling a webservice that makes Asynchronous calls, you want to make sure the page is mark with the correct...
Filed under: ,

At the ESRI Development Summit 2009 by albertpascual

Another year comes and my favorite event from ESRI comes to Palm Springs to provide GIS developers with knowledge and show them the new tools. This year the big release was the Microsoft API for ArcGIS Server. Great question for Wednesday morning came...
Filed under: , , , ,

Revised: Writing a Calendar control for Community Server by albertpascual

written by Al on Sunday, December 09 2007 Note: After moving from CS 2007 to graffiti this post above links appeared broken, this one will fix that issue. I was tired of looking at my blog page look and feel, that's why during these 3 years blogging I...

Silverlight 101: Make a GET request and a POST request. by albertpascual

Once a week I receive the same question about how to make a Http Web request in Silverlight, this is a pretty simple answer, yet I understand that if you starting in Silverlight you want to know how. For the benefit of not having to rely all the emails...

How to create a AddIn for Visual Studio 2008 by albertpascual

I had to create a Visual Studio AddIn, no as simple task as I thought in the beginning. What do you need. Visual Studio 2008 SDK The Visual Studio 2008 Software Development Kit (SDK) 1.0 includes tools, documentation, and samples for developers to design...
Filed under: , , ,

Sample .NET map viewer source code released by albertpascual

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...
Filed under: , , , ,

Collecting Twitter stats using a Twitter Bot by albertpascual

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...
More Posts Next page »