Monday 1 May 2023

Solved : January 2021 M4.2-R4: INTRODUCTION TO MULTIMEDIA

 Solved : January 2021 M4.2-R4: INTRODUCTION TO MULTIMEDIA

Saturday 29 April 2023

Solved : Application of .NET Technology January 2021

 Solved : Application of .NET Technology January 2021

Friday 28 April 2023

Solved : January 2021 Introduction to ICT Resources

 Solved : January 2020 Introduction to ICT Resources

Thursday 27 April 2023

AI Content writer


Top 10 free AI Content writer Website

 Content writing was A Career opportunity in recent years but nowadays AI content writers replace content writers. You can create quality, unique SEO-friendly content for your business using AI content writers without paying. Following is the list of some popular free AI content writers. You signup free and start content writing. 

Wednesday 26 April 2023

Solved : Internet Technology and Web Design Question Paper (January-21)

 Solved : Internet Technology and Web Design Question Paper (January-21)

Tuesday 25 April 2023

Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 2021 | NIELIT O Level

 Answer : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 2021 | NIELIT O Level

1. Multiple Choice 


1.1 : A
1.2 : A
1.3 : B
1.4 : C
1.5 : C
1.6 : B
1.7 : A
1.8 : D
1.9 : C
1.10 : A

Sunday 23 April 2023

Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 2021 | NIELIT O Level

 Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , July 2021 | NIELIT O Level

Q. 1 : Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein. (1x10)


1.1 : The default storage class of a 'C' variable is :
(A) Auto
(B) Static
(C) Extern
(D) Register

Thursday 20 April 2023

Answer : IT Tools and Business Systems - July 2021

 Answer : IT Tools and Business Systems - July 2021

1. Multiple Choice


1.1 : B
1.2 : C
1.3 : D
1.4 : B
1.5 : B
1.6 : D
1.7 : B
1.8 : A
1.9 : C
1.10 : C

Wednesday 19 April 2023

Solved IT Tools and Business Systems (July 2021)

 Solved IT Tools and Business Systems M1-R4 (July 2021)

Q. 1 : Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.
(1x10)

Sunday 16 April 2023

Send Email on form submit

 This post will help you to send emails to the website admin, While someone fills out the contact/feedback or message form on the website. The whole task will be achieved using only HTML, No server side or any other backend code is required. 

This kind of email service is provided by https://formsubmit.co/. Just paste the sample form code on your webpage.

<form action="https://formsubmit.co/your@email.com" method="POST">

    <input type="text" name="name" required>

    <input type="email" name="email" required>

    <button type="submit">Send</button>

</form>

Sunday 2 April 2023

Room Booking/Hotel Management Synopsis

 

Room Booking/Hotel Management  Synopsis

Room Booking/Hotel Management  Synopsis

Room Booking/Hotel Management website is a complete synopsis, which will help you to cover all business logic Room booking system for Hotel.Lodge,Guest House. This synopsis is prepared for the core PHP. You can change some minor headings and this synopsis will work for your platform project. Live projects have been already made through this synopsis.  This synopsis covers all the standards for the synopsis. So this can be used by BCA, MCA, Bsc, O-Level, A-Level, IGNOU students.

Introduction


This project synoopsis plays a crucial role in a room booking system. A room booking system is a software application that allows users to book rooms or spaces online. It enables users to view available rooms, reserve rooms, and make payments securely online.

  • Availability: The software enables users to view the availability of rooms in real-time. This makes it easy for users to find and book rooms quickly.
  • Reservations: The software allows users to make reservations easily. It keeps track of all reservations and ensures that there are no double bookings.
  • Payment processing: The software enables users to make payments securely online. This ensures that payments are processed quickly and accurately.
  • Management: The software helps managers to manage the room booking system effectively. It provides them with real-time information on room availability, reservations, and payments.
  • Reporting: The software generates reports that provide insights into room occupancy, revenue, and other key performance indicators. This helps managers make informed decisions.

Key Features

  • Dynamic website
  • Room/Product entry
  • Customer signup/login
  • Online booking System
  • Online payment
  • SMS/Email notification
  • Invoice Printing
  • Customer chat service
  • Reporting
  • Separate login panel for both user and web admin
  • Grievance cell
  • Discount/Coupon management
  • Customer database knowledge panel
  • Backup and restore management

 Click to   Download Synopsis PDF Version.







Friday 10 March 2023

CCAvenue Integration with C# ASP.NET MVC

 

CCAvenue Integration

CCAvenue integration with complete step-by-step code for C# ASP.NET MVC Pattern.


CCAvenue is one of the most powerful and popular payment gateways which support all types of payment methods. Integration of CCavenue with ASP.NET is quick and easy but the main problem is, Integration kit provided by the CCAvenue is implemented in the ASP.NET form application. Which is not in trend right now. ASP.NET MVC with C# is trending now. So this post will help you to implement CCAvenue with ASP.NET C# MVC pattern using visual studio 2019.


