Browse by Tags

All Tags » C# » ASP.NET (RSS)
Object Hydrator Fluent Interface Now Type Safe
Thanks to a patch submission by Hakan Forss the Object Hydrator Fluent Interface is now type safe, with all the magic strings removed. The standard inferences are still there so you could do most of your generation without ever using the advanced methods...

Posted by ryansjedi | 2 comment(s)

Filed under: , ,

Object Hydrator - Big changes afoot.
Since last I posted, I've received an awesome implementation of a fluent interface for Object Hydrator from Scott Monnig. We've ditched the Attributes and mapping scenarios in favor of some convention and a fluent interface. So as before this will get...

Posted by ryansjedi | 1 comment(s)

Filed under: , ,

Flexible Database Persisted Application Settings
Have you ever needed to say replace the location of your images in your application from one location to another, or had a database routine that ran nightly and you wanted to gracefully control access to your application during that process? In this article...

Posted by ryansjedi | 1 comment(s)

Filed under: ,

Data Access and Data Binding for the new ASP.NET Developer
Today I'm starting a new series of posts regarding Data Access methods and Data Binding with focus on the new developer. There are a multitude of ways to access data with ASP.NET and I will attempt to go through as many as I can, hopefully digging deep...

Posted by ryansjedi | 6 comment(s)

More Posts