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. ...

learn more… | top users | synonyms

0
votes
4answers
342 views

How should I describe myself on my CV? As a software developer? A software engineer? A senior developer? [duplicate]

I know this has been asked a lot, but I'd like to know what to present myself as on my CV and to future employees. I'm 24, and began as a C#/ASP.NET developer after graduating from University in 2010 ...
-4
votes
1answer
88 views

Technology to be used on a new project [closed]

Hi all am not sure if this question should be posted here or some other site on stack exchange let me know if this need to be moved. and i know the title is wierd We have a new project in our company ...
-4
votes
0answers
78 views

ASP.NET MVC4 uploading files [closed]

I am getting my hands wet with ASP and I have been following the tutorials. I deployed the site and in Azure and it worked great. Today I started actually designing the site. And when I published, it ...
14
votes
16answers
2k views

Is learning technology by reading books obsolete? [duplicate]

I am confused if one should read books thoroughly (sometimes they are very bulky and if they contain many aspects of the technology they can be 1500 odd pages or even more). I have also read some ...
1
vote
1answer
186 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 ...
-5
votes
0answers
63 views

need a solution for this problem [closed]

I have parts produced and parts rejected options in my app. My client gave me a condition to put: At any time parts rejected should not be less than the parts produced and You should be able to save ...
6
votes
3answers
260 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
127 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
23 views

MachineKey.Protect VS RijndaelManaged

On a .Net web application, what are the differences between using System.Web.Security.MachineKey or RijndaelManaged? Which algorithm does the MachineKey class use under the hood? Thanks
2
votes
1answer
128 views

Jenkins to automate deployment of ASP.NET applications

Is there any possibility to automate/semi-automate deployments of ASP.NET web applications using Jenkins. It can be under controlled or uncontrolled environments, for uncontrolled user needs to enter ...
0
votes
4answers
835 views

What is the difference between WCF service and a simple Web service in developing using .NET Framework?

My questions are: What is the difference between WCF service and a simple Web service in .NET Framework? What a WCF Service can do which a .NET Web service cant? In other words, what are the ...
2
votes
1answer
164 views

What mindset should an ASP.NET developer have in terms of client-side vs server-side code?

I'm jumping back into ASP.NET development after spending the past 7 years playing manager, dba, and winforms developer. I've dabbled with a few things web related, primarily maintenance of existing ...
0
votes
1answer
147 views

Why does my web site load fast locally and at home but slowly for our customer? [closed]

I'm having a frustrating problem that I need some advice with. I've written a ASP.Net web forms application that retrieves its data through a wcf web service. When I run it locally either on my ...
-1
votes
1answer
40 views

ASP.net extended with client side operations [closed]

What is the best way to "extend" my ASP skill set to include more client side orientated actions. I am developing the growing need to do things "faster" , without post backs... I am talking about UI ...
0
votes
0answers
18 views

how make temp link download with resume in asp.net c# [migrated]

how can i create temporary link download with resume in asp.net with expire link after for example 2 days i use this: Response.ContentType = "application/octet-stream"; ...
0
votes
0answers
20 views

ASP.Net Web.config design [duplicate]

I'm working on an asp.net project that has oAuth keys and other keys I'd like to keep private and I'm looking for ideas on the best way to accomplish this. My thinking is that in the web.config I ...
-2
votes
0answers
21 views

Use pushState and asp.net webforms with localization [closed]

I'm having a hard time looking for a sample code how to implement pushState in my webform project. Is it not possible?
46
votes
22answers
21k 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; ...
4
votes
2answers
413 views

A design pattern for data binding an object (with subclasses) to asp.net user control

I have an abstract class called Address and I am deriving three classes ; HomeAddress, Work Address, NextOfKin address. My idea is to bind this to a usercontrol and based on the type of Address it ...
5
votes
2answers
2k views

What's the difference between ASP.NET Web Applications and Websites?

Currently, I am reading Pro ASP.NET 4 in C# and in it, two ways of creating a web application are described: Website Web Application Project In which scenarios should I choose the former over the ...
1
vote
1answer
59 views

Data transfer between“main” site and secured virtual subsite

I am currently working on a C# ASP.Net 3.5 website I wrote some years ago which consists of a "main" public site, and a sub-site which is our customer management application, using forms-based ...
0
votes
0answers
42 views

