You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"cells": [
{
"cell_type": "markdown",
"id": "b42c0b7a",
"metadata": {},
"source": [
"使用技巧与总结\n",
"============"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "5f96762c",
"metadata": {
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"hello\r\n"
]
}
],
"source": [
"Console.WriteLine(\"hello\");"
]
},
{
"cell_type": "markdown",
"id": "2d5c8cfe",
"metadata": {},
"source": [
"## 缺点"
]
},
{
"cell_type": "markdown",
"metadata": {
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"source": [
"+ 不支持调试\n",
"+ 内置智能提示:功能弱(与VS不是一个等级)、不稳定\n",
"+ 暂时不支持 .net 项目的引用, 只能引用编译过的Dll和nuget包\n",
"+ 代码折叠与显示差点意思,功能较弱"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".NET (C#)",
"language": "C#",
"name": ".net-csharp"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "csharp",
"items": [
{
"aliases": [],
"languageName": "csharp",
"name": "csharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 5
}