Posts

Showing posts with the label WebAPI

Student Information System - AngularJS , ASP.NET API, C#

Image
Web based application the student information system is a small application that allows user to register and login to view information about a particular student and can perform several actions like Login and register to the application View students  Add new student Delete a particular student Update user information Screen Shot Project architecture routing.js, config.js and app.js allow the application to route from one partial view to another and config.js is used to save all the endpoint needed to access the API.   For separation of concerns, in the solution panel separate partial views, controller and services in different directories and reference it in index.html to enable angular to load all the files required Login process login.html LoginController.js Using $resource from AngularJS to make an API call and response  with a user details model UserViewModel and UserDetailsViewModel Using Unity for repository p

Mail Express web application

Image
Mail Express is a web based application that you can use to sent mail to an individual. The user must have a gmail account where Mail Express will act as a mail client. Technologies used for this project are: ASP.net C#, ASP.net webAPI, SQL server, MVC Screen Shot Login view Register view Home Page view Models Login process Sent the user email and encrypted password in a JSON format to the API using HTTP POST request API is using dependency injection and repository pattern to fetch user details from the database. Sending mail process sent an HTTP POST request to API with email subject, body and other details as JSON format Please donate and support at https://www.paypal.me/Rajcoomar