(Alexey Ragozin) Sampling profiling is very powerful technique widely used across various platforms for identifying hot code (execution bottlenecks).
Tag: JSON / JAVA / XML
Implement Registration Page In Angular With ASP.NET MVC
(Bharath Reddy) In this code example, we will learn how to implement a registration form using Angular Forms with ASP.NET MVC.
Java 10 Immutable/Unmodifiable Stream API Collectors
(Grzegorz Piwowarek) Java 10 now allows you to collect Stream pipelines into immutable data structures.
Java XML and JSON: Document processing for Java SE, Part 2
(Jeff Friesen) In this post, we’ll continue exploring XML and JSON in Java 11 and beyond.
Two ways to extend enum functionality
(Alexander Radzin) In my previous article I explained how and why to use enums instead of switch/case control structure in Java code. Here I will show how to extend functionality of existing enums.
Writing Kotlin-Friendly Java Code Best Practices
(Peter Sommerhoff) Calling Java code from Kotlin works seamlessly in nearly all cases. Still, there are some practices you can follow to avoid special cases of conflict and aid interoperability even further.
Call Dynamic JS And CSS in C#
(Faisal Pathan) In this post, we will see automatic JS and CSS versioning to update the browser cache whenever the files are changed on the server.
Automatic Table Generation in any Database by NHibernate ORM and CodeDom for Code Generation
(Mahsa Hassankashi) This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.
Lazy Loading Of Modules In Angular 7
(Puneet Kankar) In this article, we’ll learn the implementation of lazy loading in Angular.
Exploding 3D Objects with Three.js
(Yuriy Artyukh) Today we’d like to share an exploding object experiment with you. The effect is inspired by Kubrick Life Website: 3D Motion. No icosahedrons were hurt during these experiments!