Tagged Questions
3
votes
1answer
195 views
Designing models for a generic service layer
We are building a web interface to a tiered membership system, which will interface with a third-party CRM web service for the creation and management of accounts. The web service, unfortunately, is ...
3
votes
3answers
156 views
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.
I've worked on many websites where common framework classes are overridden.
Since I work mostly in ...
0
votes
2answers
153 views
Separation of development responsibilities in a new project
We have very recently started a new project (MVC 3.0) and some of our early discussion has been around how the work and development will be split amongst the team members to ensure we get the least ...
4
votes
2answers
444 views
Freelance Web Developer tools
I'm thinking of freelancing and building web sites in my free time.
I have experience in C#/ASP.NET, JavaScript/jQuery as well as HTML/CSS and SQL. Thus, I feel like I have sufficient web ...
2
votes
1answer
151 views
Technology Choice for a Client Application
Not sure this is the right place to ask...
I'm involved in the development of a new system, and now we are passing the demos stage. We need to build a proper client application.
The platform we care ...
0
votes
3answers
419 views
What are the pre-requisites for writing .NET web services?
I am very new to web development. I have been a C,C++ programmer for 5 years and I'm starting to get into the web development, writing web services, etc.
I understand that basic concepts of web ...
0
votes
1answer
279 views
Why would he say “We don't want to support MVC3”?
I work in a small shop at a fairly big company doing intranet web applications. By small, I mean there is 1 other guy in my position... and he graduated with me last December. (we aren't the only IT, ...
4
votes
8answers
983 views
How can I move a team from C# ASP.NET development to PHP development using Drupal?
I have a team of skilled C# developers with vast experience in creating ASP.NET MVC applications. We will soon be starting a new big web site project based on the Drupal platform. My developers do not ...
1
vote
5answers
313 views
An aspiring programmers proverbial fork. (asp.net or …) [duplicate]
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
247 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 ...
11
votes
6answers
16k 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 ...
11
votes
3answers
2k 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 ...
6
votes
2answers
365 views
Implementing Asynchronous Insert / Update for a web application
I am in the process of implementing a small web application using memcached for caching objects and sql server for database persistence.
In all the projects I have done before I have done ...
0
votes
1answer
1k views
How much do i need to learn in order to get an entry level asp.net job? [duplicate]
Possible Duplicate:
If you develop with ASP.NET, which other technologies do you use?
I'm currently learning C#, but I've noticed that there is a lot of demand for ASP.NET developers.
I ...
7
votes
4answers
255 views
Can you overuse delegates and events
I've just started getting to grips with event driven programming and I'm finding delegates and events to be very useful. Since starting to see the potential I've began using them all the time to solve ...