Home

Emerging Trends Blog

C#: Using LINQ and Structures

In today’s blog I’ll be going over LINQ, a very powerful feature of C#. LINQ lets you write SQL- esque statements directly into the code. I will also be going over structure types. Structures or structs are a means of data encapsulation much like objects but there are some differences between the two. Anyway, enough…

Basic Features of C#

In today’s blog I’ll be going over some basic features in C#. I’ll touch on nullable types, pointers, and partial classes. Nullable Variable Type Normally primitive data structures cannot be assigned a value null and doing so will yield a compiler error. C# allows us to assign null by using the ‘?’, placing this on…

A quick comparison of Java and C#

Java and C# share many similarities and often is it easy to learn the other once you’ve learned one of them. In this post I will be going over some differences between the 2 languages. Method Differences C# retains the curly braces and semicolons that Java uses and the main difference in terms of syntax…

Design a site like this with WordPress.com
Get started