Saturday 13 February 2021

Real Estate PHP project full source code Free Download | Free PHP Project

 


Real Estate PHP Project

This real estate project is created to cover the student project as well as handling real estate projects. The project is diveded into a two-part, website and CRM. The website will cover online presentations of projects in front of clients. CRM covers business internal operations. This project is live and used by many customers. Purpose of this project to post here, for the learning  purpose of students that  How real estate operations being handled by the Online website. Any commercial uses of this project are prohibited and any violence of agreement is found then legal action may charge against of user.

Sunday 7 February 2021

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


Solved : PROGRAMMING & PROBLEM SOLVING THROUGH ‘C’ LANGUAGE , Jan 20

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.

1.1 : What is the following is invalid header file in C ?
         (A) math.h (B) mathio.h
         (C) string.h (D) ctype.h

Sunday 3 January 2021

2d Matrix sum using array | C Language | Nielit O Level Question

 Q : write a program to sum 3x3 matrix using an array.


2d matrix sum using array


Solution : 

#include<stdio.h>

#include<conio.h>

Saturday 28 November 2020

ASP.Net 404 page not found error handle

 



When a URL hits and if page is not found on the server then ASP.Net throws a 404 page not found exception. If 404 page not found exception handled properly then you will get the default error page by ASP.Net , Which doesn't looks good and user friendly. 404-page handling is considered as a good practice of web development. Paste the following code on Global asax file and you will be redirected to your custom error page.