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: ,
2
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...
5
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: , ,
More Posts