Tag Archives: net

Microsoft Silverlight 2.0 Developer Reference

Microsoft has released an updated version of their developer reference for Silverlight 2.0. Around the middle of last year, I posted about the Silverlight 1.1 developer reference. This can be found here: http://se7en.co.nz/cms/... The Silverlight 2.0 developer reference was handed out ...

Fixing A .NET 2.0 AJAX Application After Upgrading To .NET 3.5

If you have been using ASP.NET AJAX in your .NET 2.0 application and decided to upgrade to .NET 3.5 you might have noticed you get build errors and you application no longer works. Joe Stagner has posted a really useful article for ...

Day 2 Implementing Security For ArcGIS Server .NET Solutions At The ESRI Developer Summit 2008

Security has been a big question when it comes to ArcGIS Server. We have a number of clients asking how to go about implementing simple security with ArcGIS Server. This was never easy in the past and a custom solution ...

Day 2 Building .NET Applications Using The ArcGIS Server Web ADF and ASP.NET AJAX At The ESRI Developer Summit 2008

Wow I am finally catching up with all these sessions. Another big session that I was looking forward to. Since I work quite extensively with the ADF and ArcGIS Server, I wanted to get an insight into what is new ...

Precompiling ASP.NET Web Applications

A great article has been posted on the ESRI Support Center showing users how to go about precompiling ASP.NET web applications. Compiling takes a long time the first time when using the ArcGIS Server Manager or the ArcIMS Web Manager. This ...

Mindscape Lightspeed

On Friday, Mindscape released the final version of their domain model and O/R mapping framework for .NET developers. I have been on the beta and have been following the progress since it was introduced. So what is Mindscape Lightspeed? "LightSpeed is an ...

Comparing .NET To J2EE

I came across a few nice resources on the MSDN website. It's a site that contains extensive materials to help you evaluate .NET vs J2EE application server technologies. Each area of the site contains downloadable whitepapers, benchmark comparisons, and sample ...

Microsoft Silverlight Mindmap

Everything seems to about Microsoft Silverlight. I'm wanting to play around with using this on a mapping site with ArcGIS Server, so we'll see how that goes! In the meanwhile if you are asking yourself how to get started? Check ...

Microsoft Silverlight 1.1 Developer Reference

Ok wow, if you have been working with Microsoft Silverlight you will want to check out this cool reference chart that I found. Basically it's what the name suggests, its a developer reference for using Microsoft Silverlight 1.1. ...

.NET Viewstate Helper

I saw this tool on Chris Crowe's blog. It's a pretty neat small tool that helps you track viewstate issues. Now if you have been working with ASP.NET, the chances are very high that you are working with viewstate, even if ...