Nerd Motivation 101

For Nerds, By Nerds

In the last posting, we saw how the builder pattern could be used to programmatically create forms.  It works fairly well, however we have a new requirement: users need to group several "controls" into "sections".  For the sake of maximum flexibility, we'd like to give ... [More]

ASP.NET's extensive server control library makes building dynamic forms relatively easy. It's object model keeps HTML encapsulated allowing developers to focus on a higher level in the design process. On the surface, ASP.NET MVC Framework's server control free environment seemingly negates these adv... [More]

[code:c#] public interface IRepository<T> { T Find(int id); IList<T> FindAll(); void Remove(T entity); void Insert(T entity); void Update(T entity); } [/code]
... [More]

About Me

I'm an .NET Developer living in Atlanta, GA.

Control panel


Blogroll


    Archive