(Saineshwar Bageri) In this article, we are going to learn how to use jqGrid with ASP.NET MVC along with we are going to use Entity framework for accessing the database.
Tag: JSON / JAVA / XML
Java Memory Management
(Constantin Marian) This deep dive into Java memory management will enhance your knowledge of how the heap works, reference types, and garbage collection.
Single Page Application using AngularJs Tutorial
(Programming Tutorials by Tests4Geeks) AngularJs is a powerful JavaScript framework for building dynamic web applications. It has become insanely popular nowadays. The good thing about Angular is that it has a set of ready-to-use modules to simplify building of single page applications.
Eclipse’s enterprise Java roadmap: more services coming
(Paul Krill) The JSON-B API, more cloud and microservices support, two XML efforts, web tags, and a JavaBeans Action Framework are among the planned elements
Choosing Java Cryptographic Algorithms Part 1 – Hashing
(Michael Remijan) This is the 1st of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement the following:
Remote Services Between Python and Java
(Scott Lewis) ECF’s implementation of OSGi Remote Services allows multiple distribution providers. Take a look at the source code to see if they’re of use to you.
Getting Started With Angular 5 Using Visual Studio Code
(Ankit Sharma) In this article, we are going to set up Angular 5 app using Visual Studio Code. We will be using Angular CLI for our demo.
Better Node.js Console Dumps with console-probe
(David Walsh) Writing JavaScript in the Node.js environment has always felt a bit more difficult; probably because browser developer tools have become incredibly powerful, interactive, and visually appealing.
KnockoutJS Template Tutorial
(Hanbo) This tutorial will discuss two ways to create templates with KnockutJS, one is creating template and use it on the page, the other is separating the template out as separated files for use.
Simplest WCF REST Web Service
(Sergei B. Meleshchuk) WCF allows to create a web site exposing WCF service and service endpoints. REST Web Service does not use SOAP, but returns data as JSON or XML instead.