Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
13 users online
home
users
gt1329a
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
620
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
gt1329a
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Heart of CSS: The Box Model
Basic, but good information that I wish everyone knew.
posted by
gt1329a
11 months, 27 days ago
Confessions of a Terrible Programmer
The content is great. I wish there were another theme available though. Tiny white text on black feels like a million tiny daggers stabbing the back of my corneas.
posted by
gt1329a
1 year ago
DisplayFusion - great free tool for multiple monitors
I just replaced UltraMon with this.
posted by
gt1329a
1 year ago
ASP.NET AJAX Timer Trouble? Location is key.
A little over a thousand views so far, and no one's figured out the question at the end!
posted by
gt1329a
1 year ago
Performance consequence of DateTime.Parse()
I didn't know that. Good information.
posted by
gt1329a
1 year ago
Back To Basics: What is a Clustered and a Non-Clustered index
Microsoft Bob would've been a hit, if only it had come in the Cute Librarian edition.
posted by
gt1329a
1 year ago
Taking CSS beyond a simple style library - Jon Galloway
What I wouldn't give for everyone to get in this mindset.
posted by
gt1329a
1 year ago
Working with Date-Only and Time-Only data in SQL Server
As someone who inherited an application that stores half its dates as datetime and half as identically formatted varchars, I think this should be required reading for anyone who wants to design a database schema.
posted by
gt1329a
1 year, 1 month ago
Nullable Types in C# and .NET 2.0
Maybe old, but also good.
posted by
gt1329a
1 year, 1 month ago
.NET Coding Guidelines - Commenting
After seeing a 200k LoC project we outsourced last year come back with 0 comments, I have to agree that it's better to be safe than sorry and require a certain level of commenting. In the end, that project literally got scraped, because even the people who wrote it were unable to maintain it a year later.
posted by
gt1329a
1 year, 1 month ago
But *WHY* Must That Column Be Contained in an Aggregate Function or th
That deserves a kick, just for the title!
posted by
gt1329a
1 year, 2 months ago
jQuery: An open letter to non-Believers...
jQuery is great. And, works along side ASP.NET AJAX without conflict.
posted by
gt1329a
1 year, 2 months ago
The real reason SELECT * queries are bad: index coverage
Good information that everyone should be aware of.
posted by
gt1329a
1 year, 2 months ago
Why ASP.NET AJAX UpdatePanels are dangerous
No offense, but you're missing the point.
The majority of ASP.NET applications that you'll find online have relatively massive viewstates (though, I've noticed that dotnetkicks has a very lean viewstate. way to go, guys). Even if you can compress all of the response HTML to negligible sizes using gzip, the viewstate round-trip alone is usually significant enough to try to avoid when not necessary.
You're also ignoring the performance cost of reinstantiating all of the controls and running them through their life-cycle in order to render the UpdatePanel's HTML.
Compounded across a respectably sized user base, the savings are absolutely worthwhile. Especially given how easy web methods are to implement.
posted by
gt1329a
1 year, 2 months ago
Why ASP.NET AJAX UpdatePanels are dangerous
The ViewState is already compressed. You won't achieve anywhere near that kind of result compressing the ViewState. I'd be surprised if you compressed it even an additional 10%, best case.
posted by
gt1329a
1 year, 3 months ago
DotNetKicks auto bookmarklet
I'd assume /kick on a URL that isn't in the database yet will automatically go to /submit. So, using /kick is more robust when you may have people hitting the bookmark on pages already in the database without knowing it.
posted by
gt1329a
1 year, 6 months ago
« Previous
1
2
3
4
5
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems