റിസർവ് ബാങ്ക് ഓഫ് ഇന്ത്യ – അറിയേണ്ടതെല്ലാം

1) ‘ബാങ്കേഴ്സ് ബാങ്ക്’ എന്നറിയപ്പെടുന്നത്? റിസർവ് ബാങ്ക് ഓഫ് ഇന്ത്യ 2) റിസർവ് ബാങ്ക് ഓഫ് ഇന്ത്യ നിലവിൽ വരാൻ കാരണമായ…

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

1) സൈലന്റ് വാലിയിലൂടെ ഒഴുകുന്ന നദി? കുന്തിപ്പുഴ 2) ‘രാസവസ്തുക്കളുടെ രാജാവ്’ എന്നറിയപ്പെടുന്നത്? സൾഫ്യുരിക് ആസിഡ് 3) ഇന്ത്യയുടെ ആദ്യ തദ്ദേശീയ…

SOLID Design Principles Explained – C#

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

The anti-forgery token could not be decrypted error in ASP .Net MVC

The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm…

SQL Constraints

SQL Constraints are set of rules applied to a SQL tables to validate data. The purpose…

Types of variables in c#

            The c# support two major variable types, they are “Value type and Reference type”. Int,…

What is a View in sql server and its advantages ?

  A view is nothing more than a saved query.  A view can also be considered…

How to use date in javascript and the different date methods?

The Date object is a datatype built into the JavaScript language. Date objects are created with…

What are the different action method’s return type?

1) ViewResult : Used to return a view to render html in the browser. this is…

The requested page cannot be accessed because the related configuration data for the page is invalid in MVC

The error message “The requested page cannot be accessed because the related configuration data for the…