Mobile app version of vmapp.org
Login or Join
Marchetta884

: Increase development speed for .NET website 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

@Marchetta884

Posted in: #Tools #WebDevelopment

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.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Marchetta884

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme