jbrechtel

Stories kicked by jbrechtel

IsEmpty and IsNull Extension Methods on the String Class(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 3 years, 2 months ago

Some sample extension methods to add to the String class. It's a good sampler for getting to know extension methods and they're actually kinda helpful. read more...

add a comment |category: |Views: 16

tags: another

Extension Method to Copy One Stream to Another(dpatrickcaldwell.blogspot.com)

submitted by tncbbthositgtncbbthositg(266) 3 years, 2 months ago

This is a handy extension method that gets added to any stream to read from the current position of that stream and write to the current position of a specified stream. read more...

add a comment |category: |Views: 58

tags: another

MVC: TextBoxFor(u => u.Name) - Unleash the power(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 6 months ago

I figured I'd share my implementation of something Chad and Jeremy talked about: the TextBoxFor control. Now I don't know exactly how they implemented their version, and mine just provides the necessary basis to get started, but hopefully it'll help people bake some of this goodness within their own code. read more...

add a comment |category: |Views: 880

tags: another

Embedding an IronRuby console in your applications(blog.brechtel.us)

submitted by jbrechteljbrechtel(40) 3 years, 6 months ago

How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console. read more...

add a comment |category: |Views: 69

tags: another

NHibernate rescued my model!(blog.brechtel.us)

submitted by jbrechteljbrechtel(40) 3 years, 6 months ago

Using fluent-nhibernate mappings against a simple model and other basic NHibernate information. read more...

add a comment |category: |Views: 18

tags: another