Process Login

  • Signup with CCavenue and get the CcAvenueMerchantId,CcAvenueWorkingKey, and CcAvenueAccessCode. To get this code please refer to the ccavenue documentation or use youtube because this information is available easily. So I am going to leave this to make this post smaller.
  • Download the Integration kit named ASP.Net_Kit_Version_2.0.
  • Drop an email to service@ccavenue.com with your website URL because CCAvenue entertains only register URLs sent by users by mail.
  • CCavenue provides a form with mandatory and optional parameter then encrypt user input and send it to the server.

Step 1 

  • Create an account on CCAvenue and get CcAvenueMerchantId,CcAvenueWorkingKey, and CcAvenueAccessCode.


  • Drop an email to service@ccavenue.com with your website URL because CCAvenue entertains only register URLs sent by users by mail.

Saturday 4 March 2023

Tour and Travel Management Website Synopsis

 

Tour and travel website


Tour and Travel website is a complete synopsis, which will help you to cover all business logic of tour and travel sector. This synopsis is prepared for the core PHP. You can change some minor headings and this synopsis will work for your platform project. Live projects have been already made through this synopsis.  This synopsis covers all the standards for the synopsis. So this can be used by BCA, MCA, Bsc, O-Level, A-Level, IGNOU students.

Key Features

  • Dynamic website
  • Package entry
  • Customer signup/login
  • Online package booking
  • Online payment
  • SMS/Email notification
  • Invoice Printing
  • Customer chat service
  • Reporting
  • Separate login panel for both user and web admin
  • Grievance cell
  • Discount/Coupon management
  • Customer database knowledge panel
  • Backup and restore management


 Click to download the editable Microsoft word version


List of live website list using this Synopsis


Tuesday 21 February 2023

School/College Document printing system | BCA, MCA, Bsc, O-Level, A-Level, IGNOU

 

School/College Document printing system

The school/College Document printing system is a complete synopsis, Which will help you to print solution projects for any type of education sector. This synopsis is prepared for the C# platform by Visual Studio as IDE and SAP Crystal report. You can change some minor headings and this synopsis will work for your platform project. Live projects have been already made through this synopsis.  This synopsis covers all the standards for the synopsis. So this can be used by BCA, MCA, Bsc, O-Level, A-Level, IGNOU student.


Click to   Download Synopsis PDF Version.





Thursday 2 February 2023

University/College/School Conference Management Synopsis

 


University/College/School Conference  Management synopsis is suitable for MCA, BCA, BSc, and MSc computer science students. This synopsis covered all the topics which are required in standard synopsis. You will get both PDF and word versions. You can implement the actual project on behalf of this synopsis documentation. This synopsis format will cover all languages with minimal modification. Download the version of PDF and the editable word version given below.

  Click to   Download University/College/School Conference  Management Synopsis PDF Version. 


  Click to   Download University/College/School Conference  Management Synopsis word Version. 











Sunday 29 January 2023

School/College Result Management Synopsis

 

Result Management Synopsis

Result Management synopsis is suitable for MCA, BCA, BSc, and MSc computer science students. This synopsis covered all the topics which are required in standard synopsis. You will get both PDF and word versions. You can implement the actual project on behalf of this synopsis documentation. This synopsis format will cover all languages with minimal modification. Download the version of PDF and the editable word version given below.


 Click to   Download Inter College Management Synopsis PDF Version. 


Click to Download  Inter College Management Synopsis Word Editable Version.


Download Next Synopsis

              

Sunday 22 January 2023

Data Adapter



Data Adapter can be considered a collection of command objects which act like an interface between the database and the dataset.

Wednesday 11 January 2023

School/College time table management

 



Class Time Table Management synopsis is suitable for MCA, BCA, BSc, and MSc computer science students. This synopsis covered all the topics which are required in standard synopsis. You will get both PDF and word versions. You can implement the actual project on behalf of this synopsis documentation. Download the version of PDF and the editable word version given below.




Friday 30 December 2022

Education E-commerce Synopsis | BCA, MCA, Bsc, O-Level, A-Level, IGNOU

 Education E-commerce Synopsis



This is an e-commerce category project, with the help of this project, you can sell education-related material online such as audio, video, PDF, etc. A payment gateway is integrated with this project and detailed reporting is done for admin. The website is completely dynamic so there is no need to change any kind of static code. This website is completely secure and the latest technology has been used.

Thursday 15 December 2022

FormsAuthentication C# ASP.NET MVC

 


FormsAuthentication

FormsAuthentication class from System.Web.Security is used to authenticate a user whether login or not. FormsAuthentication class has many functions to check the user login and it's very easy to implement. Follow the code given below

Views

<h2>Login</h2>

<form method="post">

    <input type="text" name="UserName" placeholder="User Name"  required /><br /><br />

    <input type="password" name="Password" placeholder="Password" required /><br /><br />

    <input type="submit" value="Login" />

    @if (Request.QueryString["msg"] != null)

    {

        <br /><br />

        <span style="color:red">@Request.QueryString["msg"]</span>

    }

</form>