Noldorin


Comments:

5 Tips for Avoiding Automatic Garbage Collections

posted by NoldorinNoldorin(829) 6 months, 2 days ago 0

This is a great set of tips, actually. This may just have to go in my monthly pick. Okay, so I actually slightly dispute the title of the article, since it implies you should be thinking a lot about the internals of GC (which you really shouldn't) -- "bad memory performance" would be better in place of "garbage collections". But yeah, handy article for sure.

Reply

How to add Automated Error Reporting to an application

posted by NoldorinNoldorin(829) 5 months, 16 days ago 0

Obfuscation... never really put much faith in it really. Automated Error Reporting sounds kind of useful for an enterprise app though.

Reply

Why Many Developers Hate ASP.NET and Why They’re Wrong

posted by NoldorinNoldorin(829) 5 months, 16 days ago 0

I agree with this. And indeed, classic ASP gave me that feeling too... but ASP.ENT 4.0 is so very different from classic ASP that I see few reasons to relate the two.

Reply

The Fastest Webserver? - Web Performance

posted by NoldorinNoldorin(829) 5 months, 16 days ago 0

Very interesting. I shall link all those Linux fanboys who like to bash Windows to this article in the future. :-) More details about the tests would be appreciated though...

Reply

NetBash – An Alternative to Admin Pages in Asp.Net Web Apps

posted by NoldorinNoldorin(829) 5 months, 7 days ago 0

I agree, this is pretty cool. What about just exposing REST resources on the site which a console program on the desktop could connect to, though? This doesn't even touch web UI, which is advantageous in my mind. I don't see any down-sides either.

Reply

10 Things ASP.NET Developers Should Know About Web.config Inheritance

posted by NoldorinNoldorin(829) 4 months, 8 days ago 0

Some useful tips. I didn't actually know any of 4, 6, 7, which could definitely be pretty useful.

I still hate web.config files, as they're big bloated pieces of semi-comprehensible XML, but oh well!

Reply

Visual Studio Achievements, now a reality!

posted by NoldorinNoldorin(829) 4 months, 1 day ago 0

Ugh. Just what we need; an IDE to become a game! Surely Microsoft folk could be spending their time on better things? In fact this has just made many developers' productivity around the world drop dramatically.

Reply

Phil Haack, Keith Dahlby and Paul Betts on Git for Windows

posted by NoldorinNoldorin(829) 4 months, 1 day ago 0

Bazaar has allowed rewriting history for some time now... and it's so very much easier to use. The DVCS as a whole works much more smoothly on Windows, and it's always been my favourite. Made for humans< as I like to say. :-) It seems many Git users have this idea that Git is the only real DVCS out there... far from true.

Reply

What else is new in C# 5?

posted by NoldorinNoldorin(829) 2 months ago 0

Very informative. It's not often one hears about anything except the new `async` keyword and related functionality when it comes to .NET 4.5/C# 5!

Reply

Windows 8 on laptop in-depth analysis

posted by NoldorinNoldorin(829) 2 months ago 0

A fairly sound appraisal. It doesn't exactly encourage me with regards to Windows 8 though... I mean really, keep Metro UI to tablets and phones please, Microsoft. That's what it's good for!

The Start Menu thing really irks me too... a few features that are really not cool. And nothing that gets me overly excited. I think I may just stay with Windows 7 as long as possible... or switch to Mac before long heh.

Reply

A recipe for Dev to Production with ASP.NET MVC and RavenDB

posted by NoldorinNoldorin(829) 1 month, 24 days ago 0

Nice article. It's good to see NoSQL approaches being encouraged (in a developer-friendly way) for web devs to use.

Reply