(Yolande Poirier) Which features in Java 8 and 9 should you look at first? Aurelio Garcia-Ribeyro, director of product management on the Java platform explains the most popular features of Java 8 and 9
Tag: JSON / JAVA / XML
Call Web API Using JQuery AJAX In ASP.NET Core Web Applications
(Nishan Aryal) In this article, we will discuss how to invoke API, using AJAX in ASP.NET .Core. This article will explain how to create Web API in ASP.NET Core and call that Web API, using jQuery AJAX in Razor.
How to Create Paging Links in jQuery
(Yogi S.) Sometimes you find the need to create paging links in jQuery code. Let me tell you this is easy and just 5 minutes work.
Create And Delete SharePoint List Using JSOM (JavaScript Object Model) In SharePoint Online
(N Vinodh) Open SharePoint Designer.
Getting started with TypeScript and React
(Jack Franklin) I’ve recently been getting into TypeScript following a lot of positive blogs about it from Tom Dale and others. Today I’ll show you how I’ve set up a TypeScript project from scratch that uses React, and Webpack for managing the build process. I’ll also discuss my initial impressions
Extract Json Fields
(TarunSingla) Ever faced a situation where you don’t know what data is fed to your system/application? Ever felt the need to parse a dynamic json object, to bind it to some controls on your UI, or to convert it to a flat table or to a CSV? In case you are looking for a way to know what are the […]
Converting a StyleVision Design to MobileTogether
(Erin Cavanaugh) StyleVision, Altova’s visual XSLT stylesheet designer and report designer, is also a powerful enterprise form designer popular with customers who need to get their XML or database data into e-forms for use with Altova Authentic.
Removing Folder In A SharePoint Document Library Using JavaScript Object Model (JSOM)
(Gowtham Rajamanickam) In this article, we will learn how to remove a folder in Sharepoint document library, using SharePoint-hosted SharePoint add-ins, using Napa Office 365 development tools. Sharepoint’s basic operations are used by JavaScript Object Model here.
Using Azure Stream Analytics JavaScript UDF to lookup values in JSON array
(Min He) JavaScript UDF (User-Defined Function) allows you to handle complex JSON schema and keep your query clean. In this blog you will learn how to handle nested JSON arrays with a JavaScript UDF. Below is an example event generated by an IoT gateway. There is an array of two devices – device01 a
All about java.util.Date
(Jon Skeet) This post is an attempt to reduce the number of times I need to explain things in Stack Overflow comments.