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
.NET Rocks
.Telligent
Adobe
AJAX
Apple
ArcGIS
architecture
ArcObjects
ASP.NET
ASP.NET MVC
AT&T
Award
Azure
Books
C#
cache
clientaccesspolicy
CLR Triggers
Code
Code Camp
CodePlex
Community Server
crossdomain.xml
Daniel Egan
Dave Bouwman
devconnections
developer poll
Dojo
DotNetShoutOut
dvr
Email
Enterprise
Entity Framework Code First
ESRI
Flex
Geo Twitter
GeoRSS
Graffiti
IEUG
IIS
iOS4
ipad
iPhone
iphone 4
JavaScript
LINQ to SQL
LOGO
MapStats
MEF
Michael “Doc” Norton
Microsoft
MSDN
MVC
MVP
MVP 2009
Nuget
Open Source
OSM
PDC
Phil Haack
Random Thoughts
Rick Stahl
Robert Scoble
Scott Guthrie
Scott Hanselman
SharePoint
Silverlight
Silverlight 2.0
Silverlight 3
Silverlight 4
snowboard
SQL
Steve Coast
Steve Jobs
Team Foundation Server
TechEd
Tech-Ed
telerik
Telligent
Triggers
Twitter
UC
UCR
Vacation
Vista
VS2008
VS2010
WCF RIA Services
WhereCampPDX
Wii
Windows 7
windows phone 7
Woody Pewitt
WP7
WPF
Xbox
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
September 2009 - Posts
0
Comments
Cloud Camp LA 9/30/2009
by
albertpascual
CloudCamp is coming to LA on 9/30 CloudCamp is an unconference where early adapters of Cloud Computing technologies exchange ideas. With the rapid change occurring in the industry, we need a place we can meet to share our experiences, challenges...
Filed under:
Code Camp
0
Comments
Starting with Silverlight 3 MEF to load .XAP files dynamically is a little harder than I thought
by
albertpascual
A few simple steps to start with MEF. Download the Managed Extensibility Framework from here Add a reference to the MEF dll System.ComponentModel.Composition.dll found after unzipping the download at the MEF_Preview_6\bin\SL3 Add a new application...
1
Comments
.NET RIA Services Part 4: Calling methods on the Server from Silverlight.
by
albertpascual
In Part 2 I introduced the concept of sharing code between tiers. When creating a new class in ASP.NET with the name .shared, .NET RIA Service will generate a hidden class as well in Silverlight with the same code. So you are compiling the code once in...
Filed under:
Silverlight 3
,
.NET RIA Service
5
Comments
Part 3: Accessing Security and Authentication in Silverlight using .NET RIA Services.
by
albertpascual
Please read the previous post from this series you can catch up. I have received many questions about the previous post of how the proxy files actually work. I was looking how .NET RIA Service connects ASP.NET and Silverlight, I was expecting the code...
Filed under:
Silverlight 3
,
.NET RIA Service
0
Comments
Working on Silverlight .NET RIA Services Part 2
by
albertpascual
If you haven’t please read part 1 before reading this post. The most powerful thing about .NET RIA Services besides the whole framework, is the concept of sharing code from ASP.NET and Silverlight without extra steps and setting up Web Services manually...
Filed under:
Silverlight 3
,
.NET RIA Service
More Posts