JS bundles do not render without EnableOptimization set to true
I don’t know if I’m doing something wrong but it’s probably a bug inside MVC4. I wonder how can I fix this?
I don’t know if I’m doing something wrong but it’s probably a bug inside MVC4. I wonder how can I fix this?
I use ASP.NET Identity 2.0 and MVC. I need to logged user’s name,surname,email etc.. in view. How can get it? I can get just @User.Identity but there no my user class’s property.
I prefer working with Fluent API configuration to DataAnnotation because I want to separate model from data access.
Hi I’m creating a login form from scratch in c# using 3 tiers. I’ve managed to build a working form that checks if the user data is correct. If he filled in the wrong data he’ll get a message. But now I need to create a session to store the id.
I need to create single pdf file from multiple images. For example, I have 12 images then pdf will generate 3 pages with consist of 4 image in single page 2 images in a row.
I’m building a page in my ASP.NET solution that retrieves most of its data from a 3rd Party API Service.
I have an ASP.NET site with a fairly slow search function, and I want to improve performance by adding the results to the cache for one hour using the query as the cache-key:
I am using a few sessions that should be terminated when the user is done. I stumbled on these 3 session killers. When is the best time to use these as I use sessions more time than not. Also, is there any other session termination I am not aware of?
I am trying to bind CountryId in the model to the value of a selected item of SelectList in Blazor. All of the Country items come in a list like {CountryId, CountryName} object. I do the code like so: