-
Recent Posts
Recent Comments
- GoDaddy.com on Domains available
- Chad Myers on Domains available
- Adam Rackis on Domains available
- Gleb on Domains available
- Joey on Sweet, sweet vindication
Archives
- February 2012
- December 2011
- October 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
Categories
- .NET
- 1998
- ad nauseum
- Advice
- Agile
- Agile Arguments
- ALT.NET
- altdotnet
- ASP.NET
- ASP.NET MVC
- ATX Code Lunch
- Austin
- Code Examples
- CoDe Magazine
- Code Specifications
- code-review
- CodeCamp
- CodingDojo
- composition
- Consulting
- Controllerless
- Conventions
- cool
- cool-stuff-in-fubu
- Database
- datetime
- Deployment
- Design
- DimeCasts
- Domain
- Dovetail
- DSL
- Enforcement
- Expression Trees
- Extension Methods
- Fiesta
- Fluent API
- Fluent NHibernate
- fubucore
- FubuMVC
- GenericFun
- Guidance
- Hiring
- Humor
- internationalization
- IoC
- jQuery
- Kaizenconf
- leadership
- LINQ
- LiveMeeting
- LosTechies
- Mangement
- Mean
- Misc
- Mocks
- MVC
- MVP
- NHibernate
- OffTopic
- Open source
- ORM
- Oxite
- parsing
- Patterns
- PDoTDD
- Plan
- Premature optimization
- Principles
- professionalism
- Programming
- Proof
- PTOM
- Quality
- quiz
- QUnit
- Rails
- rant
- regex
- Repositories
- ReSharper
- RSS
- Ruby
- Sad
- sanctus bovis
- Screencast
- Self-examination
- ShadeTree
- SQL is evil
- Static Reflection
- StructureMap
- TDD
- Tips
- Twitter die die die
- Uncategorized
- Unmaintainability
- VAN
- Video
- WCF
Meta
Category Archives: fubucore
Cool stuff in FubuCore No. 9: Stringification
This is the ninth post of the FubuCore series mentioned in the Introduction post. It’s a funny title, but it captures the point perfectly. What do you do when you have something (a domain entity or model object of some … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
6 Comments
A Quick Follow-up on Model Binding in FubuCore
I wanted to make some quick follow-up points to my “Cool stuff in FubuCore No. 7: Model Binding” post: Joshua Flanagan pointed out that I had an error in my description of how the ExpandEnvironmentVariablesAttribute works. I updated the post … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
2 Comments
Cool stuff in FubuCore No. 8: UrlContext
This is the eighth post of the FubuCore series mentioned in the Introduction post. You might be thinking to yourself, “Why is he doing a whole blog post on one class?” That’s because this little puppy, UrlContext, has done more … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
Comments Off
Cool stuff in FubuCore No. 7: Model Binding
This is the seventh post of the FubuCore series mentioned in the Introduction post. *UPDATE* – 10-JUN-2011 – I posted a follow-up to this post which explains more clearly the distinctions between ValueConverter, IPropertyBinder, and IModelBinder. *UPDATE* – 10-JUN-2011 – … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
4 Comments
Cool stuff in FubuCore No. 6: Command-line
This is the sixth post of the FubuCore series mentioned in the Introduction post. In the course of building the Fubu packaging infrastructure and later the deployment story, we had need for some command line apps to help automate some … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
3 Comments
Cool stuff in FubuCore No. 5: Easy Configuration
This is the fifth post of the FubuCore series mentioned in the Introduction post. In the whole history of FubuMVC, we’ve developed and innovated a bunch of cool stuff. Some of it can be complicated but has a big payoff. … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
11 Comments
Cool stuff in FubuCore No. 4: Dependency Analysis with Directed Graph
This is the fourth post of the FubuCore series mentioned in the Introduction post. There are several places in the Fubu-related projects (FubuMVC, Bottles packaging/deployment, etc) that we need to work out a dependency tree. This means, for a given … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
3 Comments
Cool stuff in FubuCore No. 3: Static Reflection
This is the third post of the FubuCore series mentioned in the Introduction post. NOTE: In case you weren’t aware, FubuCore is available as a Nuget package and is completely independent from FubuMVC. Other projects besides FubuMVC use it, such … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
16 Comments
Cool stuff in FubuCore No. 2: Extension Methods
This is the second post of the FubuCore series mentioned in the Introduction post. This post covers the various and plentiful extension methods contained in the FubuCore project. We have built up these extensions methods over the last 3-4 years … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
6 Comments
Cool stuff in FubuCore No. 1: Cache
This is the first post of the FubuCore series mentioned in the Introduction post. This post covers the Cache<TKey, TValue> class (tests can be found in the CacheTester) Introduction The name of this class may make you think it has … Continue reading
Also posted in .NET, cool-stuff-in-fubu, FubuMVC
1 Comment
