Question : I have a project in Asp.Net MVC using .NET Framework 4.5, but my host is shared and has […]
Tag: asp.net-mvc
How do I log in to a desktop application via a web application?
Question : I have a web application developed with ASP.NET MVC and login by storing the data in the Session. […]
Helper to write HtmlHelpers
Question : I’m trying to write an HtmlHelper and seeing some basic examples I found one with the class TagBuilder […]
Fields in the same line Bootstrap application MVC5
Question : I would like a hint of putting two fields on the same line in Razor, using the bootstrap […]
Is it possible to change databases in an existing system?
Question : I’m starting a project in ASP.NET MVC 5 with Entity Framework for a client, where it chose to […]
How to check if a file is an image?
Question : I’m working on an application using ASP.NET MVC and AngularJS and need to ensure that the file upload […]
Pass parameter to a C # MVC Controller
Question : I’m learning ASP.NET MVC C # programs and would like to know how I pass data from a […]
Send via Json data to the controller
Question : I am trying to send via Ajax some data from my form. In this form, I have inputs […]
Application stopping when there are many users accessing
Question : My application is crashing and I do not know exactly why. The only thing I notice is that […]
Creating Models that derive IdentityUser or use the AspNetUsers table
Question : I am developing management software for my fitness club. I have students, teachers and system users. I installed […]