Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

Image CLO20b Jean Alain casual office 002
Go developers can now access Microsoft Graph with streamlined authentication and more

Microsoft Graph is a single REST API that unifies data across many Microsoft services under one single endpoint. Go developers can now integrate their application with Microsoft Graph via the new Microsoft Graph Go SDK. Go has a large developer community and was listed as one of the top languages in StackOverFlow’s 2021 survey and ...


Announcing TypeScript 4.5

Today we're excited to announce the release of TypeScript 4.5! If you're not yet familiar with TypeScript, it's a language that builds on JavaScript by adding statically checked types. When you use static types, you can run the TypeScript compiler to check for bugs like typos and mismatches in the shapes of your data, and get handy ...