Skip to content

trevoirwilliams/Azure.NetCore.Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Educational Repository for Microsoft Azure for .NET Developers

This repository contains educational resources and code samples for learning .NET Core and Microsoft Azure SDKs. The repository is a supporting repository for the course Microsoft Azure for .NET Developers.

The repository is organized into several subfolders, each of which focuses on a specific area of .NET Core and Azure development.

Table of Contents

Getting Started

To get started with the repository, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the .NET Core SDK and Microsoft Azure SDKs on your machine.
  3. Explore the different subfolders to find resources and code samples that interest you.

Code Samples

The repository contains code samples for several areas of .NET Core and Azure development, including:

  • Azure Functions
  • Azure Web Apps
  • Azure Storage
  • Azure Cosmos DB
  • Docker and Containers

Each subfolder contains code samples that demonstrate how to use the corresponding Azure SDK to accomplish specific tasks. For example, the Azure Functions subfolder contains samples that demonstrate how to create and deploy Azure Functions using the Azure Functions SDK.

Documentation

The repository and full course contain documentation for each of the code samples, including:

  • An overview of the sample and its intended use case
  • Installation and configuration instructions
  • Code walkthroughs and explanations
  • Best practices and tips for working with the Azure SDK

The documentation is designed to be accessible to developers of all skill levels, from beginners to advanced users.

Contributing

Contributions to this repository are welcome. If you have a code sample or educational resource that you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them to your branch.
  4. Submit a pull request.

Please ensure that your contributions adhere to the repository's code of conduct and that they are well-documented and follow best practices.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.