
Search In
Mongoose is similar to ORM( Object relational mapper) in many other languages. It is a node.js package that provides mongoDB object mapping. So basically mongoose converts the data in the database to the javascript objects that can be used in our app
In this blog, we illustrate how to create a dynamic table when data is coming from a database in MVC and display it.
In the below example we use a dummy data and jquery to populate the HTML table.
In controller, we have an action method called GetUs
In order to create youtube video thumbnail in android we have to first initialize its view i.e. YouTubeThumbnailView in our xml file. On initializing YoutubeThumbnailView we have to add developer key and its InitializationSuccess listener with two ov
Race condition is arise when multiple threads are accessing the shared data and they try to modify this shared data at the same time. The reason for arising a race condition is that we are unable to know the order of accessing a shared data among the
Controlling Session Behavior in Asp.Net MVC
Sessions in Asp.Net MVC are used across requests for storing data. Asp.Net MVC manages sessions for all controllers in the application irrespective of the fact data values are stored in the session or not
LINQ and Stored procedure
LINQ provides a query syntax used for querying different data sources like SQL server, Oracle, Collections etc. Type checking is done at compile time in LINQ. DOT NET framework languages like C# and VB.NE
Hi,
I am using php 7 and I do not know why the following 2 different codes for user the user registration page is not working. The login page php is working, though. I would appreciate the communities feed-backs.
Thank You!
REG PAGE (

Child Actions in ASP.NET MVC
In ASP.NET MVC controller is defined as collection of action methods which are similar to function having public specifier.These actions can be called directly from browser by typing in URL request. But there are ac
Folks,
Where on Mini Proxy, on which line, would I add the banned words filter code (the code which you see below) so that, when banned words are found on the proxied pages, then the banned words are substituted ?
Mini Proxy is here:
https://github
Tomtom is smart and easy to use navigation application that has helped the users in obtaining the best navigation results. These smart navigation devices are loaded with several features that not only help you in reaching your destination without any
