
Search In
Concurrency Control
when multiple users accessing a same database at the same time, If any change made by any one of the user do not adversely affect work of the other users.
Locking technique in concurrency control means use a lock variable with eac
.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
Generics in C#
Generics in C# allows a programmer to generate a class or method which can work with multiple datatypes.
The specification of datatype of the elements used in class or methods is delayed by using Generics until these elements
Mostly every website contains a navigation menu so it's constantly great to make it so the guests or client on the website knows on which page or part of the website he is on. This can be proficient by including a "dynamic class" or &qu
In this article, we will go through the different code editors and IDE’s which are useful in angular2.
Visual Studio code: Visual Studio code is developed by Microsoft and it is relatively new, microsoft has developed the TypeScr

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
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'
It is a plugin with jQuery which can be used to show popover . It can work with bootstrap but it can be used without bootstrap. It requires jquery1.7+
It supports browsers IE8+, Chrome, Safari, firefox, Opera.
These are the features of this plugin:
The Osiris ransomware is a new, updated version of the Locky ransomware, which is even more dangerous than its predecessor.
It arrives on your computer together with spam messages that contain malicious attachments. Cybercriminals
In this blog we illustrate the types of a triggers in SQL.
Triggers are those which executes automatically when some event arise with their related tables in database.
Triggers are divided into two types:
1. After Triggers (For Triggers)
