diff --git a/README.md b/README.md index ae804ed7b..3150c82e4 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,175 @@ +
+
+
# Code Maze Guides
-Code Maze is a blog about simplicity and pragmatism. We tend to write clear and simple articles, easily understandable by everyone.
-We run a primarily C#/.NET (Core) blog, with some accent on web development and web applications. Besides trying to implement best practices and use the newest technologies available, we are focusing on the entire lifecycle of .NET (Core) applications.
+**The source code for 800+ C# and .NET articles from [code-maze.com](https://code-maze.com/?source=github).**
](https://code-maze.com/ultimate-aspnetcore-webapi-second-edition/?source=github) | [
](https://code-maze.com/blazor-webassembly-course/?source=github) |
+Browse all Code Maze courses →
-We appreciate your support. It helps us provide even more free materials on the blog.
+A ⭐ on this repository also helps other developers find it.
-Running the Examples
-================
-Each article is separated into its own folder on the repository and has its own solution. Whether you came from the article or just browsing the repository, each solution can be built separately with `dotnet build` or run with `dotnet run`.
+## License
-On top of that, most of the solutions contain additional tests you can browse and run with `dotnet test`. Tests usually serve to verify the solution, but you can often find some useful ideas and additional examples.
+[MIT](LICENSE). Use the code freely in your own projects.