cr_chapman

Stories kicked by cr_chapman

Introducing NHaml - An ASP.NET MVC View Engine(andrewpeters.net)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 5 months ago

NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website: “Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content.” In other words, NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials. read more...

2 comments |category: |Views: 1032

tags: another

Alt.NET Purse Fight! You're daily roundup of Alt.NET(altnetpursefight.blogspot.com)

submitted by MichaelDotNetMichaelDotNet(450) 4 years, 5 months ago

An amusing daily round up of the Alt.NET mailing list. read more...

1 comment |category: |Views: 42

tags: another

Exists Vs. Count(*) - The battle never ends...(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 5 months ago

Exists Vs. Count(*) - The battle never ends... why you should use exists and not count(*) read more...

add a comment |category: |Views: 36

tags: another

Ten Tips for Securing Your Blog(blog.chapmanconsulting.ca)

submitted by cr_chapmancr_chapman(55) 4 years, 5 months ago

Ten brief tips for new and even intermediate bloggers to help secure their sites against spamdexing and malicious attacks. read more...

add a comment |category: |Views: 0

tags: another

Martin Fowler has a new Podcast!(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

ThoughtWorks has a new podcast, IT Matters, that discuss the business and technology issues facing the IT Industry. The First topic is Domain Specic Languages. read more...

2 comments |category: |Views: 99

tags: another

BigVisibleCruise - Oversized Build Radiator for CruiseControl(code.google.com)

submitted by cr_chapmancr_chapman(55) 4 years, 5 months ago

This project provides a "Big Visible Chart" or "Information Radiator" for the various Cruise Control implementations (Java, .Net, .rb). Big Visible Cruise was created as an alternative (or an addition to) the information radiators that are typically used for continuous integration. While I certainly love Nabaztag, Orbs, and Lava Lamps - there is a place for a simple big screen of information that shows the status of your build or builds. The sweet spot for BVC is a team room or on a monitor that is visible to multiple individuals. I'm currently using BVC with CCTray to provide a good visual with good auditory feedback of the build status. read more...

add a comment |category: |Views: 136

tags: another

Rhino Mocks Quick Reference(orand.blogspot.com)

submitted by orandorand(295) 4 years, 5 months ago

Concise examples of all the main features of the Rhino Mocks mock object framework read more...

2 comments |category: |Views: 950

tags: another

Monsters of the Programming World(blog.chapmanconsulting.ca)

submitted by cr_chapmancr_chapman(55) 4 years, 5 months ago

Colorful cartoon caricatures of common coding calamities. Via Google Blogoscoped... read more...

add a comment |category: |Views: 3

tags: another

MVC Complaint: Checkboxes(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 5 months ago

Explanation of some issues you may encounter when using the MVC Framework and Toolkit and working with checkboxes. No dealbreakers, but there are some minor annoyances to be aware of. read more...

add a comment |category: |Views: 25

tags: another

Software development carries a professional not social responsibility(blog.chapmanconsulting.ca)

submitted by cr_chapmancr_chapman(55) 4 years, 5 months ago

What does it mean to be "ALT.NET"? For some, it means taking responsibility for your profession - for others, it means taking responsibility for much more. What began as a fun exercise in coming up with Latin mottos for the group has prompted some serious introspection. Read on for why I think calling programming a social responsibility is a step in the wrong direction. read more...

add a comment |category: |Views: 0

tags: another

ASP.NET MVC Framework and December CTP of Extensions released(turtle.net.nz)

submitted by turtlespinturtlespin(634) 4 years, 5 months ago

The ASP.NET MVC Framework is now available as part of the December CTP for the ASP.NET and ADO.NET 3.5 Extensions. read more...

1 comment |category: |Views: 1

tags: another

Programming is a Noble Profession, Be Proud, Be Strong(chadmyers.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 5 months ago

"No one will ever take you seriously unless you're willing to risk something to prove you're right." This post from Chad Myers hits the nail right on the head! read more...

19 comments |category: |Views: 15

tags: another

Attach to Web Server Macro for Visual Studio(blogs.conchango.com)

submitted by cr_chapmancr_chapman(55) 4 years, 5 months ago

Howard van Rooijen has an interesting macro for attaching VS to multiple asp.net worker processes (aspnet_wp.exe, w3wp.exe) to make your debugging tasks a whole lot easier. read more...

add a comment |category: |Views: 5

tags: another

MVC Framework Delayed(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 5 months ago

ScottGu has posted a comment on his blog stating that the MVC Framework has encountered an unexpected delay and will not be released today. From the sound of things we might see it on Monday. read more...

4 comments |category: |Views: 3

tags: another

Circumventing statics and singletons(hammett.castleproject.org)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

A useful dependency injection pattern to make singletons and static members somewhat testable and decouple implementations. read more...

add a comment |category: |Views: 5

tags: another

Test Specific Subclasses vs Partial Mocks(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

An interesting discussion about mocking classes using partial mocks (in Rhino Mocks syntax) or ad-hoc classes. read more...

add a comment |category: |Views: 9

tags: another