Is ASP.NET MVC completely (and exclusively) based on conventions?
–TL;DR
Getting some experience with asp.net [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Getting some experience with asp.net [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Best practices for logging user actions in production
I was planning on logging a lot of different stuff in my production environment, things like when a user:
What is the best way to create HTML in C# code? [closed]
Closed 10 years ago.
Is server validation necessary with client-side validators?
I recently created a .net web app that used over 200 custom validators on one page. I wrote code for both ClientValidationFunction
and OnServerValidate
which results in a ton of repetitive code.
Do ASP.Net Web Forms actually produce ADA compliant HTML? Does the ASP/AJAX toolkit undermine the goal of ADA compliance?
I’m trying to convince my employer to let us use the Microsoft ASP/AJAX toolkit since it simplifies the implementation of many controls. However they have rejected the idea on the grounds that it produces “AJAX code” which is not ADA compliant. However the same employer requires webpages to be written in ASP.NET Web Forms which, as far as I can tell from the source, is very very far from ADA compliance.
ASP.NET MVVM Handling multiple Data Transfer Objects on a single page
I have an asp.net mvc “edit” page which allows the user to make edits to the parent entity, and then also “create” child entities on the same page. Note: I’m making these data transfer objects up.
How to structure a XML-based order form using ASP.NET
First question here; please help me if I’m doing something wrong.
.NET – refactoring code
I have inherited and now further develop a large application consisting of an ASP.NET application, VB6 and VB.NET application.