\ No newline at end of file
diff --git a/ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag/taghelper b/ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag/taghelper
new file mode 100644
index 0000000000..e5b61a8358
--- /dev/null
+++ b/ej2-asp-core-mvc/code-snippet/listbox/drag-drop/dual-drag/taghelper
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ej2-asp-core-mvc/list-box/drag-and-drop.md b/ej2-asp-core-mvc/list-box/drag-and-drop.md
index 525105798a..9fb3830367 100644
--- a/ej2-asp-core-mvc/list-box/drag-and-drop.md
+++ b/ej2-asp-core-mvc/list-box/drag-and-drop.md
@@ -89,3 +89,37 @@ In the following sample, the `allowDragAndDrop` property is set as `true` and `s
{% endtabs %}
{% endif %}
+## Dual ListBox with drag and drop
+
+{% if page.publishingplatform == "aspnet-core" %}
+
+The toolbar and drag and drop actions between two listboxes can be enabled by setting a listbox unique id and the same [`scope`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.DropDowns.ListBox.html#Syncfusion_EJ2_DropDowns_ListBox_Scope) property value.
+
+{% elsif page.publishingplatform == "aspnet-mvc" %}
+
+The toolbar and drag and drop actions between two listboxes can be enabled by setting a listbox unique id and the same [`scope`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.DropDowns.ListBox.html#Syncfusion_EJ2_DropDowns_ListBox_Scope) property value.
+
+{% endif %}
+
+{% if page.publishingplatform == "aspnet-core" %}
+
+{% tabs %}
+{% highlight cshtml tabtitle="CSHTML" %}
+{% include code-snippet/listbox/drag-drop/dual-drag/tagHelper %}
+{% endhighlight %}
+{% highlight c# tabtitle="Dragdrop.cs" %}
+{% include code-snippet/listbox/drag-drop/dual-drag/dualdraglistbox.cs %}
+{% endhighlight %}
+{% endtabs %}
+
+{% elsif page.publishingplatform == "aspnet-mvc" %}
+
+{% tabs %}
+{% highlight razor tabtitle="CSHTML" %}
+{% include code-snippet/listbox/drag-drop/dual-drag/razor %}
+{% endhighlight %}
+{% highlight c# tabtitle="Dragdrop.cs" %}
+{% include code-snippet/listbox/drag-drop/dual-drag/dualdraglistbox.cs %}
+{% endhighlight %}
+{% endtabs %}
+{% endif %}
\ No newline at end of file
diff --git a/ej2-asp-core-mvc/query-builder/how-to/summary-view.md b/ej2-asp-core-mvc/query-builder/how-to/summary-view.md
index 560a71f5b4..585610461d 100644
--- a/ej2-asp-core-mvc/query-builder/how-to/summary-view.md
+++ b/ej2-asp-core-mvc/query-builder/how-to/summary-view.md
@@ -1,6 +1,6 @@
---
layout: post
-title: SummaryView in ##Platform_Name## QueryBuilder Component
+title: SummaryView in ##Platform_Name## QueryBuilder Component | Syncfusion
description: Learn here all about Summary View in Syncfusion ##Platform_Name## QueryBuilder component of Syncfusion Essential JS 2 and more.
platform: ej2-asp-core-mvc
control: Summary View
@@ -34,3 +34,5 @@ Summary view allows you to show or hide the filtered query. By default, the valu
{% endhighlight %}
{% endtabs %}
{% endif %}
+
+
\ No newline at end of file
diff --git a/ej2-asp-core-mvc/query-builder/images/summary-view.png b/ej2-asp-core-mvc/query-builder/images/summary-view.png
new file mode 100644
index 0000000000..025a0de386
Binary files /dev/null and b/ej2-asp-core-mvc/query-builder/images/summary-view.png differ