(Gunaprasad Shetty) The code snippet allows to insert the huge xml file with along its entire details in to the sql table.
Tag: JSON / JAVA / XML
New Semantics and Input Elements in HTML5
(Pankaj Bajaj) Today I am writing about new the semantics and input elements of HTML5. Before looking into new elements let’s first look into an overview and the need for HTML5.
Using Fields for Data Integration
(Dave Cassel) In many cases, your application depends on data coming from different sources. Today I’m going to show you one trick you can use to integrate different data sources without having to transform them.
ASP.NET Web API Javascript Clients
(Rudi Breedenraedt) Creating REST services, or at least web services that communicate over HTTP using simple XML or JSON from Visual Studio has never been that easy as with the ASP.NET Web API (2).
Progressive (continuous) loading using jQuery
(Sheo Narayan) In this article, we are going to learn how to implement progressive loading of content in jQuery. It is also called continuous loading or on demand loading.
AJAX ColorPickerExtender in ASP.Net With JavaScript Function
(Shaili Dashora) The AJAX ColorPickerExtender provides client-side color-picking functionality with a UI in a popup control. It can be attached to any ASP.NET TextBox control.
Get list of folders in Java
(Gjermund Bjaanes) If you need to list only the folders in some directory (and not folders AND files), that can be done without too much effort in Java.
Closure in JavaScript
(Dhananjay Kumar) JavaScript works on lexical scoping. To understand it better, let us consider the following listing:
JSON Support in SQL Server 2016
(Jovan Popovic) JSON support in SQL server is one of the most highly ranked requests with more than 1000 votes on the Microsoft connect site. We have announced that SQL Server 2016 will have a native JSON support. Note that this will not be the exact copy of native XML support that exists in SQL Ser
How to Use Ajax.BeginForm
(Veronica S. Zotali) Imagine that you are required to build a form that is constituted by multiple searches. On each search, every time you post, you don’t want to reload the entire page. Ajax.BeginForm enables asynchronous data retrieval from the server and to update parts of the existing page.
