Joel Varty
A software architect's thoughts from
Edentity Web Systems
in Toronto, Canada.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net 4.0
Agility
AJAX
Amazon
ASP.NET
Azure
C#
Cloud
CSS
Flash
IIS
IIS 7
Javascript
jQuery
JSON
LINQ
LINQ-SQL
Live Writer
Mobile
MVC
Output Cache
Safari
Silverlight
SQL Server
SQL Server 2005
TFS
Threading
Trace
TSQL
Video Games
Visual Studio
VS 2010
WCF
Windows 7
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2009 (2)
October 2009 (3)
September 2009 (5)
August 2009 (2)
July 2009 (1)
June 2009 (3)
May 2009 (5)
April 2009 (4)
March 2009 (4)
February 2009 (5)
January 2009 (6)
December 2008 (1)
November 2008 (6)
October 2008 (3)
September 2008 (4)
July 2008 (3)
June 2008 (1)
March 2008 (2)
February 2008 (2)
January 2008 (2)
November 2008 - Posts
1
Comments
Use Build Events to rebuild a Windows Service without having to manually stop/start it
by
joelvarty
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. This can be a real pain when you are building often When you are working on this as part of a solution...
Filed under:
Visual Studio
0
Comments
Microsoft Chart Controls
by
joelvarty
Here's something I wasn't expecting: Microsoft has released its own chart control. Over the past few years, I have used the ComponentArt chart, Dundas chart and a couple others. I know that the charting the Reporting Services was derived from the...
9
Comments
Redirecting without the exceptions...
by
joelvarty
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. It turned out that...
Filed under:
ASP.NET
,
Threading
0
Comments
People posting about Agility...
by
joelvarty
There's nothing more gratifying than seeing someone else say something about a product you build... As you may know, I work on a CMS product called Agility, and CMS wire has recently been picking up on our monthly iterative updates to the hosted system...
Filed under:
Agility
0
Comments
Javascript IntelliSense FAQ (includes details about css references in User Controls, too).
by
joelvarty
One of the biggest pain points that I find with Visual Studio 2008 is its inconsistency with IntelliSense (arguably, and ironically, its best feature). In pages and master pages we can get IntelliSense with (properly) referenced javascript and css files...
Filed under:
Visual Studio
4
Comments
Silverlight Databinding – The Observable Collection
by
joelvarty
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...
Filed under:
WPF
,
ASP.NET
,
Silverlight
,
Threading
More Posts