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
331 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
87 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
74 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 ...
-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 ...
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
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
1answer
123 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 ...
-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?
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
206 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
68 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 ...
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
6answers
322 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
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
506 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
120 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 ...
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 ...
1
vote
1answer
65 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
1answer
117 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
371 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
230 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 ...
0
votes
1answer
366 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
209 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 ...
2
votes
3answers
452 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 ...
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 ...
4
votes
1answer
176 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
322 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
158 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 ...
6
votes
2answers
532 views

What is the difference between PHP and ASP.NET Web Forms in page size?

I plan to program web applications for small companies. When I read about ASP.NET Web Forms, I liked its way of building dynamic sites. However, I have heard from a friend that Web Forms could ...
4
votes
3answers
216 views

How do ORM'S manage CRUD operations in multi thread environment

Suppose I have code which retrieves an object and modifies it and submits it via any ORM from a web application. Below is the pseudo code: First request var objCust = ...
2
votes
3answers
229 views

Is it possible to get dynamically generated html in asp.net tags using HTTP Modules?

I want to know if it is possible to write to a log/text file dynamically generated HTML in asp.net tags in an .aspx page using HTTP modules. By dynamically generated HTML, I mean the html content ...
0
votes
3answers
146 views

Re-engineering an ASP.NET AJAX project as ASP MVC

I have been asked to investigate the possibility of re-engineering an existing ASP.NET AJAX Web Application as under MVC. The project, as it stands ATM, is very heavily relient on Telerik's ASP.NET ...
0
votes
1answer
296 views

Controller layer and 3-tier architecture

What is controller layer and where we put this in our 3-tier architecture? 1)UI 2)Business Logic Layer 3)Data Access Layer I search in net but unable to get exact ans.Any links or sample example ...
0
votes
1answer
63 views

Formatting Dynamic Web Pages

A page built so that is has server side scripts implemented on the page. Should indentation of the code be according to the server side logic (making it easier to read while coding) or according to ...
4
votes
2answers
411 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 ...
0
votes
2answers
166 views

How to make ASP .NET MVC website have a continuous process running?

This website is supposed to be a game where the players have some 'buildings' and these buildings produce resources. E.g. an iron mine may produce 30 pieces of iron ore per minute and automatically ...
-1
votes
1answer
211 views

Migrating from PHP to ASP .NET MVC [closed]

I plan on migrating a website from PHP to ASP .NET MVC. However, since the website is large and this migration can't be done in a short time I plan to use both MVC and PHP pages together. So the idea ...
3
votes
1answer
425 views

One Login amongst multiple ASP.NET MVC applications Questions

I have been working on an ASP.NET MVC 4 application that uses forms based authentication. Users are validated against a membership provider based on a provider selection on the login form. For ...
2
votes
5answers
359 views

Should heavy binary files not be stored in database? [closed]

I was asked an interesting question: Should a database contains all data? Or heavy binary files should be stored in file system? Example of heavy binary files : videos or heavy pdf files (+200 MB) ...
0
votes
1answer
145 views

Other than MSMQ, what is the easiest messaging queue to get installed on Windows? [closed]

When working with a fairly average team (limited knowledge with the latest and greatest), what would be the most ideal messaging queue to use in a windows environment? Something that installs easily ...
2
votes
2answers
171 views

Overcoming circular reference

I am working on an asp.net MVC web application which contains several projects. One is BusinessObjects, which contains business logic / processes. Another is EmailGeneration which is used to send ...

1 2 3 4 5 8