HomeWinBuzzer NewsMicrosoft Launches .NET API Browser for Easy SDK Discovery

Microsoft Launches .NET API Browser for Easy SDK Discovery

Microsoft's .NET API Browser will provide a single place for documentation of all .NET APIs. The site features IntelliSense-like search, adjusting content tables, and contributions via markdown.

-

's .NET APIs have come a long way since their inception, and today the company is taking a step to unify all of the offshoots. Part of that is the introduction of a new, web-based API search.

The .NET API Browser lets developers search for a class, interface, namespace or method using a simple interface. You don't even need to know the full name, as the InteliSense-like search completes it automatically.

It acts as a hub for documentation, lettings users search through a list of all APIs or specific .NET versions. As such, it's a great discovery tool for those still learning. It also integrates a table of contents, so that devs can jump between and drill down into the various APIs even if they're on a different page.

Of course, the API browser intelligently displays that information depending on the namespace. Microsoft groups families together to show the most relevant results at all times. What's more, devs can easily change of NuGet package versions to adjust the documentation to that variant.

.NET API table of contents

Open Source and Xamarin Collaboration

According to Microsoft, the web browser comes through a significant with .

“We understand that developer productivity is key – from a hobbyist developer, to a startup, to an enterprise,” writes Jeff Sandquist, general manager for Azure growth and ecosystem. “With that in mind, we partnered closely with the Xamarin team to standardize how we document, discover, and navigate .NET APIs at Microsoft.”

The .NET API browser uses an DocFX core, alongside the mdoc application by Xamarin. As a result, documentation gets automatically generated from binaries on NuGet or framework distributions. This will let Microsoft maintain accurate documentation with a very fast turnaround.

All .NET documentation now uses the ECMXAML format, which brings consistency and lets developers contribute using Markdown. Sandquist says that community contributions will be coming soon, alongside more SDKs over the next couple of months.

It's definitely a step forward in organization, and developers can begin to make use of the .NET API browser today.

SourceMicrosoft
Ryan Maskell
Ryan Maskellhttps://ryanmaskell.co.uk
Ryan has had a passion for gaming and technology since early childhood. Fusing the skills from his Creative Writing and Publishing degree with profound technical knowledge, he enjoys covering news about Microsoft. As an avid writer, he is also working on his debut novel.

Recent News