ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites and web applications. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ...
0
votes
1answer
40 views
Http Redirect and asp.net
I have implemented URL redirection in one of application in asp.net and Tridion. Whenever I add any new redirect URL, I have to restart the application pool to reflect the changes because I am ...
2
votes
3answers
368 views
Easy to customize .NET CMS with ecommerce facility
I have tried DNN and nopCommerce. After going through their source-code, I realized they are not that easy to customize and need a fair amount of time to their documentation before any changes can be ...
-2
votes
0answers
69 views
How to prevent download video online for website learning online? [closed]
As over question, i'm building website with asp.net mvc. i can't make my site when get this problem. Please, some body give me solution for over problem.
Thank very so much.
1
vote
0answers
97 views
Is there a better way to consume an ASP.NET Web API call in an MVC controller?
In a new project I am creating for my work I am creating a fairly large ASP.NET Web API. The api will be in a separate visual studio solution that also contains all of my business logic and database ...
-2
votes
0answers
30 views
drop down list not post back-javascript [closed]
Hi I have a tabpanel with a dropdownlist control on the 4th tab but when I select a item, the postback not occur even autopostback property is true. Is there any way to postback the page when item is ...
0
votes
0answers
40 views
Which Agile methodology could my small team use? [duplicate]
I have a question related to Agile and small teams.. I'm currently working in a small company (25 people) which main goal is to develop computer software products. However, I'm part of small team ...
-2
votes
1answer
66 views
Architecture for asp.net app in tiers with linq or any ORM [closed]
I would like your help on suggesting solution structure for my asp.net web app. I am thinking of using above technologies. I also want validation framework in my project. Please suggest me with some ...
1
vote
1answer
165 views
Using mod_rewrite for a Virtual Filesystem vs. Real Filesystem
I started working in a department that uses a CMS in which the entire "filesystem" is like this:
create a named file or folder - this file is given a unique node (ex. 2345) as well as a default ...
6
votes
3answers
247 views
Using a standard localised data cryptography pattern with an ASP.NET MVC3 application
I have been given the task to rejuvenate an existing Human Resources application from Access into ASP.NET. This is a strictly internal application, and I have no problems developing it within our ...
0
votes
2answers
106 views
Should I retrieve one large set of data to filter or smaller individual sets of data?
I have a company intranet that utilizes a similar set of data across many different pages and many different methods.
Speaking in generalities, is it closer to "best practice" to retrieve a large ...
0
votes
0answers
7 views
what is the correct way to pass a range of values using “routing table” url format [migrated]
I am learning ASP.NET MVC and it is easy to pass a single value to a view,
using the following url format:
controller/view/id
and in the controller's code, I can simply define the interger id ...
1
vote
1answer
57 views
What are the licencing requirements for publishing and distributing an ASP.net application
I started developing websites using PHP. I have read many times that PHP is free and open source which is an advantage over ASP.net.
However, due to my current job requirements, I had to switch to ...
42
votes
20answers
19k views
When to favor webforms over MVC
I know Microsoft has said "MVC is not a replacement for webforms". Some developers say webforms is faster to develop than MVC, but I believe this all comes down to comfort level with the technology; ...
5
votes
4answers
208 views
Architecture suggestions on a multi-project multi-database 'intranet'
Here is the situation I have inherited:
We have approximately 10 websites (Asp.net web forms) that each have their own database.
Each of these databases houses some site specific data, and each has ...
-5
votes
1answer
78 views
I need a date-picker for an ASP.NET page [closed]
I am trying to re-engineer a web application that currently uses an inhouse-developed date-picker control which has proven to be problematic -- for one thing it will only work on Internet Explorer and ...