Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am curious to know that how we can make web site development much faster. I am specific about asp.net.

As far as my knowledge is concern, we can make asp.net website development faster by

Using Log4Net - to capture logging information Entity framework - to increase database operation speed.

So, is there other tools also which we can use to optimize the development process?

If you have used in any of your project, whether it was a small project or large.

share|improve this question
This belongs on stackoverflow.com and should be a community wiki. – RandomBen Aug 6 '10 at 16:25
Can you clarify how this is related to running a web site? This question seems deeply rooted in .net development methodology and continuous integration (which makes it off topic for this site). See the FAQ. – Tim Post Aug 6 '10 at 17:07

closed as off topic by RandomBen, Rebecca Chernoff, Tim Post Aug 6 '10 at 18:01

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

If you are webforms person, I recommend .netTiers. My co-worker raves about it and I've played some with it. It created the models and views dynamically. But, I'm a asp-net-mvc man. I created CodeTemplates for generating custom views, controllers, etc rapidly. Also checkout MVCContrib.

share|improve this answer
This is something I was looking for. Thanks – Zerotoinfinite Aug 23 '10 at 5:54

Not the answer you're looking for? Browse other questions tagged or ask your own question.