ASP.
I've been doing tutorials and trying to learn best practice when it comes to MVC development. The design I'm using …
c# asp.net-mvc-5 controllers asp.net-mvc-viewmodelI'm new to ASP.NET MVC 5 and I wanted to build a small project to figure some things out. When …
ajax asp.net-mvc asp.net-mvc-5In my export ActionResult I was able to load the model into my ExcelPackage. Where I am having trouble is …
c# asp.net-mvc-5 epplusPROBLEM: I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers. The problem is not project specific: …
visual-studio-2013 asp.net-mvc-5 asp.net-mvc-scaffoldingThere are a bunch of related questions on this, though most of the answers define Roslyn and/or provide a "…
asp.net-web-api asp.net-mvc-5 roslynI have created a new MVC5 project with Web API 2, I then added the Ninject.MVC3 package from NuGet. Constructor …
asp.net-web-api ninject asp.net-mvc-5I'm trying out some of the new stuff in VS2013 RC with MVC5 and the new OWIN authentication middleware. So, …
asp.net-mvc asp.net-mvc-5 claimsI am new to the ASP.NET Identity framework and am trying to do some things that I used to …
c# asp.net asp.net-mvc-5 asp.net-identityWhat is the difference between: public ActionResult Login(LoginViewModel model, string returnUrl) { if (ModelState.IsValid) { IdentityResult result = IdentityManager.Authentication.CheckPasswordAndSignIn(…
asp.net-mvc task-parallel-library async-await asp.net-mvc-5 asp.net-identityI seem to be having a difficult getting something that should be easy. From within my view, using Razor, I'd …
c# asp.net-mvc razor asp.net-mvc-5