Skip to main content

All Questions

Tagged with
10 votes
2 answers
19k views

Should I cache the data or hit the database?

I have not worked with any caching mechanisms and was wondering what my options are in the .net world for the following scenario. We basically have a a REST Service where the user passes an ID of a ...
JD01's user avatar
  • 1,289
0 votes
1 answer
222 views

Security aspects of an ASP.NET that can be pointed out to the client

I need to write several passages of text in an offer to the client about the security layer in ASP.NET MVC web solution. I am aware of security that comes along with MVC 3 and an improvements in MVC ...
Maxim V. Pavlov's user avatar
3 votes
4 answers
263 views

How can I design an application so that it works well with a database selected by the customer?

I want to write an ASP.NET 4.0 application with IBM DB2 Express-C as its back-end. One thing that worries me, is hosting this application on a remote server. I don't know any hosting provider who ...
RPK's user avatar
  • 4,378
-1 votes
0 answers
145 views

Extensibility in multi-tenant systems? [duplicate]

Possible Duplicate: How do you manage extensibility in your multi-tenant systems? I asked this on StackOverflow, but I thought it might be more appropriate for Programmers. I've got a few big ...
Brian MacKay's user avatar
  • 1,570
3 votes
2 answers
638 views

What is the right way to develop ASP.NET applications in order to separate data access from data visualization?

I'm currently involved in a migration to TFS from SVN of a large project that is going to be divided into five different sites. This project allows some providers to insert five different product data ...
amb's user avatar
  • 133
15 votes
4 answers
3k views

How do you manage extensibility in your multi-tenant systems?

I've got a few big web based multi-tenant products now, and very soon I can see that there will be a lot of customizations that are tenant specific. An extra field here or there, maybe an extra page ...
Brian MacKay's user avatar
  • 1,570
11 votes
5 answers
708 views

Starting a coherent architecture in a legacy application

I have responsibility for a large Asp.Net based website. It is currently a website (not web application), some windows services and a number of class libraries. The data layer uses a mixture of ...
Matt Evans's user avatar
  • 1,015
3 votes
2 answers
2k views

N-Tiered Web App Using JQuery/ASP.NET Web Services

For fairly small, non-complex web applications, we have utilized jQuery to make asynchronous calls to an ASP.NET web service for interaction with our Sqlite data store. This has proven to be a pretty ...
kittyhawk's user avatar
2 votes
2 answers
480 views

Solution organisation

I have been working on asp.net applications for 6 years but almost all of it has been extending and maintaining existing applications. I now have the need to develop a new application and I am ...
mob1lejunkie's user avatar
5 votes
1 answer
961 views

How to best organize multiple WebProjects that use similar business logic

We have the following setup Current Solution: Business Logic (Class Library) Data Layer (Class Library containing EF,Web Services wrappers etc) WebProject1 BUT we now want to ...
Jeremy's user avatar
  • 271
9 votes
2 answers
1k views

Moving all UI logic to Client Side?

Our team originally consisted of mostly server side developers with minimum expertise in Javascript. In ASP.NET we used to write a lot of UI logic in code-behind or more recently through controllers ...
Mag20's user avatar
  • 3,301
4 votes
4 answers
1k views

When using membership provider, do you use the user ID or the username?

I've come across this is in a couple of different applications that I've worked on. They all used the ASP.NET Membership Provider for user accounts and controlling access to certain areas, but when we'...
Chris's user avatar
  • 2,013
11 votes
4 answers
7k views

Why would you use MVC over Web Forms?

Recently an architect described our company as offering a Rolls-Royce solution (MVC) when all he needed was a Toyota (Web Forms). I'm curious to find out what you think about web forms vs MVC as an ...
Mysterion's user avatar
  • 625

15 30 50 per page
1 2 3
4