| by Achyut Kendre | 4 comments

Project Title: LearnSmart Exam

This is web application used by any Training Institute to conduct the various exams of the student. It enables institute and schedule the exams for the student. Students can give online exams and get the student performance. It will have two modules – Company Admin Student Company Admin: Company admin can configure the exam software […]

Read More
| by Achyut Kendre | 4 comments

Project Title: Alumini

Magic alumini is web based software which enables us any institute / school / college to manage the alumini of the institute ex students. Here students can connect to each other to share their feeds, jobs,Queries. Institude can also use it to conduct events, polls etc. It will have two stake holders – Institute/School/College: who […]

Read More
| by Achyut Kendre | 4 comments

Project Title:FreshFarmMart

This will be web portal used by Farmers to sell their farm fresh online. Any farmer can register on the portal with his/her details with his/her trade name. He can sell his farm grown vegies / fruits and grains online. Any buyer can purchase it online using this portal. This portal has following stake holders […]

Read More
| by Achyut Kendre | 6 comments

SecondHome.com

Web Application Portal used by the users and hotel companies to search and book the rooms for stay. It has three actors – Hotel User Admin Admin Admin is reponsible for managing entire application from configuring the masters to report generation. It will have following functionalities – Configure Tax Create Masters State, Country, City Activate […]

Read More
| by Achyut Kendre | No comments

How to use Action Parameters, Return Values & Action Selectors in ASP.NET Core?

In this article we will learn about action parameters and return values in details – Action Parameters Action can have primitive or complex types of parameters. If action has a primitive types of parameter’s by default it will search the values of those parameters in url (not compulsory) and if the parameters are of complex […]

Read More
| by Achyut Kendre | No comments

Project List 3

Project No: 1 => Hotel Booking System This will be web application where from any hotel can show case it’s rooms, services and hospitability on a web portal where from any body can book rooms and services from that hotel. It will have following two stake holders – Hotel User Hotel will have following facilities […]

Read More
| by Achyut Kendre | No comments

Projects

Project 1: CowBuffFarm MyDairy is beautiful web application used by Companies/ Firms who raise cows and sales cow / buffelo and sale milk or milk related products online using web portal. It will have the following stake holders – Admin Company User Admin: – will configure and control the application. He will block/unlobkc companies/users. Manage […]

Read More
| by Achyut Kendre | No comments

Project List:-

1. Project Title : On Time Project Description: This will be web portal where from the user can search doctors and book the appointment for the doctors for various treatments. This portal will have the following Stake holders – Admin:- Admin will control entire application by configuring various masters and defining rules and regulations. Admin […]

Read More
| by Achyut Kendre | No comments

C# Console Programs

Addition Example : https://drive.google.com/file/d/1L9fLcXmVdIsl5FbZcZQ68raTdSm1W2fK/view?usp=sharing Condition Example: https://drive.google.com/file/d/1Teqa6alW9znLPbhQHQOh8KuN92JmoALm/view?usp=sharing Logical Operator Example: https://drive.google.com/file/d/1aAbksDCSnDYKwr2fV6KL0iAenT6Z2OeR/view?usp=sharing Nested Conditions : https://drive.google.com/file/d/1pq1ZH3h3lsMnW-pB8CKzE-wvpixyXsp4/view?usp=sharing For Loop Example 1: https://drive.google.com/file/d/13e4p7sF590uJxcnhSLDpoyohY7pnj4Vg/view?usp=sharing For Loop Example 2: https://drive.google.com/file/d/1zbl_vf4LgASLeNyePD2irI5yBWjusL_i/view?usp=sharing While Loop Example: https://drive.google.com/file/d/1ICNeE_X8TNetr0L0D9DDDVeokhDsvOP7/view?usp=sharing While Loop Example 2 : https://drive.google.com/file/d/1n6VpshG–njKsJYpoq260RsMMCx8nLwT/view?usp=sharing Do While Loop Example : https://drive.google.com/file/d/10DwyZ65TNvI65NYULZIL2SsK0RK9QoLH/view?usp=sharing Nested Loop Example 1: https://drive.google.com/file/d/1QAb4NeLFGjXhJc6dyudLBlHG7l394Xz3/view?usp=sharing Nested Loop Example 2: https://drive.google.com/file/d/11t4OyMjVyz6MJklV5Kc3xi4BIqhX1HSJ/view?usp=sharing Switch Case Example: https://drive.google.com/file/d/1Apt-3orcx09guHb9PwLQa5lUl_VIv5MW/view?usp=sharing […]

Read More
| by Achyut Kendre | No comments

Token Based Authentication using ASP.NET Core Web API.

Source Code : https://drive.google.com/file/d/1QOZzkP0dctZ1NCOB1MdTu27se18EOAlL/view?usp=sharing

Read More