What .NET objects should I use to create a cookie based session in MVC?
I’m writing a custom password reset application that uses a validation technique that doesn’t fit cleanly with ASP.NET Membership Provider’s challenge questions.
Which asp.net technology fits this situation best?
I think I can count WebAPI out, but WebForms, WebPages, and MVC are all possibilities.
Why does the .Net world seem to embrace magic strings instead of staticly typed alternatives?
So, I work in .Net. I make open source projects in .Net. One of my biggest problems with it isn’t necessariyl with .Net, but with the community and frameworks around it. It seems everywhere that magical naming schemes and strings is treated as the best way to do everything. Bold statement, but look at it:
Implementing a Service Layer with MVC4 while honoring Single Responsibility
I’m trying to learn some best practices while I ramp up on MVC4. I have a solution with three projects:
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.
How do I handle having so many SQL queries?
I have an MVC3 project that uses SQL Server.
UTF-16 Pitfalls, Chinese
I’m going to be writing an application that is pure HTML5 and JS and MVC.net back-end.
We have .resx files that are getting compiled to .js files for resources in the html5 application. The application has to work in English and in Chinese which I understand to mean that we need to use UTF-16 everywhere.
Is there any real value in unit testing a controller in ASP.NET MVC?
I hope this question gives some interesting answers because it’s one that’s bugged me for a while.
Streamlining ASP.Net MVC deployment? [closed]
Closed 11 years ago.
SQL.issue related to data loading and performance
The situation is as follows: When i run my SQL query with a WHERE clause, i get a specific range of data, and it returns results successfully. However, when you remove the WHERE clause and try to retrieve all the data, no data is returned, and the system gives an error. This is generally an issue related to data loading and performance.