In this blog post, we dive deep into implementing Login and Registration functionality using ASP.NET Core Identity, along with CRUD operations in ASP.NET Core MVC. Whether you're new to ASP.NET or looking to enhance your skills, this tutorial will guide...
Category: Web API
Web API C#
best programming language to learn for beginners
Top 7 Programming Languages for Backend Web Development If you are a beginner in programming or you are a complete fresher, still you could learn Web Development. Web Development is divided into two terms: First is Frontend Development and another...
user-registration-and-login-using-web-api
Login and Registration - Web API Hello everyone, In this video tutorial I am gonna teach you about the sign in and sign up functionality in asp.net mvc web api project. This is another part of Ecommerce Web API project...
web-api-with-reactjs-tutorial
Web API Tutorial with React JS Post Method and Project Setup Web API Tutorial with React JS Web API Tutorial | React JS Tutorial Hello everyone, In this tutorial I will explain about web api and react js from scratch...
web-config-causing-blocked-by-group-policy-error
First you need to delete or comment out every thing inside <system.codedom> </system.codedom> Second step is, go to <system.web></system.web> and add <trust level="Full" /> That's it. Now deploy the web.config file on the server and try to access the application....
git-commands-with-example
Basic GIT Commands for beginners git init git clone /path/to/repository
HTTP Error 500.19 Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.
This is an issue when your application doesn't have permission to access the directory. So to run your application successfully you need to give some permissions to it. Also in this case asp.net will not appear in IIS manager because...
Access-Control-Allow-Origin
Access-Control-Allow-Origin This issue is coming from WEB API application. When we created a WEB API project and created some methods to get or post data. But problem occurs when you try to access the api from another domain and try...