
Search In
Today i will discuss one interesting topic NOWAIT in SQL Server and would explain how to use it.
As we know about the transaction in SQL it is unit of work which is to be executed as whole. Suppose we are updating some records in
We can include the content of a PHP file into another PHP file before executed by the server.
There are two type of function to include one php to another.
The include() function.
The require() function.
The include() Function
It take all the te
Opening files
fopen() function is used to open the file. It require two arguement first the name and the other the mode.
the different mode are
r- open for read only
r+- open file for read and writing
w- open file for writing
w+- open file for
The techniques used for saving data is to change/replace it with some other symbol or text. There is a new thing that will compress the data this is called as OpenPGP.
It is like a hybrid system which changes the data in the compress
Var vs Dynamic Keywords in C#
1) Introduction of these keywords
var was introduced in C# 3.0.
dynamic was introduced in C# 4.0.
2) Variable initialization
When a variable is declared as var type then the variable is to be initiali
Beta Test Management
There is a wide arrangement of activities your beta testers would be more than willing to bring an interest for with the target of upgrading your item.
The most typical activities are:-
Bug Reports
F
Beta testing includes sending the item to beta test locales outside the testing environment for real world introduction. Numerous people have come over beta testing in real life situations/circumstances – it could have been anything for
While developing the MVC applications you need to provide validations that mainly work on the client end.
public class EmployeeModel
{
public int EmpId { get; set; }
[Required(ErrorMessage = "First Name is required")]
Management is an art to deal people. Managers must be good listeners, motivator, friend who deal with ease and trust with his/her sub-ordinates. Managers must be a good team player who should always boost team spirit. Various managers have
This blog will help you when you need to select distinct records from a datatable on basis of selected columns.
Suppose we have a datatable which holds the employee records. This datatable has following columns
Name
FatherName
City
Qualificati
