Blog Posts from 2016

An Introduction to Entity Framework Core

A beginner's guide to Entity Framework Core 1.0, the new, cross-platform Object-Relational Mapper (ORM) for .NET Core. Learn how to use it to work with databases using .NET objects instead of raw SQL.

Read more

A First Look at Python 3.6

An early look at the exciting new features coming in Python 3.6. We explore the new f-strings for improved string formatting, underscores in numeric literals, and the new dictionary implementation.

Read more

An Introduction to ASP.NET Core MVC

A beginner's guide to the Model-View-Controller (MVC) pattern in ASP.NET Core. Learn how MVC helps you build well-structured, testable web applications by separating concerns into three distinct roles.

Read more

Announcing .NET Core 1.0

Celebrating the landmark 1.0 release of .NET Core, ASP.NET Core, and Entity Framework Core. This is the official arrival of a cross-platform, open-source, and modular .NET for the modern era of software development.

Read more

An Introduction to Cloud Computing with AWS

A beginner's guide to the fundamental concepts of cloud computing. Learn what 'the cloud' is, the different service models (IaaS, PaaS, SaaS), and the key benefits, using Amazon Web Services (AWS) as an example.

Read more

A First Look at .NET Core RC2

An early look at the major changes in .NET Core Release Candidate 2 (RC2). We explore the shift from DNX to the new dotnet CLI and the evolution of the project format, which brings us closer to the final 1.0 release.

Read more

What is .NET Core?

An early look at .NET Core, Microsoft's radical new vision for a modular, cross-platform, and open-source .NET framework. Learn about the core principles behind this groundbreaking new platform.

Read more