Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
10 users online
home
users
DamienG
comments
DotNetKick.com is an
open-source project
. Please
report any bugs
and let us know
your great suggestions
.
Currently running svn revision
637
(rss)
Kick Spy!
,
Kick Zeitgeist
and
Kick Widgets
DamienG
DamienG
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
The most useful .NET utility classes developers tend to reinvent
This was posted 12 days ago on this very site making the front page http://haacked.com/archive/2007/06/13/the-most-useful-.net-utility-classes-developers-tend-to-reinvent.aspx
DNK really needs a duplicate URL check or users who can be bothered to check.
posted by
DamienG
1 year, 6 months ago
HTTP compression in ASP.NET 2.0
Not only old but also has been on DotNetKicks more than once including last week.
posted by
DamienG
1 year, 6 months ago
An HTTP compression module in ASP.NET 2.0
Duplicate of http://www.dotnetkicks.com/aspnet/HTTP_compression_in_ASP_NET_2_0 submitted over 290 days ago.
posted by
DamienG
1 year, 6 months ago
Visual SVN: Another Zero Friction Tool In The Toolbox
Or if you want Visual Studio integration for $0 then try AnkhSVN.
I'm not prepared to pay $50 for the "last mile" of putting icons in my IDE when all the real hard work was done by the TortoiseSVN and SubVersion teams for free.
[)amien
posted by
DamienG
1 year, 7 months ago
Avoid DateTime.Parse()
Only worth avoiding if you know the exact format the date will be in. DateTime.Parse is otherwise still the best option for locale-aware date parsing.
posted by
DamienG
2 years, 2 months ago
A whitespace removal HTTP module for ASP.NET 2.0
The benefits will also probably be too small to measure with most browsers supporting gzip and IIS supporting gzip out-the-box.
[)amien
posted by
DamienG
2 years, 3 months ago
Select Column Information using SQL Server
Alternatively SQL 2005 adds metadata support for tables and columns using the syntax:
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = N'Products';
Where Products is the table you want.
[)amien
posted by
DamienG
2 years, 3 months ago
Select Column Information using SQL Server
Selecting directly from the system tables is unsupported by Microsoft and is exactly why they created the sp_help stored procedure and it's associates.
[)amien
posted by
DamienG
2 years, 3 months ago
TortoiseSVN in Visual Studio
Alternatively check out the 1.0 RC of <a href="http://ankhsvn.tigris.org/">AnkhSVN </a> - a proper Visual Studio plug-in for using Subversion.
[)amien
posted by
DamienG
2 years, 4 months ago
XNA Express - Microsoft to Enable User-Created Games on XBox360
This news was published 4 days ago here on DNK
posted by
DamienG
2 years, 4 months ago
URL parsing and manipulation in .NET
Sorry Subtext messed with the URL when I revised the article slightly and now refuses to put it at the original URL. Thew new URL is;
http://www.damieng.com/blog/archive/2006/07/07/URL_parsing_and_manipulation_in_.NET.aspx
posted by
DamienG
2 years, 5 months ago
Programmer fonts, do they matter?
Check out my Envy Code B (or A) at http://www.damieng.com/damieng/Typography/Original/EnvyCodeB.aspx if you like your fonts pixel sharp without ClearType.
Otherwise Monaco, Anonymous and Vera Sans get my votes.
Really don't like the lower case g and a couple of other characters in Consolas.
[)amien
posted by
DamienG
2 years, 7 months ago
« Previous
1
2
3
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads by The Lounge
DotNetKicks is an open source project from
Incremental Systems