Zack Owens
Showing how COOL .NET is!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
ASP.NET MVC
ASP.NET Performance
ASP.NET Providers
C#
ClubStarterKit
Conversion
CSS
CSS Sprite
IL
JavaScript
jQuery
OneLine
Open Source
SubSonic
SubSonic Providers
Visual Basic
WebControl
Welcome
Navigation
Home
Blogs
Archives
August 2008 (1)
July 2008 (1)
June 2008 (1)
May 2008 (1)
April 2008 (2)
March 2008 (3)
February 2008 (2)
January 2008 (2)
December 2007 (2)
November 2007 (1)
October 2007 (3)
September 2007 (5)
General
EagleEnvision.NeT
March 2008 - Posts
1
Comments
High Interface diet
by
zowens
As long as I'm on the coding conventions track (as many of users have commented on my last post ), I'll talk about a small coding convention I am trying to do. I feel more compelled to push an interface into a property, method, or any declaration rather...
21
Comments
Coding Pet Peeves
by
zowens
Any experienced coder has pet peeves when it comes to reading other people's code or writing code. It might be that you don't like regions or that every method should have comments. But here are my two biggest pet peeves when it comes to C#. Var abuse...
Filed under:
.NET
,
C#
,
ASP.NET
6
Comments
CSS Sprite for ASP.NET
by
zowens
CSS sprites are becoming popular as a way to increase application performance by eliminating HTTP requests by the client to the web server. It also serves as a path for better cache management. I will need to go through a bit of background before we start...
Filed under:
C#
,
JavaScript
,
ASP.NET
,
ASP.NET MVC
,
CSS
,
ASP.NET Performance
,
CSS Sprite
More Posts