
Search In
C# .Net : How to convert string to Guid ?
Guid represents a globally unique identifier. Guid in .Net framework is identified by System.GUID class.
Program to generate a guid in .Net Framework using C#.
using System;
using System.Collections.Gener
In our previous blog we read about categories and their products now we ll look how to add each product into cart for checkout.
Each product has a unique id and product varients that we ll add into cart.
This is the basic method we uses to add cart
Drupal 8 has come up with flexible and easier manners of theming from its previous versions.
In Drupal 8 theme the first requirement is .info.yml file which contains the meta-data of theme.
This file must be present in your theme folder because of
CakePHP 2
CakePHP is basically a rapid developing framework for PHP. It provides the user a flexible architecture to develop, maintain, and deploy the application .
In CakePHP within the convention over configuration paradigm, we basically used the
If you turn on your computer and see the message "Your files are encrypted, you need to enter the code to unlock it, to avail the code, send 1 Bitcoin to a certain address" – it means your computer is infected with Ransomware.
In g
Need help in inserting the below code packet to SQLite:
public class StepDetector {
private static final int ACCEL_RING_SIZE = 50;
private static final int VEL_RING_SIZE = 10;
// change this threshold according to your sensitivity prefe

So when we talk about iteration on arrays in JavaScript, first thing comes in mind is traditional loops, but here we are discussing something that might surprise you that is array reduce() method, so first I’ll tell you, how does array reduce()
Cloud computing has transformed the operation of several businesses worldwide. Apparently, it isn’t just the multinational companies realizing the significant benefits of this technology. Several SMEs have also reaped big from cloud computing.
There is a pile of corporate start-up corpses in the register of Companies House. They were companies that had excellent prospects regarding ideas, services or products. However, now the question is - what went wrong? Why could they never make it to
It doesn’t matter how young you are, with the right talent and determination, you can start a business of your own at any time. Making it into a success right from the start, of course, is preferable to any other option. Though there is no way
