Thursday, July 29, 2021

How to get Remote Client's Latitude Longitude in ASP.NET Core MVC

It's a simple application to get Latitude & Longitude of remote client in ASP.NET Core MVC. I have used an API from www.ipinfodb.com. This is one of the simplest code of implementation, just few lines of code. Thanks. Happy learning. If any problem, please email me: amitfreelancer360@gmail.com Source Download Link:

Saturday, July 24, 2021

How to Read, Write Data in Cookie in ASP.NET Core MVC

This is a classic example of Cookie Handling in ASP.NET Core MVC. I try to show How Cookie is being created, How to append data into Cookie an How to remove Cookie in this video and as well as JSON Handling. This could be an interesting project for understanding Cookie Handling in ASP.NET Core MVC. Thanks. Happy learning. If any problem, please email me: amitfreelancer360@gmail.com Source Download Link:

Wednesday, July 21, 2021

How to get Remote IP Address in ASP.NET Core MVC

I have wrote this small application in ASP.NET Core MVC to get Remote Client IP Address and that IP Address can be stored in the server side for further use. This is an utility tips for the Beginners of the programming people in ASP.NET Core MVC. That's all. Happy Learning. If any problem, please email me: amitfreelancer360@gmail.com Source Download Link:

#tutorial #CoreMvc #aspnetcore #aspnetmvc #ASPNET

Tuesday, July 13, 2021

How to build Login & Registration Module with Database using Repository Pattern in ASP.NET Core MVC

This is a full Login Page project in ASP.Net Core MVC. This project contains both Login and Registration applications. I write this ASP.Net Core MVC using Repository Pattern with SQL Server Database. This is an ideal project for the beginners. Thanks. Happy Programming.

If any problem, please email : amitfreelancer360@gmail.com

Source Code Download:

#tutorial #CoreMvc #aspnetcore #aspnetmvc #ASPNET #Login

Friday, July 2, 2021

Runtime Search using Jquery AJAX in ASP.NET Core MVC

I have made this project to display data from DATABASE, this is a runtime search using Jquery AJAX in ASP.Net Core MVC. This project is about JSON data handling in ASP.Net Core MVC. This is being a good startup for the beginners to understand Handling JSON Data in ASP.Net Core MVC and how to use Jquery AJAX. Happy Learning. 

If you have any question, please email me: amitfreelancer360@gmail.com 

Jquery CDN Link: https://cdnjs.com/libraries/jquery 

Connection String Find Link: https://www.connectionstrings.com/sql-server/ 

Source Code Download Link: 

#tutorial #CoreMvc #aspnetcore #aspnetmvc #ASPNET #CRUDAPP