(Bilal Shahzad) Creating & validating JSON Web Tokens is very straightforward in ASP.NET Web API 2. A few packages and lines of code is all we need to create JWT tokens and to validate a JWT bearer tokens.
Tag: JSON / JAVA / XML
Java developer must-have skills
(Bhagvan Kommadi) Java developer needs to have core skills to build enterprise-level software. In this tutorial, we will see the must-have skills for a java developer.
Math Class in Java
(Vijay Kumari) The java.lang.Math class contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
Building a Java App With Gradle
(Andrew Hughes) Here’s everything you ever wanted to know about building a Java application with Gradle.
Hosting Angular Applications Using nginx
(Amit Prabhu) In this article, you will learn how to host Angular applications using nginx.
Formatting CPP, C, JavaScript and Other Stuff
(10xlearner) If you ever came to this article wondering if you should format your code, you can stop reading right now, and go check my other post on that topic.
Introduction To Routing In Angular 8
(Menakapriyadharshini Baskarpillai) In this article we’ll discuss about angular 8 routing and navigation.
Serializing CellSet Adodm MDX Query Result Set to JSON
(Fedor Dzjuba) Sometimes, we need to present MDX result on the web or a client application that has no native provider to Microsoft Analysis Service. Solution is to use Adodm.Client CellSet, serialize it into sensible JSON and spit it out to the client to render.
Easily Debug Angular 8 Application In Visual Studio Code
(Sarathlal Saseendran) In this post, we will see how to debug an Angular 8 application in Visual Studio Code with Google chrome extension.
AJAX DLL
(Mehul M Thakkar) AJAX DLL is a library developed using .NET for ASP.NET 3.0/3.5/4.0/4.5. It is used to call server side methods from JavaScript.