Transactional Replication in SQL Server
Transactional Replication works with every transaction. When any changes made at the Publisher end, it’s delivered it to the Subscriber almost in the real time. Except first snapshot, it only …
tutorials | source code | tips & tricks
Transactional Replication works with every transaction. When any changes made at the Publisher end, it’s delivered it to the Subscriber almost in the real time. Except first snapshot, it only …
The simplest type of replication is snapshot replication. In snapshot the entire copy of the publisher is copied from the Publisher to the Subscriber’s. This article explains how to configure …
Distributor is the servers that manage the whole replication system. It act like a middle man for publisher and subscriber. This article explains how to setup a distribution in ms …
WebAPI or Web API is the application programming interface (API) for both the web server and web browser. It provides theories, procedures and protocols to help the communication between different …
HTML5 offers new elements/tags and attributes that provide more functionality, flexibility, and efficiency for Web development. This article explains what is new in HTML5 or what are the new features …
Responsive web design is the practice of development or building a website/web application suitable to work on every device and screen size. It does not care about mobile or desktop, …
Both jQuery and AngularJS is based on JavaScript and used to design rich internet applications. But they are not all most same. Some difference is exist. This article describes about the …
AngularJS one kind of JavaScript framework. It is used to create web applications. Day by day its importance is increasing. Here is some common important questions and answers in AngularJS. Hope …
Today world is going for responsive web development. For that may ways and technologies are using. Bootstrap is one of them. It is a framework used for responsive design. This …
We know AngularJS is an open source JavaScript framework for creating single page web applications. It follows the Model View Controller (MVC) design pattern. We can use it in our …
AngularJS or simply Angular is a JavaScript framework that makes the development of RIA internet applications easier. It is an extension to HTML with new attributes. It makes use of …
In the field of web development the popularity of JavaScript is increasing day by day. Demand from the human side is also changing dramatically. The needs come to run the …
Some times we need to convert row to column in SQL. We can do that by using basic SQL query. But most of the time it may complex. For that …
We know HTTP GET method is used to retrieve information from the server. Some times we need to use this GET method in ASP.NET web service. This article describes how …
In programs DataTable is used for various purposes. It is mainly used for storage. We can creates DataTables in different ways. This article describes how to add values dynamically in …
Interface and abstract class are almost same. That’s why we may confused. But they are not same, have some difference. This article explains the difference between abstract and interface. Summary …
DataTable is like a container that is used to store some things. It is a collection of rows and columns of data.This article explains how to use DataTable in C#? …
Abstract class is used to obtain the common characteristics of subclasses. It’s contain complete and abstract (incomplete) both types of member and it cannot be instantiated. This article describes the …
HTTP is the basic protocol used by the World Wide Web or WWW. It describes how messages are formatted and transmitted, and what actions Web servers and Web browsers should …
The characteristics of XML and HTML files are different. XML was developed to describe data and HTML was developed to display data. This article describes a comparison between HTML and …
There was a time we only understood the relational database. But with relational database we did not full fill our all types of requirements. Every time relational database is not …