Loading...
DotNetKicks.com
.NET links, community driven
login
register
submit a story
upcoming stories
about
blog
Why not
join our community?
, there are
4 users online
home
users
sirrocco
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
sirrocco
sirrocco
Profile
Kicked
Submitted
Comments
Tags
Friends
Kicked By Friends
Submitted By Friends
Comments:
Learning .NET & WPF through A deck of cards - Chris Szurgot's Blog
no source code :(
posted by
sirrocco
7 months, 13 days ago
Expression Trees: Why LINQ to SQL is Better than NHibernate
I have in fact posted it :) , and yes, there is the Expression Trees thingy in the title , but i felt the accent was on LinqToSql vs NH . And I am really liking NH :P.
Can you tell ? ;)
posted by
sirrocco
7 months, 26 days ago
Expression Trees: Why LINQ to SQL is Better than NHibernate
To me , that has almost NOTHING to do with NHibernate.
I mean sure, strongly typed. But you can't compare that LinqToSql to NHibernate .
You can compare the ToSql part with NHibernate and say : it produces better querys(or not) and compare mapping styles and what you can do with them.
There already is a project LinqToNhibernate. Then you will have type safety.
posted by
sirrocco
7 months, 26 days ago
ActionFilterAttribute Examples for ASP.NET MVC Framework Preview 2
hmm . .indeed it is.... however none of them seems like will make the front page :(
posted by
sirrocco
7 months, 29 days ago
XmlDocument fluent interface
Well, you might be familiar to the XmlWriter api, i'm not - so when looking at your code and his code, the wrapper looks nicer, and easyer to understand to me.
And i'm not really sure how many know the XmlWriter api so well that they would find hard to read and understand the fluent interface one.
Oh , and at the comment above when i kept writing "link" i meant "linq" :D
posted by
sirrocco
8 months, 29 days ago
XmlDocument fluent interface
damn ... we need some code tags :))
posted by
sirrocco
8 months, 29 days ago
XmlDocument fluent interface
Granted is not the fastest or most efficient way, but it does look good and it seems allot more maintainable to me. Maybe if you have a 10MB xml file you should use XmlWriter, otherwise I would go with this fluent interface.
In the blog comments someone said : why not use link ? - I'm pretty sure you can't do this with link :
XmlOutput xo = new XmlOutput()
.XmlDeclaration()
.Node("root").Within()
.Node("numbers").Within();
for (int i = 1; i <= 10; i++)
xo.Node("number").Attribute("value", i.ToString()).InnerText("This is the number: " + i);
posted by
sirrocco
8 months, 29 days ago
Versions of SQL Server 2005 Available
Nice copy paste from : Sams Teach Yourself Microsoft SQL Server 2005 Express in 24 Hours .
That's the way to go ;)
posted by
sirrocco
9 months, 4 days ago
Asp.net: Directives
I should look on the bright side then huh ? :D :D
posted by
sirrocco
9 months, 6 days ago
Asp.net: Directives
Are you trying to move MSDN over to your page ? otherwise what's the point ? ;(
posted by
sirrocco
9 months, 6 days ago
When string.ToLower() is Evil
Other than that, there's no actual tests to show the big improvement.
Unless you're in a tight time critical loop - I'm thinking it's not worth it . :)
posted by
sirrocco
9 months, 20 days ago
WSS Administration VIA C# How To (1) – Creating Web Application -
yea ... suuuuuuure they did. ;)
posted by
sirrocco
9 months, 28 days ago
Recommendation: NHibernate, Linq or stored procedures?
from what I can tell , the earlier submission was a benchmark, and this one is a recommendation.
If i'm mistaken please give the dotnetkicks link.
posted by
sirrocco
10 months, 24 days ago
Guerrilla refactoring, or "How to bring down a totalitarian regime"
That was actually very funny :D:D
posted by
sirrocco
11 months, 9 days ago
Rhino Mocks Quick Reference
Very nice.=)
posted by
sirrocco
11 months, 11 days ago
Infinite For Loop Syntax in C#
while(true){} does the same thing in case you didn't know
posted by
sirrocco
1 year ago
« Previous
1
2
3
Next »
Sponsored Link:
www.carlist.ie
Search:
Ads via The Lounge
DotNetKicks is an open source project from
Incremental Systems