Questions tagged [webforms]
The webforms tag has no summary.
58 questions
1 vote
2 answers
678 views
Identifying states when using state machine to validate a form field
Scenario is simple, a password field with few validation rules. The states I came up with are default ( when the form loads or reset button is pressed) filled ( should this even be a state ?) valid ( ...
-1 votes
1 answer
45 views
Business forms automation options Decision
There is this situation We have many business paper forms that needs to be turned into web based Forms with approval workflows Well we have a small development team (2 developers) who are also ...
1 vote
1 answer
1k views
Should I separate client-side API calls into a separate .js file and class, and reference that?
Summary Instead of calling WebApi straight from a Web Forms User Control, I have created JS class which contains functions returning jQuery AJAX requests. The control would instantiate the class and ...
2 votes
2 answers
648 views
When to update a database from changes in a "live" HTML form?
I'm working with some software that uses an HTML form for a user interface to change some configuration information. The back end is a database (loosely speaking). The front end has a hierarchy of ...
0 votes
2 answers
648 views
Abuse of 302 Temporary Redirect
So I am junior programmer, and I just started working with .net webforms a little over six months ago. I have been studying SEO, and trying to optimize best practices with a senior level developer. I ...
150 votes
8 answers
25k views
Are bad programming practices typical within the software industry? [closed]
I just started my first job as a software developer over a month ago. Everything I have learned about OOP, SOLID, DRY, YAGNI, design patterns, SRP, etc. can be thrown out the window. They use C# .NET ...
0 votes
1 answer
223 views
Source Control - ASP.NET WebForms - Inexperienced team
I am currently working at a company that has a small(2) development team for our ASP.NET WebForms project. This was something we picked up from a previous team. The current team is made up of recent ...
3 votes
2 answers
1k views
Mix Web Forms and ASP.NET MVC
I am working on a very large ASP.NET Web Forms project. Our team wants to rewrite this project with ASP.NET MVC and domain driven design. Is it a good idea to combine Web Forms with MVC? With this ...