XML vs SQL for content display on an ecommerce website [duplicate]

I am in process of developing an e-commerce application which is using SQL Server 2008 as a DB. I was suggested to use XML for content/product display, I bought the idea of using XML as a datasource ...
1
vote
3answers
208 views

File storage for a blog component: database or filesystem?

I'm going to develop a fairly basic re-usable blog component, with simple CRUD operations using ASP.Net. Which method of storing blog posts would be best suited to the situation in terms of ...
1
vote
1answer
69 views

Delivering and caching files in asp.net

The question is - what is an effective way to deliver files to users? Consider an asp.net application which gives an ability to view various files. A kind of image library or web file directory. Key ...
0
votes
5answers
599 views

Possibility to switch over to Java from .Net [duplicate]

I am an MCA fresher and will be working on dot Net for next few months (almost 10-12 months). After that I want to switch over to Java. How is the possibility that I can switch over to it? What type ...
0
votes
6answers
325 views

Wise way to implement a website login and database tables for a small shop

Im building this website for a small store and I was told that its better not to keep the login and the rest of the users information on the same table. Now im wondering, what is the best way to ...
0
votes
0answers
16 views

Wise way to implement a website login and database tables for a small shop [duplicate]

Im building this website for a small store and i was told that its better not to keep the login and the rest of the users information on the same table. Now im wondering, what is the best way to ...
0
votes
0answers
44 views

Http Redirect and asp.net [migrated]

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
379 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
82 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
539 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 ...
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
123 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
67 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 ...
5
votes
4answers
231 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
119 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 ...
2
votes
5answers
377 views

Understanding unit tests/TDD for ASP.NET webforms [closed]

I'm the lead programmer at a small software firm (currently 4 developers including myself), we develop bespoke ASP.NET WebForms applications for businesses. I joined there in 2010 just after ...
-3
votes
1answer
127 views

why Visual studio takes long time to process? [closed]

while i am running asp.net web app in visual studio by pressing start debugging button, it takes long time to run. but when i press f5 key it takes only few seconds to process my web page, can ...
1
vote
2answers
238 views

Asp MVC section and partial views

I have a question regarding ASP sections and partial views. What ser the benefit of using one over another? Because if I have a menu, i guest that it could be both as a section, but also as a ...
2
votes
3answers
458 views

Microsoft's coding standards for ASP.NET controls

I cannot find any naming standards/conventions in MSDN for naming ASP.NET controls. One of the following standards tends to be used by programmers: lblAddress AddressLabel Address According to ...
0
votes
1answer
379 views

ASP.NET MVC Web Site & WCF Web Service - Sharing functionalities

I have the following situation: I have to create a website and a web service that will share a part of the functionalities. This is why I do not want to write code twice. I have thought of the ...
3
votes
1answer
210 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 ...
6
votes
5answers
400 views

Remake old web forms application in asp.net mvc

I've inherited the code maintenance of a complex web site for a customer that continuously requests enhancements for it. This application took years to develop and I'm facing increased difficulties to ...
12
votes
4answers
3k views

Classic ASP to ASP.net or ASP.net MVC

We have a web application which is developed in classic ASP and it evolved over 5 years to its current form which has 100's of pages, huge database and more than 10000 active users going through at ...
-3
votes
1answer
551 views

quick approach to migrate classic asp project to asp.net [duplicate]

Recently we got a requirement for converting a classic asp project to asp.net. This one is really a very old project created around 2002/2003. It consists of around 50 asp pages. I found very little ...
5
votes
3answers
3k views

Best Architecture for ASP.NET WebForms Application

I have written an ASP.NET WebForms portal for a client. The project has kind of evolved rather than being properly planned and structured from the beginning. Consequently, all the code is mashed ...
4
votes
1answer
180 views

How cache works in ServiceStack web services

I am new to caching and trying to understand how it works in general. Below is code snippet from ServiceStack website. public object Get(CachedCustomers request) { //Manually create the Unified ...
0
votes
4answers
176 views

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 ...
-3
votes
1answer
325 views

Which framework should I learn if I want to do web development in Java? Any advice? [closed]

Well, I don't have a strong background in programming. I know C, C++, some C#, some vb, and some basic java and SQL, that's it. I don't have any work experience in web development, so just consider me ...
3
votes
3answers
159 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 ...

1 2 3 4 5 8