Quantcast
Channel: Oscar's Code » SDK
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Introduction to Java Development Kit (JDK)

In order for us to develop Java applications, we need to first install the Java Development Kit (JDK). The JDK contains the necessary tools to compile, execute, debug, document, etc. our programs. The...

View Article


Image may be NSFW.
Clik here to view.

Introduction to .NET Framework SDK

When developing applications for the .NET Framework, you’ll most likely use an IDE like Visual Studio, Visual Studio Express, SharpDevelop or MonoDevelop. These tools make it easy to write code and...

View Article


Namespaces vs Assemblies

The .NET Framework organizes classes (types) in two different levels: namespaces and assemblies. We’ll take a look at the differences between both of them in this post. Assemblies An assembly is the...

View Article
Browsing latest articles
Browse All 3 View Live