Mamankam Festival is held in which river banks?(മാമാങ്കം നടന്നിരുന്നത് ഏതു നദിയുടെ തീരത്താണ്?)

1) മാമാങ്കം നടന്നിരുന്നത് ഏതു നദിയുടെ തീരത്താണ്? ഉത്തരം:- ഭാരതപ്പുഴ 📌 ആദ്യത്തെ മാമാങ്കം നടന്ന വർഷം എ ഡി 829…

How to enable attribute routing in ASP .NET MVC?

To enable attribute routing in asp.net mvc we must call a method named “MapMvcAttributeRoutes” in RouteConfig…

എൽ ഡി സി മുൻവർഷത്തെ ചോദ്യങ്ങൾ

1) പണ്ഡിറ്റ് രാം നാരായൺ ഏത് സംഗീത ഉപകരണവുമായി ബന്ധപ്പെട്ടിരിക്കുന്നു? സാരംഗി 2) ചാരനിറത്തിലുള്ള പുസ്തകം ഏത് രാജ്യത്തിന്റെ ഔദ്യോഗിക രേഖയാണ്?…

Study Notes For Sub Inspector of Police – Constitution of India

1) The number of Articles under the Directive Principles when the constitution was brought into force:…

SOLID Design Principles Explained – C#

To Design a application  we need to follow some set of principle. SOLID principle is main…

How to swap 2 integers without using a third variable?

int a = 3; int b = 5; Console.WriteLine(“Before Swap”); Console.WriteLine(“a=” + a); Console.WriteLine(“b=” + b);…

How to use single , double and triple equalto (=,==,===)?

=  is  used to assign value from one value to another. == (Equality)  is used to…