タグ dotnet
人気順 5 users 50 users 100 users 500 users 1000 usersdoの意味が全体的に逆になっています。 · Issue #118 · dotnet/docs.ja-jp · GitHub
Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the communi... 続きを読む
Microsoft/dotnet · GitHub
README.md .NET Home The dotnet repository is the starting point to engage in and learn about .NET open source projects from Microsoft and the .NET Foundation. You can read the more detailed Introducti... 続きを読む
dotnet/corefx · GitHub
README.md .NET Core This repository contains the class libraries for .NET Core. This is currently a work in progress, and does not currently contain the entire set of libraries that we plan on open so... 続きを読む
例外設計の話
例外設計の話。 こんな指針がいいのかなー 2013 夏 ver. 例外の目的とは? 「例外をキャッチする主な目的は、エラーの原因を取り除いて、回復すること」 via http://dobon.net/vb/dotnet/beginner/exceptionhandling.html .NET の「例外のデザインのガイドライン」にもこう書いてある。 特定の例外が特定のコンテキストでスローされる理由を... 続きを読む