Al Pascual ASP.NET Blog
Check my personal blog at http://alpascual.com
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4
.NET RIA Service
.Telligent
AJAX
Apple
ArcObjects
ASP.NET
ASP.NET MVC
Award
Azure
Books
C#
Code
Code Camp
CodePlex
Community Server
devconnections
Dojo
ESRI
Flex
Geek
Geo Twitter
GeoRSS
Graffiti
HttpHandler
HttpModule
IEUG
IIS
IIS6
INETA
iOS4
IP tv
ipad
iPhone
iphone 4
iphone 4g
iPhone OS 3.0
ISA
James Fee
JavaScript
Jon Galloway
LINQ to SQL
MAC
MapStats
MEF
Mesh
Mexico
Michael “Doc” Norton
Microsoft
Mix
MonoTouch
MSDN
mssql
MVC
MVP
MVP 2009
Novell
Nuget
oData
Open Source
orchard
ORCSWEB
OSM
PDC
Phil Haack
Podcast
Pownce
QIK
Random Thoughts
Rick Stahl
Robert Scoble
Scott Guthrie
Scott Hanselman
SharePoint
Silverlight
Silverlight 2.0
Silverlight 3
Silverlight 4
Silverlight 5
snowboard
Social Media
Sockets
SQL
TechEd
Tech-Ed
Telligent
Triggers
Twitter
UCR
Vacation
Vista
VS2008
VS2010
Windows 7
windows phone 7
Woody Pewitt
WP7
WPF
Zip
Sponsors
advertise here
News
Follow me
Read my Personal blog
Navigation
Home
Blogs
Archives
May 2012 (1)
February 2012 (1)
December 2011 (1)
November 2011 (1)
August 2011 (2)
July 2011 (2)
June 2011 (3)
May 2011 (5)
April 2011 (2)
March 2011 (2)
February 2011 (1)
December 2010 (6)
November 2010 (2)
October 2010 (3)
September 2010 (2)
August 2010 (2)
July 2010 (5)
June 2010 (9)
May 2010 (6)
April 2010 (7)
March 2010 (6)
February 2010 (8)
January 2010 (5)
December 2009 (2)
November 2009 (8)
October 2009 (4)
September 2009 (5)
August 2009 (4)
July 2009 (7)
June 2009 (12)
May 2009 (13)
April 2009 (18)
March 2009 (19)
February 2009 (8)
January 2009 (10)
December 2008 (15)
November 2008 (6)
October 2008 (9)
September 2008 (9)
August 2008 (12)
July 2008 (6)
June 2008 (9)
May 2008 (11)
April 2008 (14)
March 2008 (8)
February 2008 (9)
January 2008 (5)
Blogs I read
Al Pascual
April 2009 - Posts
0
Comments
Silverlight real time Swine Flu Viewer
by
albertpascual
Using the GeoRSS sample in the ESRI Resource Center I put together this quick Silverlight Viewer to show where all the cases of Swine Flu can be found geographically. You can find the full version at http://mapstats.net/georss.html To interact with the...
Filed under:
Silverlight 2.0
,
Silverlight 3
0
Comments
TechEd 2009 is coming to LA May 11th to 15h
by
albertpascual
http://www.msteched.com/teched/default.aspx Here are the top 3 reasons you should join me at Tech·Ed 2009. More networking, more knowledge - Tech·Ed is an intensive learning experience and a great opportunity to expand our network of IT contacts. Practical...
Filed under:
Tech-Ed
3
Comments
All the 2009 ESRI Developer Summit Presentations are online.
by
albertpascual
Please find all the presentation of the ESRI Developer Summit available for download. You’ll find there great resources for the Silverlight and the Flex API including videos. http://proceedings.esri.com/library/userconf/devsummit09/index.html I had a...
Filed under:
Silverlight 2.0
,
ESRI
,
Flex
3
Comments
If you a developer you must share code on your blog!
by
albertpascual
This is how my blog looked in 2002-2003 years when I first created using straight HTML. Back then there were a few people blogging and some still are. They’ve become quite knowledgeable of what works and what does not. I didn’t started real blogging until...
Filed under:
Scott Hanselman
,
Community Server
,
Random Thoughts
,
.Telligent
,
Graffiti
1
Comments
Silverlight Image event ImageFailed not being called
by
albertpascual
This is a very simple code snip. This code below downloads an image, you expecting the events ImageFailed or Loaded to be called, none of them will be called. Is this a Silverlight bug? I m a g e i m a g e = new I m a g e ( ) ; B i t m a p I m a g e b...
Filed under:
Silverlight 2.0
2
Comments
Handling security for Flex and Silverlight in ASP.NET
by
albertpascual
Silverlight and Flex are plug ins that run on the browser, their security model is quite similar to the JavaScript model, the browser will make the requests to the server. For this storing credential information or any other sensitive information is not...
Filed under:
ASP.NET
,
Silverlight 2.0
,
Flex
,
HttpHandler
,
HttpModule
1
Comments
Timers in Silverlight 2.0 and Multithreaded Silverlight.
by
albertpascual
Most people use DispatcherTimer in Silverlight as a way to have a multithreaded Silverlight application, yet even when DispatcherTimer gives you the way to call methods on an interval, is not multithreaded and needs to interrupt other tasks to...
Filed under:
Silverlight 2.0
2
Comments
Silverlight TreeView issue: Cannot set a CheckBox to IsCheck = true inside a TreeView
by
albertpascual
This are the steps to reproduce the problem, as you can see in the template the bindings are TwoWay still mmanually I cannot change the check box after the controls are bound. The template is pretty simple, 2 levels with the same information, an image...
Filed under:
Silverlight 2.0
2
Comments
LINQ to SQL cannot read XML fields on SQL 2005?
by
albertpascual
This is a limitation I found using LINQ to SQL creating a class. I use a table that had a field as an XML element and I received this error below. DBML1005: Mapping between DbType 'Xml' and Type 'System.Xml.Linq.XElement' in Column I found only this information...
Filed under:
ASP.NET
,
LINQ to SQL
1
Comments
Turn on the Silverlight web service debug mode
by
albertpascual
A Silverlight webservice is returning an exception, so what happened to that webservice, if already deployed you have 2 options, configure your machine to run the code on your development computer, where you never see the problem as always works in my...
Filed under:
Silverlight 2.0
,
Silverlight 3
,
fiddle
More Posts
Next page »