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
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
TSQL
Video Games
Visual Studio
VS 2010
WCF
Windows 7
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2009 (1)
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)
April 2009 - Posts
1
Comments
Using the Generic Dictionary with JSON web services…
by
joelvarty
If you want to pass a name/value collection of untyped data to a webservice with JSON, do it like this guys, Joost van Schaik, says: http://dotnetbyexample.blogspot.com/2008/03/json-services-revisited-using.html Here’s the meat of it really – how...
Filed under:
ASP.NET
,
AJAX
,
Javascript
,
JSON
0
Comments
Detect a security exception when using FormsAuthentication
by
joelvarty
If you are using the web.config to determine security for aspx pages, you may have noticed that you don’t get the chance to determine whether a security exception has been thrown. The user will simply be return to the login page with a ReturnUrl...
Filed under:
ASP.NET
,
IIS
2
Comments
TFS Quick Tip: Use HTML in the History field for Work Items
by
joelvarty
I have just been editing the project templates to enable HTML in the description field. As it turns out, the description field is locked down as plain text. This history field is HTML though, and if you want to add formatting to it, just enable...
Filed under:
Visual Studio
,
TFS
1
Comments
LINQ-SQL: Why I Love it and why I hate it
by
joelvarty
Love it: Generate a class structure based on database tables. Makes coding transactions really easy and seamless. Makes working with store procedures more like methods. Makes it easier to validate database field names at compile-time. Hate it:...
Filed under:
ASP.NET
,
LINQ
,
LINQ-SQL
More Posts