Browse by Tags

All Tags » Code (RSS)

Code Snip: Removing non ASCII characters in C# by albertpascual

tweetmeme_url = 'http://weblogs.asp.net/albertpascual/archive/2010/01/15/code-snip-removing-non-ascii-characters-in-c.aspx'; tweetmeme_source = 'alpascual';   C# Tip. To make sure you clean your string from non ASCII characters you can use Regex...
Filed under:

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: , ,

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...

Migrating from Community Server 2007 to Grafiiti. by albertpascual

I know, you open my blog and everything looks different, this is the result of the painless move to Telligent graffiti. I have been waiting to move for a very long time yet I didn’t had the time. Graffiti makes the move very simple, first just download...
Filed under: , ,

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...

Presenting at the ESRI Developer Summit 2009 by albertpascual

I’ll be presenting at the ESRI developer summit March 23–26, 2009 · Palm Springs, CA Session Title: Extending, customizing and implementing the Situational Awareness Bundle Event Type: Demo Theater Presenter: Albert Pascual Date and Location: Wednesday...
Filed under: , ,

Review of the SoCal Code Camp by albertpascual

Geeks, geeks and more geeks. This is what code camps are all about.  Code camps are in my modest opinion the best way for developers to learn faster than books or blogs, the way to meet other developers with the same interests and the most important...

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