Link to article on website libraries

Posted by acidzombie24 on Programmers See other posts from Programmers or by acidzombie24
Published on 2011-09-09T10:00:47Z Indexed on 2012/03/21 23:39 UTC
Read the original article Hit count: 304

Filed under:
|
|
|

I just started another website and it has taken me >30mins to copy/paste my other website and delete stuff because I don't have a template.

Theres lots of features I copied over that I haven't seen in libraries/templates. But I don't really know any libraries/templates. This site is ASP.NET. Some things I have is a string.format that escapes strings for HTML (so <hi> is text instead of a tag). Other features are adding or removing items in the url query, a class to pass in a ASP.NET error and log or convert it into a row in a db (I know about elmah but during development on my last site it wasn't Mono compatible), a mini AJAX library for success/fail/redirect/etc, a class to pass in a ASP.NET error and log or convert it into a row in a db and anything else I would use in every site.

I don't like my (library) design because I wasn't expecting to do more then 2-3 websites and I am on my 5th. I don't know proper ASP.NET either so what is an article that explains how to make a great library/template for websites?

© Programmers or respective owner

Related posts about design

Related posts about ASP.NET