Formatting Dynamic Web Pages
A page built so that is has server side scripts implemented on the page.
Formatting Dynamic Web Pages
A page built so that is has server side scripts implemented on the page.
Controller layer and 3-tier architecture
What is controller layer and where we put this in our 3-tier architecture?
Re-engineering an ASP.NET AJAX project as ASP MVC
I have been asked to investigate the possibility of re-engineering an existing ASP.NET AJAX Web Application as under MVC.
Is it possible to get dynamically generated html in asp.net tags using HTTP Modules?
I want to know if it is possible to write to a log/text file dynamically generated HTML in asp.net tags in an .aspx page using HTTP modules.
How do ORM’S manage CRUD operations in multi thread environment
Suppose I have code which retrieves an object and modifies it and submits it via any ORM from a web application. Below is the pseudo code:
What is the difference between PHP and ASP.NET Web Forms in page size?
I plan to program web applications for small companies. When I read about ASP.NET Web Forms, I liked its way of building dynamic sites.
Web Project Class Architecture
I think this is a good question for here but I’m not 100% sure. Please flag if it’s too vague.
Which framework should I learn if I want to do web development in Java? Any advice? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How to avoid repetitively logging in to web site?
While developing web sites it can be annoying that I have to login to the site.
Every time the session runs out I have to go through a flow like…
Open logon page -> enter username/password -> click link to navigate to my page.