Browse by Tags

All Tags » .NET (RSS)

Mobile Application I wrote this year. by albertpascual

This year I have been learning Objective C and mobile development in general to see the possibilities of the new mobile platforms. As I see it there are 3 major platforms. - iPhone/iPad - Windows Phone 7 - Android I have tried the 3 below, and I have...
Filed under: , , ,

Managed Extensibility Framework (MEF) Preview 8 by albertpascual

I have been using MEF Preview 6 for Silverlight since the moment the came out, I have been really happy at that release, allows me to load XAP files dynamically in order to speed up the starting time of my Silverlight application as well as decompose...
Filed under: , , ,

Problems running Windows Communication Foundation (.svc) on an upgraded Windows 7 and IIS 7 by albertpascual

The installation to upgrade from Vista to Windows 7 does not fix or upgrades IIS 7. So IIS 7 wasn’t fix to run Silverlight xap files of Windows Services. When trying to run a Windows Service with SVC extension on a Windows 7 machine that was upgraded...
Filed under: ,

Silverlight 2.0 Authentication Services. by albertpascual

Message based authentication managed by Silverlight not the browser. Silverlight can use the browsers cookies and send them to the hosts. When you authenticate with ASP.NET the authentication cookie stored to your computer will be used by Silverlight...

Dealing with Silverlight and SSL and without SSL by albertpascual

Silverlight can without any problem talk to HTTP or HTTPS. So if you do not know where will be deployed you’ll need to make sure your application will work well in both scenarios. All your web services will need two configuration on the binding of the...

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

Silverlight MapStats.NET source code posted at the Gallery by albertpascual

I added all the code for MapStats.NET at the ESRI code gallery. http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16294 What is map stats ? is a project to provide a overview of who is in your website...

Silverlight code samples from Developer Summit Advanced Tech Session by albertpascual

After a big summit all the content comes out for your to learn, as let’s face it, a conference or summit has so much information that is difficult to keep up, I normally write down my notes that I want to follow for the next weeks to look into them. Below...

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

What’s Silverlight Prism? by albertpascual

I have always been an advocate for patters, as they make us better developers. I have always adopted those on my projects, a few years ago you can read my posts about CSLA or the ASP.NET MVC recently. Patters and Practices are great in software development...
More Posts Next page »