Posts

Mauritius Hiker - ASP.NET MVC, ASP.NET web api, C#,

Image
Hiking as a sport is common in several countries, in Mauritius this trend has started to because popular due to the fact that organizer can post hiking events on social networks like Facebook, meetup and others. For some people hiking is not just a sport but a lifestyle as well. When an hiking event is organized people have the chance to meet new people, explore new landscape, boost their adrenaline rush and  at the end of the day add it as unforgettable memories The fact the we do not have a specific platform custom made for Mauritians hikers, I have developed a web based application that will help organizers to post hiking events, where individual can get in touch with organizers and perform other functionalities. Screen Shot User Friendly Application Simple user interface to make the user comfortable and at ease, with a beautiful and eye catching navigation menu with option like about us, contact us, drop down menu to group all functionalities such as login and regist

Android tutorial for activity transition animation - Android

Image
Android tutorial to show the transition animation when navigate from one activity to another or from activity to fragment Screen Shot Step 1 create a new project in android studio with empty activity Step 2 right click on the "res" directory and in the context menu select new and add a new Android resource directory Step 3 Add animation files(XML)  in the directory you have created fade in Fade out Slide in left slide in right slide out left slide out right step 4 Create two activities one is the main activity and the second that the user will navigate in order to be able to see the transition animation Home page activity second page activity Step 5 Override the onClick() method and add the method "overridePendingTransition()" Download Click here to download source code Please donate and support at https://www.paypal.me/Rajcoomar

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