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)
September 2008 - Posts
3
Comments
Start using jQuery in your Asp.Net apps!
by
joelvarty
If you were waiting for this to be incorporated into Asp.Net AJAX, you have no more excuses. Scott Guthrie today announced in his blog that Microsoft will ship jQuery support with Visual Studio , and they will provide a vanilla and "intellisense-annotated...
Filed under:
ASP.NET
,
AJAX
0
Comments
JavaScript in <a> tags: # vs javascript:void(0)
by
joelvarty
Often times when we get a set of html templates from a designer, we tend to see a lot of this: Moreover, we tend to leave these href="#" attributes in place when we add onclick events to these tags so that we don't have to add an CSS to it in...
2
Comments
LINQ Architectures in 3 Layer, 3 Tier Applications
by
joelvarty
Before I get into the great features and great dangers of LINQ, lets get a couple thing out of the way: A 3 tier application refers to the physical separation of system in the database (in my case, usually SQL 2005), web application server (in this case...
2
Comments
Storing Contextual Data in Web and non-Web applications
by
joelvarty
In Asp.Net apps, we are used to storing data in the current context. Objects that are specific to the currently executing Request, like a User object retrieved a database, or another object that you want to make globally available without requiring multiple...
Filed under:
ASP.NET
,
WCF
,
Threading
More Posts