Tagged Questions
0
votes
3answers
63 views
How can I define if my project considered to be small, medium or business application?
OK please notice first that I'm looking for a good option for our scenario. After some search on the internet, most people say that if you are going to build small-medium website then it is cheaper to ...
1
vote
3answers
87 views
Master page design (reloads on new page)
Ive been building a website with 2 pages and 1 master page. The master master page works as a "Menu". The two pages inherits from the master page and have some content on them.
On Page1 I have a link ...
7
votes
3answers
509 views
ASP.NET MVC vs WCF for REST API + Webpage usage
I think the discussion for programmatic service oriented usage vs human interaction is clear.
But if I were to create an application that makes use of both a programmatic API and a website that makes ...
5
votes
1answer
141 views
Need advice for approach for a web-based app that loads excel worksheet but exposes only the charts
I'm looking for suggestions on the Visual Studio approach to take for a web application that is in the conceptual stage.
My environment has a lot of tools:
Windows Server 2008 R2 Standard 64bit
...
16
votes
7answers
959 views
Should I use the language I'm most comfortable in, or the company “standard”
I'm going to be developing an Intranet site for my specific plant, and our company standard for web-development is IIS + ASP.Net + VB.Net + Microsoft SQL Server (note that we have about 10+ plants). ...
1
vote
5answers
246 views
An aspiring programmers proverbial fork. (asp.net or …) [closed]
Possible Duplicate:
Is it better to specialize in a single field I like, or expand into other fields to broaden my horizons?
Do Diversified Skills Foster or Hinder Specialization?
...
2
votes
3answers
161 views
How to update display during large processing job
I have an ASP.NET C# application that needs to go off and iterate through a directory of .xml files and do some processing on the data inside them. This is easy enough, but i need to display the ...
8
votes
6answers
2k views
How should data be passed between client-side Javascript and C# code behind an ASP.NET app?
I'm looking for the most efficient / standard way of passing data between client-side Javascript code and C# code behind an ASP.NET application. I've been using the following methods to achieve this ...
3
votes
2answers
301 views
Exposing business logic as WCF service
I'm working on a middle-tier project which encapsulates the business logic (uses a DAL layer, and serves a web application server [ASP.net]) of a product deployed in a LAN. The BL serves as a bunch of ...
1
vote
0answers
185 views
How to develop “Client script library” for ASP.net controls and how do these work? [closed]
I have been working on .Net platform for 2 years and right now I am working on DevExpress controls for 6 months.
All these control have client-side Events which are under some
ClientScript ...
5
votes
1answer
73 views
Is there a proven concept to website reverse certificate authentication?
We're looking at exposing some of our internal application data externally via a website. The actual details of the website aren't that interesting, it'll be built using ASP.NET/IIS etc, that might be ...
7
votes
3answers
243 views
Why decouple view and controller (web)?
Why can't we put them in the same page, like each action paired up with its view? Not using code island, but controller code at top then view code at bottom? What are the problems with this approach?
...
11
votes
3answers
499 views
Is it a good practice set connection strings in a web config?
Recently I have a discussion with some of my colleagues at my work because they said that it's better have in a .DLL a string connection encrypted. And I said why just don't use the string connection ...
9
votes
2answers
330 views
What is a good way to familiarize myself with PHP, coming from an ASP.NET background?
Currently, I'm very comfortable with building tools/web apps in an ASP.NET environment. I'm not really looking to leave tbh, as I really like C#, ASP.NET, MVC 3, Visual Studio, etc.
However, right ...
2
votes
2answers
66 views
What are other technologies that are capable of creating Websites with Animation, Load Detailed Images & Cross Browser
I am a Junior Web Programmer who is tasked with redesigning our website. Right now the website is made in ActionScript using the FLEX API(so its Flash based).
I am looking for advice on what ...