(Erin Cavanaugh) Starting with Version 2017, XMLSpy developers will have access to some new, time-saving productivity tools in their favorite XML editor, including a modernized Find/Replace dialog, an easy way to select all occurrences of a particular string, and a shortcut for finding a parent ele
Tag: JSON / JAVA / XML
Introducing TJSON, a stricter, typed form of JSON
(Tony Arcieri) I’d like to announce a project I’ve been working on with Ben Laurie called TJSON (Tagged JSON):
Call ASP.NET WebAPI Using jQuery
(Akshay Phadke) In this article, you will learn how to call ASP.NET WebAPI, using jQuery.
JavaScript: Block Scoped Variables & Functions
(Prava-MFS) This article highlights new feature called Block Scoped Variable and Block Scoped Functions.
Passing Multiple Models Using AJAX In ASP.NET MVC Step By Step
(Vignesh Mani) In this article, you will learn about passing multiple Models in ASP.NET MVC, using AJAX.
Declarations
(Khalid Mughal and Rolf W Rasmussen) A class declaration introduces a new reference type. For the purpose of this book, we will use the following simplified syntax of a class declaration:
Native JSON Support in SQL Server 2016
(Manjuke Fernando) When it comes to modern web development, JSON is one of the well-known technologies when you require exchanging information between different applications. Before JSON, XML was used (and is still being used in various applications and technologies) to do this job.
How to Get Excel into XBRL for EBA Filing
(Erin Cavanaugh) Like other regulatory agencies around the world, the European Banking Authority (EBA) has standardized on XBRL for the transmission of data submitted by filing entities. Benefits of using XBRL range from increased accuracy, to efficiency of supervisory practices and risk identifica
Data Binding To JSON Data In AngularJS Datatable
(El Mahdi Archane) In this article, you will learn about Data Binding to JSON Data in AngularJS Datatable.
Functions as First-Class Objects in JavaScript: Why Does This Matter?
(Chase Allen) Functions in JavaScript are first-class objects (or “first-class citizens”). Fascinating, but… what does that mean? Why does it matter? Read on and we’ll have a look!