
Search In
.Net : Code first vs Database first approach
Code first
In Code first approach Entity classes are declared and defined with properties. As soon as the .net code is compiled and run database is created automatically i.e database and ta
addAttributeToSelect() :
addAttributeToSelect() method is used to select the attributes that we want to retrieve from the database. If we want to load all attributes then we will use addAttributeToSelect('*').
Example:

Hey there!
Today, while using Bootstrap breadcrumb, I came across something which I never did see before. The syntax is given as under :
content:"\00a0";
I was using Bootstrap breadcrumb and I found the above syntax there. The entire CSS
Remote Validation in ASP.NET MVC
The process of validating specific data field by posting it to server without posting the entire form is remote validation.
For e.g : There is a unique field in the database table,it's uniqueness needs t
I have a table outputting some results to the screen in tabular form. For each table row, I have a column with an icon (more). What I want to achieve is that for each icon, on click, it shows a pop-over, similar to what Tidal does. But so far, it'
Typescript is Microsoft’s extension of Javascript. It provides type checking abilities and also has features of object oriented programming. TypeScript is used in both Angular2 and Ionic2.
TypeScript has similar syntax and semantics that are us
Hello Nerds, This tutorial is for forwarding/sharing image from one application to other which was loaded from a remote url. Assuming that you have loaded an image from remote url and displayed it in your ImageView. The basic procedure is by taking b
Hi All,
In iOS , We have two type of testing one is UI testing (User interface) and UX testing (User experience). In this tutorial we will learn UX testing of an ios app.
User experience (UX) is the internal experience that a person has as th
If you want instant high traffic to your existing business marketing efforts then enter to this open contest launched by Social Quant and get a chance to win exciting/game changing digital marketing prizes worth $40,000. Social Quant has teamed up
New Friends! :)
The following is my member registration code as of latest.
ISSUE 1:
I get this error:
Parse error: syntax error, unexpected '_' (T_STRING), expecting ',' or ')' in C:\xampp\htdocs\e_id\register_edited
