I’ve recently started using Microsoft’s WCF Data Services which supports OData Services.  What this means is that we can access resources by simply specifying a URI.  This concept greatly simplified building an ORM layer on a web site, as well as creating the linkage between the server side data and the client side application, which in my case is usually a browser.

So, the issue this blog addresses is that if you form a URI with the parameter $top={anything}, your data will automatically be sorted.  The documentation for OData on top basically says that, but it could be clearer.  It says the following:

“If the data service URI contains a $top query option, but does not contain a $orderby option, then the Entries in the set needs to first be fully ordered by the data service.”

What actually happens is when you use the orderby clause, the data will be sorted 100% of the time for you, whether you do it or not.

(more…)

As usual, Michael’s doing a great job of presenting enthusiastically the new Silverlight Analytics Frameworks.  I’m hugely impressed with how easy it is going to be to add analytics to a Silverlight app.  It seems Microsoft has gotten all the major vendors of Web Analytics to play.

One thing Michael said that really made me take notice is that all web pages should have a “Privacy Statement” prominently displayed on their main page.  It should say (and you need to abide by it) that you don’t track any user identifiable data associated with tracking data collected.  Great advice I won’t forget.

(more…)

I’ve always wanted a place that I could look through to find what .net events are going on in Northern California.  I’ve found that there is a core group of people with common interested and we all don’t seem to have a common place to have events listed for us.

(more…)

Yesterday, I went to the CLEAR 4G WiMax Conference at the San Jose Convention Center.  It’s the second conference like this I’ve been to.  The first one was last October and was hosted by Sprint called the Sprint 2009 Open Developers Conference.

My take away is that fast broadband is coming, it’s coming fast (meant as a pun) and us developers need to make sure we are building apps to take advantage of it!

As usual, Newton Chan (Professor Foothill College) sniffed out the perfect place to be to get free stuff.  CLEAR gave away 20 4G devices and lucky for me I was second on line.  The devices they gave us covered 3 areas not to far from where I live so I drove this morning to one of those areas and tested my new card. OMG!!! Check out the speed!  I could get really use to this.  1.99Mbps Down, 1.01 Mbps up.  That’s about 7 times faster than I normally get with 3G.

(more…)

© 2005 PeterKellner.net. All Rights Reserved