
Search In
<-- Chapter 16: SQL And & Or
Chapter 17
SQL ORDER BY
ORDER BY is the keyword used to sort the database table data by one or more columns. ORDER BY sort the Records in Ascending order by default. To sort the Record in Descending Order, we ha
To export datatable in excel, First create an excel file at any location on my computer. In my example, I have created a blank excel file in D drive named as "DataTableToExcel.xls".
First, we will add some data in datatable, Either we can
Deferred vs Immediate Query Execution in LINQ
There are two execution behaviours in LINQ namely Deferred and Immediate.
Deferred Execution : In this type query execution does not take place at time of declaration rather executi
In case you are managing WordPress websites for long, then you know about the need for taking regular backups. Backup save from a lot of trouble in case of any unexpected problem.
Furthermore, to take a regular backup, it’s also essent
In this article we are going to see simple implementation of MVVM pattern in WPF application. For the sake of simplicity, we'll be showing the list of users and will get detailed explanation of the process followed behind the scene.
Firs
The Time spent on mobile applications surpassed almost half for the first time ever in 2018. According to recent survey, interest for big enterprise application will surpass existing developers or mobile application development companies limit by ten
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Informatica, being a software development company offers different products for data integration. The p
To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records.
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`username` varchar(128) DEFAULT NULL,
`password` varchar(128) DEFAULT NULL,
ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain.
Following ar
Welcome to FindNerd.
Today we are going to discuss the concept of rewrite rules in word-press. It is little confusing for lots of developers but if we check different methods of WP_Rewrite class then you can easily implement them in proj