Joel Varty
A software architect's thoughts from <a href="http://www.edentity.ca" style="text-decoration:underline">Edentity Web Systems</a> in Toronto, Canada. <br/> Read my personal blog here: <a href="http://joelvarty.com" style="text-decoration:underline">joelvarty.com</a>
-
Binding an RSS Feed with an XmlDataSource
I'm sure this has been blogged on a zillion times before, but this is super easy. Look!
-
For WCF Services hosted in non IIS apps - add permissions for a user to change the IIS namespace reservations
If you are hosting a WCF services in a console app, windows service or any other non-IIS application, you need to listen on a particular url address. A normal user running an app or service doesn't have permission to do this unless that user is an admin (not a good thing for a wcf service). So in order to grant permission to reserve the namespace, you need to run a little command.
-
Yahoo Query Language (YQL)... Location ID vs WOEID for International Weather
UPDATED BELOW
-
Use Build Events to rebuild a Windows Service without having to manually stop/start it
When you are working on a Windows Service and you have it running locally from the build folder, you need to stop it before you can build it.
-
Microsoft Chart Controls
Here's something I wasn't expecting: Microsoft has released its own chart control.
-
Redirecting without the exceptions...
I was doing some load testing the other year and noticed one of the counters was going off the charts - ASP.Net exceptions. I couldn't understand why my application, which was behaving fine in every other way, was throwing exceptions.
-
People posting about Agility...
There's nothing more gratifying than seeing someone else say something about a product you build...
-
Javascript IntelliSense FAQ (includes details about css references in User Controls, too).
One of the biggest pain points that I find with Visual Studio 2008 is its inconsistency with IntelliSense (arguably, and ironically, its best feature).
-
Silverlight Databinding – The Observable Collection
If you’re coming from the ASP.Net world and you want to start building silverlight controls, databinding is one those things that works somewhat the same, yet somewhat differently from the standard DataSource, DataBind() world that you may be used to.
-
A post on the Agility CMS blog...
Hi All-