Mritunjay Kumarcodecomponents.hashnode.dev·Aug 24, 2024Asp.net Mvc 5This is the last version of MVC from the .NET Framework. The next version was first called MVC 6 but was later renamed to ASP.NET Core MVC and moved to .NET Core. So, let's start by learning ASP.NET MVC 5. Design Patterns Design patterns are best pra...DiscussASP.NET
Dev Kheradiyadevkheradiya.hashnode.dev·Mar 7, 2024Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'"Good practice is to back up your Sitecore's <Folder-ends-with-dev.local> so that you can use this backup whenever you encounter an error." "Do not override the Sitecore's web.config with your Project's web.config." This error arises because your pro...DiscussSitecoreSitecore
ilina yaasssokitekyaaass.hashnode.dev·Feb 9, 2024Differences between ASP.NET 5 and ASP.NET MVC 6https://www.oditeksolutions.com/asp-net-mvc-5/ ASP.NET 5 and ASP.NET MVC 6 represent advancements in the .NET framework, with significant changes and enhancements compared to their predecessors. ASP.NET 5 is an open-source platform for developing w...Discuss.NET MVC 5
Hammad Maqboolhammadorbit.hashnode.dev·Feb 25, 2023Learn how to develop a blog with C#.NET MVCStatus: Completed For Resource and Complete Series: Check the series Link: https://blog.iamhammadmaqbool.com/series/dotnet-mvc-webdevelopmentDiscuss·73 reads.NET Talks ❤️C#
Sundeep Kamathtrystwithcode.hashnode.dev·Sep 6, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 3My earlier post listed the steps to set up cookie-based authentication in ASP.Net MVC 5 project using Identity libraries.There was, however, a hardcoded username and password used for the authentication logic.I will replace the same with the new memb...Discussasp.net identity
Sundeep Kamathtrystwithcode.hashnode.dev·Sep 5, 2015Authentication in ASP.Net MVC 5 using Identity Libraries – Part 2In my earlier post, I had created a basic HomeController and an AuthController.When we ran the application there was enough logic to check if the user had been authenticated and if not he would be redirected to the login page. Moving on, we'll now ad...Discussasp.net identity
Sundeep Kamathtrystwithcode.hashnode.dev·Sep 4, 2015Authentication in ASP.Net MVC 5 using Identity Libraries - Part 1In my earlier post, I referred to the post by Ben Foster on using ASP.Net Identity libraries to add authentication support. I'm planning to try the same using an ASP.Net MVC 5 web application.I'll be covering the same on my blog as a 3 part series, t...Discussasp.net identity
Sundeep Kamathtrystwithcode.hashnode.dev·Sep 3, 2015Setting up authentication in ASP.Net MVC 5 using Identity librariesI've been working on this side project of mine developed in ASP.Net MVC 5.While developing the project, I started with an empty MVC project template.As a result of this, the default plumbing about authentication etc was not part of this project.I was...Discussasp.net identity
Sundeep Kamathtrystwithcode.hashnode.dev·Aug 23, 2015Compiler error CS1617 Invalid option 6 for langversion comes up in Visual Studio 2015 for .Net Framework 4.6I created an empty ASP.Net MVC 5 project in Visual Studio 2015 recently.This project targeted .Net Framework version 4.5.2 by default. The project compiled successfully and ran as expected without any issues. Later on, I changed this from the project...Discuss·43 reads.Net framework v4.5.2