(Sarathlal Saseendran) By default, ASP.NET Core Web API application supports Json data in requests and responses without any additional code. We can add simple code to support XML requests and responses in Web API.
Tag: JSON / JAVA / XML
Connecting Python 3 and Electron/Node.JS: Building Modern Desktop Apps
(Ahmed Bouchefra) In this post, we’ll introduce Electron for Python developers, a great tool if you want to build GUIs for your Python apps with modern web technologies based on HTML, CSS and JavaScript.
Difference Between Observable and Promise in Angular 8
(Siddharth Gajbhiye) In this article, we discuss the difference between Promises and Observables in Angular 8 and when to use each for API requests.
Type Conversions in JavaScript
(Vijayakumar S) There are two types of type conversions (or) typecasting,
Web Service Data Integration
(David McGahey) In a previous post we wrote that every data integration and reporting task needs to start with a clear understanding of the source data.
Demo App using React/Redux/Typescript and Hooks
(Sacha Barber) This is a small demo article which shows how to use React with Redux using Typescript and React/Redux hooks. It also makes use of a D3 graph and a few custom components.
The best way to fetch an association defined by a subclass
(Thorben Janssen) EntityGraphs and JOIN FETCH clauses provide an easy and efficient way to fetch an entity and initialize its associations.
Search Data Between Two Dates Using Web API And Angular 9
(Sanwar Ranwa) In this article, we will learn how to search data between two dates using Web API and Angular 9.
Using SQL Server FOR XML and FOR JSON Syntax on Other RDBMS With jOOQ
(lukaseder) SQL Server supports transforming flat tabular SQL result sets into hierarchical structures by convention using the convenient FOR XML or FOR JSON syntaxes. This is really convenient and less verbose than the standard SQL/XML or SQL/JSON APIs – although the standard ones are more powerful
Introducing MVVM Architecture in JavaScript (TypeScript Edition)
(Volodymyr Kopytin) The project explains MVVM design pattern implementation in JavaScript front-end application.