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.
Continue reading >>In the last post you read about and used the Java Development Kit. Now is the turn of .NET’s Software Development Kit (SDK). In this post, we’ll look at where the .NET SDK can be found and how we can use it to build an application with just a text editor and a command prompt.
Continue reading >>Now that you have read some about what Java is and that you have a better idea of the different types of applications you can develop with Java, it’s time to learn about Java’s Software Development Kit (SDK), also known as the Java Development Kit (JDK). We’ll talk about the JDK in this post.
Continue reading >>