Skip to content

infracloudio/dotnet-core-acorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acorn for a .Net Core sample app - Github Explorer

This is an Acorn for the sample .NET app from the official Microsoft Tutorial Documentation on .NET.

This sample app uses a search form to browse GitHub repositories by name. You can simply input organisation name such as "acorn-io", "microsoft", "google" or your own organisation and list their repositories.

What is .NET Core?

.NET Core is a free, open-source, modular, cross-platform framework developed by Microsoft for building modern, high-performance applications. It is a reimplementation of the .NET Framework to be more lightweight, modular, and flexible.

.NET Core includes a runtime, a set of libraries, and a development environment that supports multiple programming languages such as C#, Visual Basic, and F#. It is designed to run on various platforms, including Windows, macOS, and Linux. It can be used to build a wide range of applications, including web applications, desktop applications, and microservices.