Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
12 users online
home
users
spirit1
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
spirit1
spirit1
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
DotNetFunda Is A Disgrace.
acctually i also don't agree with some of the things on that site but still... come on people... every contribution out there helps someone with something. and that's a good thing.
the whole point of the internet is to share different views and opinions. not everyone agress with everything...
@dotnetfunda:
i think you should reenable that "code points etc" article for the resons i said above.
posted by
spirit1
2 months, 4 days ago
Don't Use SELECT *
as good as this advice is the first execution plan has nothing to do with the * itself.
It is showing a bookmark lookup that will happen for every query when you're filtering on a column that has a non clustered index and
columns in the select list that are not covered by a non clustered index.
because data is stored in the leaf level of the CI a bookmark look up is looking up that data in the CI.
just to clear thing up :))
other than that the advice is sound!
posted by
spirit1
4 months, 27 days ago
10 reasons why I chose MySQL over MSSQL2005 Express
in express you can easily achieve this with row_number function.
posted by
spirit1
10 months, 27 days ago
C#: Care about Event Memory Leaks with Delegate.GetInvocationList()
true. i was proven wrong and i'm thankfull for it. for me this is a good thing since i've learned a new thing. and that's always good, right? :))
if i'm not mistaken my example would have to be reversed.
for the leak to occur the form should have to be subscribed to an event on the original class that owns the form.
since then closing the form wouldn't magicaly unsubscribe the event subscribtion to the original class from where you called form.Show().
correct?
posted by
spirit1
1 year, 1 month ago
SQL Server: The one and only locale insensitive date format
yes it wouldn't and that is exactly the point of the post.
yyyy-dd-mm isn't locale / date format insensitive so it can't be used by default.
posted by
spirit1
1 year, 1 month ago
The WaterHobo
i liked it!
posted by
spirit1
1 year, 1 month ago
.NET Framework 3.5 Is Shared Source
it seems not everythign is bread and butter:
http://weblogs.asp.net/fbouma/archive/2007/10/04/don-t-look-at-the-sourcecode-of-net-licensed-under-the-reference-license.aspx
posted by
spirit1
1 year, 2 months ago
.Net: Passing user data with Exception back to the caller method
see. i knew it's easily overlooked :))
posted by
spirit1
1 year, 2 months ago
Reporting Exceptions through E-Mail
if the smtp fails i usually write it to a file or event log
posted by
spirit1
1 year, 2 months ago
.Net Windows Forms ListView ColumnHeader width tip. Set it to -1 or -2
thanx!
i can't believe it... it happened again... that's it! i'm stopping generating friendly url names... they don't play nice with dotnetkicks :)
posted by
spirit1
1 year, 3 months ago
SQL Server 2005: An error or intended behavior with Database Compatibi
my blog software somehow managed to change this link after i posted it. I've mailed Gavin asking him what to do.
for now the working link is this:
http://weblogs.sqlteam.com/mladenp/archive/2007/08/30/60313.aspx
posted by
spirit1
1 year, 3 months ago
Become a Better Developer in 6 months. How?
@All:
i'm glad you like it :))
posted by
spirit1
1 year, 4 months ago
IDisposable – 1, 2, 3, …
awsome
posted by
spirit1
1 year, 6 months ago
« Previous
1
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems