Samsung has launched its GalaxyJ2 2017 smartphone with 4G VoLTE support and Android 7.0 Nougat operating system in India. The Samsung Galaxy J7 2017 is the next edition of the Galaxy J7 2016. Its price make it perfect budget smartphone. Continue reading “Samsung Galaxy J2 2017-features, specifications and review”
Step by step Installation of C# Extension in Visual Studio Code
C# Extension for Visual Studio Code provides lightweight development tools for .NET Core. By default it includes C# editing support, Syntax Highlighting, IntelliSense, Go to Definition feature etc. You need this extension if you are working with .net core in visual studio. Continue reading “Step by step Installation of C# Extension in Visual Studio Code”
Creating a Hello World application with C# and .NET Core in VS Code
Microsoft .Net core is a free, cross platform, fast, lightweight open-source managed framework for building applications and services that can be run/published on Windows, Linux and Mac operating systems. Continue reading “Creating a Hello World application with C# and .NET Core in VS Code”
Memory management- Optimize performance of GIMP
GIMP is a popular cross-platform image editor available for Windows, GNU/Linux, OS X and more operating systems. It is open source and available as free software. In this article I will introduce you about some options to optimize your GIMP according to you. However GIMP is already optimized. Continue reading “Memory management- Optimize performance of GIMP”
How to add text inside the doughnut chart using Chart.js
There are different JavaScript charting frameworks available. The chart.js is one of them. The chart.js is the canvas based and has the Great rendering performance across all modern browsers (IE9+). It provides 8 type of different chart style you can find all the help and documentation on the chartJS documentation. Continue reading “How to add text inside the doughnut chart using Chart.js”
Download and search 3d objects and scenes on Google Poly
The google poly is the new creation of the Google which provides you to search and download the 3d objects. You can explore the objects in many categories such as animals, architecture, art, nature, food and drinks etc. Continue reading “Download and search 3d objects and scenes on Google Poly”
How to store and retrieve multiple Boolean values using single integer value
There are situations when we need to store multiple Boolean values related to the properties of an object in our project. For example, I am going to create a project related to a client having multiple services to offer to the end user. To be more specific say we have a telecom operator having multiple services like SMS, Calling , Roaming, internet packs to be offered to their end user. Now for every customer record we need to store the information which services the user is having at any point of time. Here we are just covering the Boolean information like whether user is having SMS pack or not(instead of details of services) and similar information for other packs. Continue reading “How to store and retrieve multiple Boolean values using single integer value”
Error: $injector:unpr in angular injector().invoke after grunt or gulf minify
Sometimes we need to inject and compile some markup using $compile service from outside AngularJs.
We can do this using the extra injector() added to JQuery/jqLite elements. Like this: Continue reading “Error: $injector:unpr in angular injector().invoke after grunt or gulf minify”
Headers.prototype.getAll() has been removed from Chrome
Headers.prototype.getAll() function is removed from the Fetch API specification in Chrome. So you should not use this method to return an array of all the values of a header within a Headers object. Continue reading “Headers.prototype.getAll() has been removed from Chrome”
How to create checkbox list of all week days in AngularJs
In this example, I will show you to create list of all week days with the check boxes using AngularJs.
Continue reading “How to create checkbox list of all week days in AngularJs”