Corecode

Corecode Corecode is born to provide you a easy way of learning and understanding programming and web design

Corecode is an E-learning Website, with tutorials on web development language like HTML, CSS, Javascript, PHP including other web developing/designing language, and programming languages like C, C++, Java. Corecode is commenced for providing readers a platform who prefer to online content for learning new things from their own place.

19/10/2020

Creating chart in lightning component using Chart.Js plugin in Salesforce.

Lightning component to create chart with Salesforce data using Chart.Js
13/06/2020

Lightning component to create chart with Salesforce data using Chart.Js


Creating chart in lightning component using Chart.Js plugin in Salesforce.

(Source: WHO Website)
28/03/2020

(Source: WHO Website)

Lightning component with drag and drop features.
09/10/2019

Lightning component with drag and drop features.

A simple lightning component explains how to create drag and drop elements in lightning.

Be Aware of this kind of error ! Chrome User
05/03/2017

Be Aware of this kind of error ! Chrome User

A new kind of malware is making the rounds and is reportedly affecting Chrome users on Windows and Mac. Founded by NeoSmart Technologies, the “font wasn’t found” malware is taking the form of what looks like a real Chrome pop-up.

15/02/2017

Change friend's window password in just 2 second...

15/09/2016

C #: Inheritance Example ; Single.........

namespace inheritance
{
class Program: value //main class
{
static void Main(string[] args)
{

work w = new work();
w.getValue();
w.displayValue();
w.findArea();
}
}
public class value //class name 'value'
{
public int l, b;
public void getValue()
{

Console.WriteLine("enter value of length and breadth");
l = Convert.ToInt16(Console.ReadLine());
b = Convert.ToInt16(Console.ReadLine());

}
public void displayValue()
{
Console.WriteLine("Value of length={0} ",+l+" Value of Breadth="+b);
}
}

class work: value //class name 'work' ; 'value' class
is inherited in this class
{
public void findArea()
{
int a;
a = l * b;
Console.WriteLine("Area for given Length and Breadth is={0}", a);

}
}
}

Java: Fibonacci
15/09/2016

Java: Fibonacci

Java: Classes, Object, Factorial of a Number
12/09/2016

Java: Classes, Object, Factorial of a Number

Address

Patna

Alerts

Be the first to know and let us send you an email when Corecode posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The School

Send a message to Corecode:

Shortcuts

Share