Castle MonoRail & ActiveRecord - First Impressions
posted by webber123456(0) 5 years, 2 months ago 0
Just because someone says this is cool, or that is cool, means nothing. There should be some clear examples of justifying the claims. This guy acts as though he is some sort of preacher and we are to take his word on 'faith', but this isn't a religious cult group, we're programmers and need to see the facts. this article is junk hype without substance...
Reply
Design Patterns for ASP.NET (Part 2)
ASP.net doesn't seem to be a candidate for MVP. Website development is much more suited to MVC and unfortunately MS doesn't get that concept, because they continue to push for code free development which is .. ???
Who Needs a Database? How I Built a Fully Functioning Website Without
Justifying development of a database-free application for a project that "doesn't need a database " is a convoluted article.
Macon State College ASP.NET 2.0 Tutorials
Best tutorials on the web. MS should take note. They were smart enough to write them all with VB, instead of C# which is a desktop development language. Professional website development should always be done with VB.
Self-Populating DropDownList
there's nothing in the article which actually "How to make a Self-Populating DropDownList control in ASP.NET" Another misleading blog posting.
Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 1
Just to be clear, when I read something like "the worst part is that this code is embedded directly in your page" when referring to putting code in a page, I have to laugh. I would much rather be able to find the d*** code in the page than have to go digging around in some half-a** layered architecture wondering where the h***. is the piece of code causing the error. too many people scatter code through app-code folders, code-beside,compiled assemblies and stored procedures to the point that it becomes a nightmare. Everybody is not going to adopt some individuals idea of the ideal layering scheme so give it up. if MS would come back to the MVC model for website development there would be no need for all of this layering jibber jabber.