Monday 30 March 2020

Create Page Model attached MVC C#

This post lets you understand to create a view which bind with model, using this approach you can create to form to save the record in the database fastest and easily. As we know validation and binding model with jquery is very time taking task. The model view automatically creates forms as per the model. You can make validation rules in the model.


Model

Answer : IT Tools and Business Systems (January 2019)

Answer : IT Tools and Business Systems (January  2019)

1. Multiple choice :


1.1 : B
1.2 : B
1.3 : C
1.4 : D
1.5 : A

Saturday 28 March 2020

Solved : IT Tools and Business Systems (January 2019)

Solved : IT Tools and Business Systems (January  2019)

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=10)

1.1 : Which is the technology used in the evaluation of aptitude test?
(A) OCR (B) OMR
(C) MICR (D) MCR
1.2 : SQL stands for :
(A) Standard Query Language
(B) Structured Query Language
(C) Shortest Query Language
(D) System Query Language
Answer 

Friday 27 March 2020

Answer : NIELIT IT Tools and Business Systems (July 2018)

Solved :  NIELIT IT Tools and Business Systems (July 2018)

1 : Multiple Choice


1.1 :  D
1.2 : B
1.3 : D
1.4 : C
1.5 : B
1.6 : C

Thursday 26 March 2020

Compare date in dd/mm/yyyy format C#



Some programmer needs to compare date in the format of dd/mm/yyyy. C# sharp has reach features of handling date but too complicated. So I made this post which helps you to compare date in dd/mm/yyyy format in simple way.

using System.Globalization;

string strFromDate =  "16/03/2020";
           
string strToDate = "20/03/2020";

Wednesday 25 March 2020

NIELIT IT Tools and Business Systems (July 2018)

Solved NIELIT  IT Tools and Business Systems (July 2018)

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 : statement for MS-Word?
A) It can be used to prepare annual report.
B) It can be used to generate same document to send multiple persons.
C) It has autocorrect facility and dictionary facility.
D) It can create a graph from given data.
Answer