InfoQ Homepage Presentations The State of the Art on .NET
The State of the Art on .NET
Summary
Amanda Laucher and Josh Graham present at an introductory level some of the most important elements of the .NET ecosystem: F#, M, Boo, NUnit, RhinoMocks, Moq, NHibernate, Castle, Windsor, NVelocity, Guerilla WCF, Azure, MEF.
Bio
Josh Graham, ThoughtWorks, has over 19 years experience in the software industry and is the Chief Dispenser of Pleasantries at ThoughtWorks. Graham has spoken at and chaired conferences on SOA, enterprise architecture, agile software delivery, and technology innovation. Amanda Laucher is a software developer/architect focusing on Microsoft technologies. She is author of “F# in Action”.
About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community. QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Community comments
Just learn EBNF
by peter lin,
Correction
by amir nagri,
Just learn EBNF
by peter lin,
Your message is awaiting moderation. Thank you for participating in the discussion.
I watched the don box talk on infoq. My thought is, just learn EBNF and learn how to write DSL properly. The benefit of learning EBNF is it forces you learn to think in abstract syntax tree (AST), which helps you design good languages. Using visual tools often makes it easy to create a language, but if the person doesn't have a solid understanding of AST, the language turns out to be junk. It's better to learn EBNF first and then use visual tools for designing languages.
my bias 2 cents.
Correction
by amir nagri,
Your message is awaiting moderation. Thank you for participating in the discussion.
Josh Graham is Chief Dispenser of Pleasantries at HashRocket.